]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-06-05  Tom LaneStamp 8.1.12 (except for configure.in/configure)
2008-06-05  Tom LaneTranslation updates.
2008-06-05  Michael MeskesAdded SQL symbol for variable names here too.
2008-06-04  Tom LaneDraft release notes for upcoming back-branch updates.
2008-06-01  Tom LaneUpdate time zone data files to tzdata release 2008c...
2008-05-28  Tom LaneImprove GRANT documentation to point out that UPDATE...
2008-05-27  Tom LaneBack-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER...
2008-05-26  Tom LaneFix an old corner-case bug in set_config_option: push_o...
2008-05-25  Tom LaneAdjust timestamp regression tests to prevent two low...
2008-05-19  Heikki LinnakangasRemove arbitrary 10MB limit on two-phase state file...
2008-05-13  Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-09  Tom LaneFix an ancient oversight in change_varattnos_of_a_node...
2008-05-08  Tom LaneFix contrib/xml2 makefile to not override CFLAGS.
2008-04-24  Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-22  Magnus HaganderReplace developer FAQ with a reference to the wiki...
2008-04-21  Magnus HaganderAdd link to major version release notes at the top...
2008-04-11  Tom LaneFix several datatype input functions that were allowing...
2008-04-10  Michael MeskesFixed bug in PGTYPEStimestamp_sub that used pointers...
2008-04-05  Tom LaneDefend against JOINs having more than 32K columns altog...
2008-03-31  Tom LaneFix a number of places that were making file-type tests...
2008-03-26  Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25  Tom LaneAdjust DatumGetBool macro so that it isn't fooled by...
2008-03-20  Heikki LinnakangasAdd the missing cyrillic "Yo" characters ('e' and ...
2008-03-19  Tom LaneFix regexp substring matching (substring(string from...
2008-03-13  Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-12  Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
2008-03-10  Tom LaneUse -fwrapv in CFLAGS if we are using a version of...
2008-03-07  Tom LaneChange hashscan.c to keep its list of active hash index...
2008-03-05  Alvaro HerreraAdd support for dlopen on recent NetBSD/MIPS, per Rémi...
2008-02-27  Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-02-25  Tom LaneFix datetime input to behave correctly for Feb 29 in...
2008-02-24  Tom LaneUse our own getopt() and getopt_long() on Solaris,...
2008-02-23  Tom LaneAvoid trying to print a NULL char pointer in --describe...
2008-02-20  Tom LaneFix mistakes in pg_ctl's code for "start -w" that tries...
2008-02-20  Tom LanePut a CHECK_FOR_INTERRUPTS call into the loops that...
2008-02-11  Tom LaneRepair VACUUM FULL bug introduced by HOT patch: the...
2008-02-07  Tom LaneSome variants of ALTER OWNER tried to make the "object...
2008-01-22  Andrew DunstanWork around for perl 5.10 bug - fix due to perl hacker...
2008-01-17  Alvaro HerreraBackpatch my fix of rev 1.48 to avoid a division-by...
2008-01-14  Tom LaneFix an ancient oversight in libpq's handling of V3...
2008-01-06  Tom LaneA long time ago, Peter pointed out that ruleutils.c...
2008-01-03  Tom LaneStamp release 8.1.11. REL8_1_11
2008-01-03  Tom LaneUpdate release notes for security releases.
2008-01-03  Tom LaneThe original patch to disallow non-passworded connectio...
2008-01-03  Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-03  Tom LaneFix assorted security-grade bugs in the regex engine...
2008-01-02  Tom LaneInsert ARST into the list of known timezone abbreviations.
2008-01-02  Magnus HaganderFix invalid ipv6 address in example. Per doc comment...
2008-01-01  Tom LaneUpdate time zone data files to tzdata release 2007k.
2007-12-31  Bruce MomjianProvide a more helpful error message when there is...
2007-12-18  Tom LaneMake path_recv() and poly_recv() reject paths/polygons...
2007-12-01  Tom LaneSuppress compiler warnings in recent plperl patch....
2007-12-01  Andrew DunstanWorkaround for perl problem where evaluating UTF8 regex...
2007-11-26  Peter EisentrautRequire a specific Autoconf version, instead of a lower...
2007-11-23  Alvaro HerreraFix buggy usage of vsnprintf in PL/Python by removing...
2007-11-23  Tatsuo IshiiFix "Overall Page Layout" table. The second row should...
2007-11-22  Tom LanePrevent Perl from introducing a possibly-incompatible...
2007-11-16  Teodor SigaevBackpatch: Fix tsvector_out() and tsquery_out() to...
2007-11-15  Tom LaneUpdate timezone data files to release 2007i of the...
2007-11-10  Joe ConwayHave crosstab variants treat NULL rowid as a category...
2007-11-09  Tom LaneSecond pass at improving LIKE/regex estimation in non...
2007-11-08  Tom LaneIf an index depends on no columns of its table, give...
2007-11-07  Tom LaneImprove the performance of LIKE/regex estimation in...
2007-11-06  Michael MeskesFixed two parser bugs.
2007-10-28  Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-10-13  Tom LaneFix ALTER COLUMN TYPE to preserve the tablespace and...
2007-10-11  Tom LaneEnsure that the result of evaluating a function during...
2007-10-09  Magnus HaganderDon't try to free pgpassfile since it's a stack variable.
2007-10-04  Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-10-04  Tom LaneUpdate timezone data files to release 2007h of the...
2007-09-29  Tom LaneDefend against openssl libraries that fail on keys...
2007-09-29  Tom LaneMake archive recovery always start a new timeline,...
2007-09-26  Teodor SigaevFix crash of to_tsvector() function on huge input:...
2007-09-24  Alvaro HerreraReduce the size of memory allocations by lazy vacuum...
2007-09-22  Tom LaneFix bogus calculation of potential output string length...
2007-09-16  Tom LaneFix overflow in extract(epoch from interval) for interv...
2007-09-16  Tom LaneUpdate release notes for last-minute fix. REL8_1_10
2007-09-16  Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-14  Marc G. Fournierupdate configure for 8.1.10
2007-09-14  Tom LaneFix markup that doesn't work in back branches.
2007-09-14  Tom LaneMinor editorialization on release notes.
2007-09-13  Peter EisentrautTranslation updates
2007-09-12  Alvaro HerreraMake REINDEX DATABASE silently skip remote temp tables.
2007-09-12  Alvaro HerreraFix the database-wide version of CLUSTER to silently...
2007-09-12  Alvaro HerreraAdd a CHECK_FOR_INTERRUPTS call in the site where the...
2007-09-11  Tom LaneSync timezone data with 2007g zic release.
2007-09-11  Bruce MomjianStamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.
2007-09-11  Bruce MomjianStamp
2007-09-11  Tom LaneMake sure that open hash table scans are cleaned up...
2007-09-11  Teodor SigaevFix header's size of structs defines in ispell.
2007-09-10  Alvaro HerreraRemove the vacuum_delay_point call in count_nondeletabl...
2007-09-07  Teodor SigaevImprove page split in rtree emulation. Now if splitted...
2007-08-29  Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
2007-08-29  Michael MeskesFixed bug in Informix define handling.
2007-08-25  Tom LaneFix brain fade in DefineIndex(): it was continuing...
2007-08-23  Tom LaneFix combo_decrypt() to throw an error for zero-length...
2007-08-21  Tom LaneFix potential access-off-the-end-of-memory in varbit_ou...
2007-08-15  Tom LaneRepair problems occurring when multiple RI updates...
2007-08-08  Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-06  Tom LaneFix pg_restore to guard against unexpected EOF while...
next