]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-10-09  Tom LaneFix overly tense optimization of PLpgSQL_func_hashkey...
2008-10-07  Heikki LinnakangasWhen a relation is moved to another tablespace, we...
2008-10-02  Tom LaneFix improper display of fractional seconds in interval...
2008-09-30  Tom LaneRecent patches to pg_ctl broke "pg_ctl restart" for...
2008-09-24  Tom LaneFix more problems with rewriter failing to set Query...
2008-09-24  Magnus HaganderMake sure pg_control is opened in binary mode, to deal
2008-09-19  Marc G. Fourniertag for 8.2.10 REL8_2_10
2008-09-19  Tom LaneUpdate back-branch release notes.
2008-09-17  Tom LaneUpdate time zone data files to tzdata release 2008f...
2008-09-16  Tom LaneWiden the nLocks counts in local lock tables from int...
2008-09-11  Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-01  Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-08-26  Tom LaneFix pg_dump docs to acknowledge that you can use -Z...
2008-08-23  Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-08-20  Magnus HaganderMake libpq on windows not try to send chunks larger...
2008-08-16  Tom LaneFix pg_dump/pg_restore's ExecuteSqlCommand() to behave...
2008-08-14  Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-08  Tom LaneInstall checks in executor startup to ensure that the...
2008-08-05  Tom LaneDo not allow Unique nodes to be scanned backwards....
2008-07-24  Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-22  Tom LaneUpdate link to Oleg and Teodor's GIN page.
2008-07-11  Tom LaneFix an oversight in the original implementation of...
2008-07-10  Tom LaneFix mis-calculation of extParam/allParam sets for plan...
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-07-07  Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-07-06  Tom LanePrevent integer overflows during units conversion when...
2008-07-01  Tom LaneFix identify_system_timezone() so that it tests the...
2008-06-27  Bruce MomjianFix 'pg_ctl reload' to properly preserve postmaster...
2008-06-17  Tom LaneClean up a number of bogosities around pltcl's handling...
2008-06-11  Heikki LinnakangasFix bug in the WAL recovery code to finish an incomplet...
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  Marc G. Fourniertag 8.2.9 REL8_2_9
2008-06-08  Tom LaneStamp 8.2.9 (except for configure.in/configure)
2008-06-08  Tom LaneUpdate release notes for ALTER AGGREGATE fix.
2008-06-08  Tom LaneALTER AGGREGATE OWNER seems to have been missed by...
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  Marc G. Fourniertag 8.2.8 REL8_2_8
2008-06-05  Tom LaneStamp 8.2.8 (except for configure.in/configure)
2008-06-05  Tom LaneTranslation updates.
2008-06-04  Michael MeskesAdded SQL to list of allowed variable names.
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-29  Tom LaneFix some bugs introduced by the 8.2-era conversion...
2008-05-29  Bruce MomjianUpdate odbc URL.
2008-05-28  Tom LaneBackpatch Zdenek Kotala's fix to prevent pglz_decompres...
2008-05-28  Tom LaneImprove GRANT documentation to point out that UPDATE...
2008-05-27  Tom LaneRequire bind_textdomain_codeset() not just gettext...
2008-05-27  Tom LaneBack-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER...
2008-05-27  Magnus HaganderExplicitly bind gettext() to the UTF8 locale when...
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-05-05  Magnus HaganderAdd more dependencies from libpgport required by
2008-05-03  Tom LaneThe 8.2 patch that added support for an alias on the...
2008-04-24  Tom LaneFix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that...
2008-04-22  Teodor SigaevFix using too many LWLocks bug, reported by Craig Ringer
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-20  Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-17  Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-16  Tom LaneFix LOAD_CRIT_INDEX() macro to take out AccessShareLock...
2008-04-16  Andrew DunstanAvoid using unnecessary pgwin32_safestat in libpq.
2008-04-15  Andrew DunstanAdd multi-line flag to regex that needs it. Backpatch...
2008-04-12  Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-11  Tom LaneFix several datatype input functions that were allowing...
2008-04-10  Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
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-14  Peter EisentrautTranslation updates REL8_2_7
2008-03-14  Marc G. Fourniertag configure for 8.2.7 prior to tag
2008-03-13  Tom LaneStamp version 8.2.7, except for configure.in/configure.
2008-03-13  Tom LaneUpdate release notes for 8.3.1 and 8.2.7 releases.
2008-03-13  Tom LaneUpdate to tzdata 2008a distribution (Chilean DST law...
2008-03-13  Tom LaneFix varstr_cmp's special case for UTF8 encoding on...
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-03-05  Tom LaneIn PrepareToInvalidateCacheTuple, don't force initializ...
2008-03-04  Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-03-02  Tom LaneVenezuela Time now means UTC-4:30, not UTC-4:00. Adjus...
2008-02-29  Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29  Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-29  Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-02-27  Tom LaneIf RelationBuildDesc() fails to open a critical system...
2008-02-26  Peter EisentrautFix uninstall target.
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...
next