Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Aug 29, 2007
Text search documentation word improvements; move configuration section
Show description for 09c29cccommittedMove full text search operators, functions, and data type sections into
Show description for bb8f629committedRelax permissions checks on dbsize functions, per discussion. Revert out all
Show description for 8bc225ecommittedFix aboriginal bug in _tarAddFile(): when complaining that the amount of data
Show description for 3b5f5d9committed- committedMichael Meskes
- committed
Commits on Aug 28, 2007
Add a debug logging message when a resource manager rejects an attempted
Show description for a52e440committedReduce the permissions check needed to use pgrowlocks() to having
Show description for 89fefd9committedImprove behavior of log_lock_waits patch. Ensure that something gets logged
Show description for 24d4517committedMention configurations early in text search documentation to table/index
Show description for baf3a13committed- committed
- committed
- committed
- committed
- committed
- committed
Update TODO with lost change, mostly completed items and whitespace
Show description for 76534c6committedBatch of TODO updates, mostly completed item marking and whitespace
Show description for 28662b8committed
Commits on Aug 27, 2007
Exclude tsearch2 contrib tests in regression tests,
Show description for 69e86a5committed- committed
- committed
Fix a couple of misbehaviors rooted in the fact that the default creation
Show description for 862861ecommittedRemove the 'not in' operator (!!=). This was a hangover from Berkeley
Show description for 6c96188committedRequire SELECT privilege on a table to do dblink_get_pkey(). This is
Show description for a41e46bcommittedRestrict pg_relation_size to relation owner, pg_database_size to DB owner,
Show description for cc26599committedMake currtid() functions require SELECT privileges on the target table.
Show description for 741e952committedRestrict pgrowlocks function to superusers. (This might be too strict,
Show description for 56f3fb3committed
Commits on Aug 26, 2007
Restrict pgstattuple functions to superusers. (This might be too strict,
Show description for 38c75eccommittedClean up usage of some deprecated APIs, particularly schema-unsafe
Show description for 0effa08committedCode review for btreefuncs additions: restrict to superusers to avoid
Show description for 08fc73ccommittedMake ARRAY(SELECT ...) return an empty array, rather than a NULL, when the
Show description for 67bf7b9committed
Commits on Aug 25, 2007
Adjust with-system-tzdata patch to not attempt to install a symlink,
Show description for 75d5f6fcommittedFix brain fade in DefineIndex(): it was continuing to access the table's
Show description for 75d091acommittedSimplify implementation of ts_debug() function --- use a join instead
Show description for 2116826committedThe upper limit for -c option of pgbench is now obtained from
Show description for e4a52eccommitted