summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-09-14Remove ill-considered (not to mention undocumented) attempt to makeTom Lane
2007-09-12Redefine the lp_flags field of item pointers as having four states, ratherTom Lane
2007-08-28Reduce the permissions check needed to use pgrowlocks() to havingTom Lane
2007-08-27Require SELECT privilege on a table to do dblink_get_pkey(). This isTom Lane
2007-08-27Restrict pgrowlocks function to superusers. (This might be too strict,Tom Lane
2007-08-26Restrict pgstattuple functions to superusers. (This might be too strict,Tom Lane
2007-08-26Clean up usage of some deprecated APIs, particularly schema-unsafeTom Lane
2007-08-26Code review for btreefuncs additions: restrict to superusers to avoidTom Lane
2007-08-25The upper limit for -c option of pgbench is now obtained fromTatsuo Ishii
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-08-22Fix possible core dump from pgbench -d option. Julius StroffekTom Lane
2007-08-21contrib/tsearch2 now fails its regression test because of conflicts withTom Lane
2007-07-25Arrange to put TOAST tables belonging to temporary tables into special schemasTom Lane
2007-07-16Fix pg_buffercache to release buffer partition locks in reverse order,Tom Lane
2007-07-16Quote pathnames so pg_standby works with paths that haveMagnus Hagander
2007-07-15Get rid of overly cute, unportable, probably not very efficient substituteTom Lane
2007-07-15Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom Lane
2007-07-15Fix a passel of signed vs unsigned char warnings.Tom Lane
2007-07-15Silence a rather odd compiler warning. In passing, make this file'sTom Lane
2007-07-15Avoid possibly-unportable initializer, per buildfarm warning.Tom Lane
2007-07-15Change a couple of exit(0) to return 0 to suppress complaints fromTom Lane
2007-07-15Silence Solaris compiler warnings, per buildfarm.Tom Lane
2007-07-15Silence Solaris compiler warning, per buildfarm.Tom Lane
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2007-07-15Fix possible portability problem, per buildfarm warnings.Tom Lane
2007-07-15Fix unportable use of isspace(), per buildfarm results.Tom Lane
2007-07-12Simplify overly-cute array coding to avoid an apparent gcc bug, whichTom Lane
2007-07-08Restrict non-superusers to password authenticated connectionsJoe Conway
2007-07-06Changed new \usleep command into \sleep with an optional time unitJan Wieck
2007-07-06Added a new scripting meta commandJan Wieck
2007-06-26Fix PGXS conventions so that extensions can be built against PostgresTom Lane
2007-06-07The functions bt_metap, bt_page_stats and bt_page_items had movedMagnus Hagander
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-06-01Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane
2007-05-31Make some messages more consistentPeter Eisentraut
2007-05-30Add standard error redirection for OS/X & darwin startup script.Bruce Momjian
2007-05-30Update /contrib OS/X startup files, and move to a separate OS/XBruce Momjian
2007-05-24Avoid assuming that the fields of struct timeval have exactly type long.Tom Lane
2007-05-24Add deprecation notice about planned removal in 8.4 and advice to try usingPeter Eisentraut
2007-05-22Remove unsupported -u option from pg_standby example usage.Alvaro Herrera
2007-05-17Add CVS comment for recent commit:Bruce Momjian
2007-05-17Add database page inspection /contrib module.Bruce Momjian
2007-05-15Remove directory qualification in <ossp/uuid.h> because it's not always insta...Andrew Dunstan
2007-05-03Tweak hash index AM to use the new ReadOrZeroBuffer bufmgr API when fetchingTom Lane
2007-04-22Make some functions immutable.Peter Eisentraut
2007-04-22Fix typoPeter Eisentraut
2007-04-21Contrib module uuid-ossp for generating UUID values using the OSSP UUIDPeter Eisentraut
2007-04-15Add --with-libxslt configure optionAndrew Dunstan
2007-04-14revert change to build xml2 until a better fix is foundAndrew Dunstan
2007-04-13Enable building contrib/xml2 if configured using --with-libxml.Andrew Dunstan