]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-09-19  Marc G. Fourniertag for 7.4.22 REL7_4_22
2008-09-19  Tom LaneUpdate back-branch release notes.
2008-08-26  Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-16  Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-08-05  Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-07-08  Tom LaneFix performance bug in write_syslog(): the code to...
2008-07-07  Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-06-10  Tom LaneCreate a script to handle stamping release version...
2008-06-09  Tom LaneFix datetime input functions to correctly detect intege...
2008-06-09  Tom Lanetag 7.4.21 REL7_4_21
2008-06-08  Tom LaneStamp 7.4.21 (except for configure.in/configure)
2008-06-07  Tom LaneUpdate release notes for 8.3.3 et al.
2008-06-06  Tom LaneFix pg_get_ruledef() so that negative numeric constants...
2008-06-06  Tom LaneRemove link that pre-8.2 doc tools don't support. REL7_4_20
2008-06-06  Tom Lanetag 7.4.20
2008-06-05  Tom LaneStamp 7.4.20 (except for configure.in/configure)
2008-06-05  Tom LaneTranslation updates.
2008-06-04  Tom LaneDraft release notes for upcoming back-branch updates.
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-25  Tom LaneAdjust timestamp regression tests to prevent two low...
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-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-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-12  Tom LaneFix LISTEN/NOTIFY race condition reported by Laurent...
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-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-11  Tom LaneRepair VACUUM FULL bug introduced by HOT patch: the...
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 7.4.19. REL7_4_19
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...
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-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 "Page Layout" table. The second row should be ItemI...
2007-11-16  Teodor SigaevBackpatch: Fix tsvector_out() and tsquery_out() to...
2007-11-10  Joe ConwayHave crosstab variants treat NULL rowid as a category...
2007-11-08  Tom LaneIf an index depends on no columns of its table, give...
2007-11-06  Michael MeskesAdded missing clause to parser.
2007-10-11  Tom LaneEnsure that the result of evaluating a function during...
2007-10-04  Tom LaneKeep the planner from failing on "WHERE false AND somet...
2007-09-26  Teodor SigaevFix crash of to_tsvector() function on huge input:...
2007-09-22  Tom LaneFix bogus calculation of potential output string length...
2007-09-16  Tom LaneUpdate release notes for last-minute fix. REL7_4_18
2007-09-16  Tom LaneFix aboriginal mistake in lazy VACUUM's code for trunca...
2007-09-14  Marc G. Fournierupdate configure for 7.4.18
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 HerreraFix the database-wide version of CLUSTER to silently...
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-08-29  Tom LaneFix aboriginal bug in _tarAddFile(): when complaining...
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-08  Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-06  Tom LaneFix pg_restore to guard against unexpected EOF while...
2007-08-02  Neil ConwayFix a memory leak in tuplestore_end(). Unlikely to...
2007-07-31  Tom LaneFix a bug in the original implementation of redundant...
2007-07-31  Tom LaneFix security definer functions with polymorphic argumen...
2007-07-23  Magnus HaganderThe proper guaranteed buffer size for errors is
2007-07-21  Tom LaneFix elog.c to avoid infinite recursion (leading to...
2007-07-19  Tom LaneMake replace(), split_part(), and string_to_array(...
2007-07-17  Tom LaneFix outfuncs.c to dump A_Const nodes representing NULLs...
2007-07-09  Joe ConwayRestrict non-superusers to password authenticated conne...
2007-07-02  Tom LaneFix failure to restart Postgres when Linux kernel retur...
2007-06-29  Tom LaneFix a passel of ancient bugs in to_char(), including...
2007-06-20  Tom LanetransformColumnDefinition failed to complain about
2007-06-20  Tom LaneCREATE DOMAIN ... DEFAULT NULL failed because gram...
2007-06-02  Tom LaneFix erroneous error reporting for overlength input...
2007-06-01  Tom LaneFix aboriginal bug in BufFileDumpBuffer that would...
2007-05-21  Peter EisentrautFix spurious German index entry
2007-05-18  Tom LaneRemove redundant logging of send failures when SSL...
2007-05-13  Magnus HaganderDocument that CLUSTER breaks MVCC visibility rules.
2007-05-01  Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-26  Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-23  Neil ConwayFix newly-introduced documentation typo.
2007-04-20  PostgreSQL... Update configure in for new release REL7_4_17
2007-04-20  Tom LaneFix markup.
2007-04-20  Tom LaneFix markup.
2007-04-20  Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-19  Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-19  Bruce MomjianRelease wording updates for releases 8.2.4, 8.1.9,...
next