summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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
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