summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-10-23Make configure probe for the location of the <uuid.h> header file.Tom Lane
2007-10-22Be careful to get share lock on each page before computing its free space.Tom Lane
2007-10-22Increase FD_SETSIZE on Win32 to allow for more than 54 clients.Magnus Hagander
2007-10-16Teach pgxs.mk and Install.pm how to install files from a contrib moduleTom Lane
2007-10-15Add sample text search dictionary templates and parsers, to replace theTom Lane
2007-10-13Remove contrib/txid, in preparation for migrating it into core.Tom Lane
2007-10-11Code review for txid patch: add binary I/O functions, avoid dependenceTom Lane
2007-10-08Faster test for overflow in str2txid, from Marko.Tom Lane
2007-10-08Get rid of dependency on strtoull() --- Marko Kreen.Tom Lane
2007-10-07Added the Skytools extended transaction ID module to contrib as discussedJan Wieck
2007-10-01Add some examples.D'Arcy J.M. Cain
2007-10-01Fix a minor typo.D'Arcy J.M. Cain
2007-09-30Properly mark mergeable/hashable equality operators (found by opr_sanityTom Lane
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-09-30Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Remove bogus commutator marking --- the module doesn't actually supplyTom Lane
2007-09-29Support functions for index opclasses should be immutable.Tom Lane
2007-09-29Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane
2007-09-27Tweak pgbench.c to remove the hidden assumption that a WIN32 machineTom Lane
2007-09-26Minor improvements in backup and recovery:Tom Lane
2007-09-21Improve handling of prune/no-prune decisions by storing a page's oldestTom Lane
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
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