]> granicus.if.org Git - postgresql/history - contrib
More detailed error msg (with stack trace) if a file copy fails.
[postgresql] / contrib /
2007-10-01 D'Arcy J.M. CainAdd some examples.
2007-10-01 D'Arcy J.M. CainFix a minor typo.
2007-09-30 Tom LaneProperly mark mergeable/hashable equality operators...
2007-09-30 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-30 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-29 Tom LaneRemove bogus commutator marking --- the module doesn...
2007-09-29 Tom LaneSupport functions for index opclasses should be immutable.
2007-09-29 Tom LaneDefend against openssl libraries that fail on keys...
2007-09-27 Tom LaneTweak pgbench.c to remove the hidden assumption that...
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-14 Tom LaneRemove ill-considered (not to mention undocumented...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-08-28 Tom LaneReduce the permissions check needed to use pgrowlocks...
2007-08-27 Tom LaneRequire SELECT privilege on a table to do dblink_get_pk...
2007-08-27 Tom LaneRestrict pgrowlocks function to superusers. (This...
2007-08-26 Tom LaneRestrict pgstattuple functions to superusers. (This...
2007-08-26 Tom LaneClean up usage of some deprecated APIs, particularly...
2007-08-26 Tom LaneCode review for btreefuncs additions: restrict to super...
2007-08-25 Tatsuo IshiiThe upper limit for -c option of pgbench is now obtaine...
2007-08-23 Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-08-22 Tom LaneFix possible core dump from pgbench -d option. Julius...
2007-08-21 Tom Lanecontrib/tsearch2 now fails its regression test because...
2007-07-25 Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-16 Tom LaneFix pg_buffercache to release buffer partition locks...
2007-07-16 Magnus HaganderQuote pathnames so pg_standby works with paths that...
2007-07-15 Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15 Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15 Tom LaneFix a passel of signed vs unsigned char warnings.
2007-07-15 Tom LaneSilence a rather odd compiler warning. In passing...
2007-07-15 Tom LaneAvoid possibly-unportable initializer, per buildfarm...
2007-07-15 Tom LaneChange a couple of exit(0) to return 0 to suppress...
2007-07-15 Tom LaneSilence Solaris compiler warnings, per buildfarm.
2007-07-15 Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-07-15 Tom LaneFix possible portability problem, per buildfarm warnings.
2007-07-15 Tom LaneFix unportable use of isspace(), per buildfarm results.
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-07-08 Joe ConwayRestrict non-superusers to password authenticated conne...
2007-07-06 Jan WieckChanged new \usleep command into \sleep with an optiona...
2007-07-06 Jan WieckAdded a new scripting meta command
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-07 Magnus HaganderThe functions bt_metap, bt_page_stats and bt_page_items...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-05-30 Bruce MomjianAdd standard error redirection for OS/X & darwin startu...
2007-05-30 Bruce MomjianUpdate /contrib OS/X startup files, and move to a separ...
2007-05-24 Tom LaneAvoid assuming that the fields of struct timeval have...
2007-05-24 Peter EisentrautAdd deprecation notice about planned removal in 8.4...
2007-05-22 Alvaro HerreraRemove unsupported -u option from pg_standby example...
2007-05-17 Bruce MomjianAdd CVS comment for recent commit:
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.
2007-05-15 Andrew DunstanRemove directory qualification in <ossp/uuid.h> because...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-04-22 Peter EisentrautMake some functions immutable.
2007-04-22 Peter EisentrautFix typo
2007-04-21 Peter EisentrautContrib module uuid-ossp for generating UUID values...
2007-04-15 Andrew DunstanAdd --with-libxslt configure option
2007-04-14 Andrew Dunstanrevert change to build xml2 until a better fix is found
2007-04-13 Andrew DunstanEnable building contrib/xml2 if configured using -...
2007-04-08 Tatsuo IshiiAdd -F option to set fillfactor for tellers, accounts...
2007-04-07 Bruce MomjianAdd the usage count statistics to the information avail...
2007-04-06 Tatsuo IshiiEnhance pgbench -l option to add timestamp. Patch contr...
2007-04-06 Tatsuo IshiiVarious pgbench enhancements. Patch contributed by...
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Teodor SigaevFix caching of unsuccessful initialization of parser...
2007-03-28 Neil ConwayReplace 4-clause licensed blf.[ch] with blowfish implem...
2007-03-28 Tom LaneFix uninitialized-variable bug.
2007-03-26 Teodor SigaevAdd checking of end of line in parsing stopword list...
2007-03-26 Teodor SigaevFix stopword and synonym files parsing bug in MSVC...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-03-22 Teodor SigaevFix parser bug on Windows with UTF8 encoding and C...
2007-03-16 Alvaro HerreraFix uninitialized value in pgstatindex leading to inval...
2007-03-15 Tom LaneMake use of plancache module for SPI plans. In particu...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-14 Teodor SigaevAdd GIN support for pg_trgm. From Guillaume Smet <guill...
2007-03-13 Magnus HaganderSet stderr to unbuffered for pgbench on win32.
2007-03-07 Teodor SigaevAthough cube is a varlena type, nowhere was a detoastin...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-03-03 Bruce MomjianAdd logging to /contrib/pg_standby if -k couldn't clean...
2007-02-28 Tom LaneFix up several contrib modules that were using varlena...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-13 Bruce MomjianUpdate /contrib/fuzzystrmatch error message to mention...
2007-02-12 Teodor SigaevFix backend crash in parsing incorrect tsquery.
2007-02-10 Magnus HaganderFix pg_standby to build on msvc.
2007-02-09 Peter EisentrautRemove useless CPPFLAGS.
2007-02-09 Peter EisentrautAdd $PostgreSQL$ marker to contrib makefiles.
2007-02-09 Peter EisentrautReplace useless uses of := by = in makefiles.
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Bruce MomjianAdd /contrib/pg_standby:
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-07 Peter EisentrautReplace some strncpy() by strlcpy().
2007-02-07 Peter EisentrautUse memcpy() instead of strncpy() for copying into...
2007-02-01 Neil ConwayFix two more regression tests whose expected outputs...
next