]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2008-06-18  Tom LaneImprove error reporting for problems in text search...
2008-06-17  Tom LaneFix the code that adds regclass constants to a plan...
2008-06-17  Tom LaneClean up a number of bogosities around pltcl's handling...
2008-06-13  Tom LaneImprove the various elog messages in tuptoaster.c to...
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 unportable (and incorrect anyway) usage of LL const...
2008-06-09  Tom LaneFix datetime input functions to correctly detect intege...
2008-06-09  Marc G. Fourniertag 8.3.3 REL8_3_3
2008-06-08  Tom LaneStamp 8.3.3 (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 for 8.3.2 REL8_3_2
2008-06-05  Tom LaneStamp 8.3.2 (except for configure.in/configure)
2008-06-05  Tom LaneTranslation updates.
2008-06-05  Alvaro HerreraFix missing "not", per Frank Millman (bug #4212).
2008-06-04  Michael MeskesAdded symbol SQL to list of allowed variables.
2008-06-04  Tom LaneDraft release notes for upcoming back-branch updates.
2008-06-03  Tom LaneRemove unused variable (was already done in HEAD)
2008-06-02  Tom LaneFix initdb to reject a relative path for -X (--xlogdir...
2008-06-01  Tom LaneUpdate time zone data files to tzdata release 2008c...
2008-05-29  Tom LaneMake 8.3.x psql print tab characters as an appropriate...
2008-05-29  Tom LaneFix some bugs introduced by the 8.2-era conversion...
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 LaneClarify description of typmod input function, per Jeff...
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-19  Tom LaneCoercion sanity check in ri_HashCompareOp failed to...
2008-05-15  Tom LaneAdd code to eval_const_expressions() to support const...
2008-05-13  Magnus HaganderDon't try to close negative file descriptors, since...
2008-05-12  Michael MeskesCheck for non-existant connection in prepare statement...
2008-05-10  Andrew DunstanBackpatch fixes for contrib makefiles.
2008-05-09  Tom LaneFix an ancient oversight in change_varattnos_of_a_node...
2008-05-09  Heikki LinnakangasFix Assert introduced in previous patch.
2008-05-09  Heikki LinnakangasFix incorrect archive truncation point calculation...
2008-05-08  Tom LaneFix contrib/xml2 makefile to not override CFLAGS, and...
2008-05-07  Alvaro HerreraAdd Simon Riggs' email address.
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-30  Tom LaneFix nodeTidscan.c to not trigger an error if the block...
2008-04-29  Alvaro HerreraFix REASSIGN OWNED so that it works on procedural langu...
2008-04-28  Tom LaneFix broken configure test for libxslt: it was probing...
2008-04-26  Tom LaneBack-patch Heikki's fix to make TransactionIdIsCurrentT...
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  Tom LaneFix convert_IN_to_join to properly handle the case...
2008-04-21  Magnus HaganderFix typo, noted by Stefan Kaltenbrunner.
2008-04-21  Magnus HaganderAdd link to major version release notes at the top...
2008-04-21  Tom LaneFix a couple of places in execMain that erroneously...
2008-04-20  Teodor SigaevFix broken compare function for tsquery_ops. Per Tom...
2008-04-18  Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18  Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-17  Tom LaneFix a couple of oversights associated with the "physica...
2008-04-16  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-11  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-08  Tom LaneFix tsvector_update_trigger() to be domain-friendly...
2008-04-05  Tom LaneDefend against JOINs having more than 32K columns altog...
2008-04-03  Tom LaneTeach ANALYZE to distinguish dead and in-doubt tuples...
2008-04-03  Peter EisentrautRemove -C from rsync call, because it omits directories...
2008-04-02  Tom LaneRevert my bad decision of about a year ago to make...
2008-04-01  Tom LaneFix an oversight I made in a cleanup patch over a year...
2008-03-31  Tom LaneApply my original fix for Taiki Yamaguchi's bug report...
2008-03-31  Tom LaneFix a number of places that were making file-type tests...
2008-03-29  Tom LaneRevert my erroneous fix for Taiki Yamaguchi's DISTINCT...
2008-03-27  Tom LaneWhen we have successfully optimized a MIN or MAX aggreg...
2008-03-26  Magnus HaganderInclude \password in the psql help.
2008-03-26  Tom LaneFix core dump in contrib/xml2's xpath_table() when...
2008-03-25  Michael Meskesadded ECPGget_PGconn to exports.txt
2008-03-24  Tom LaneWhen a relation has been proven empty by constraint...
2008-03-24  Tom LaneFix various infelicities that have snuck into usage...
2008-03-21  Michael MeskesCorrected version number.
2008-03-20  Michael MeskesAdded ECPGget_PGconn() function to ecpglib, courtesy...
2008-03-20  Michael MeskesChanged statement escaping to not escape continuation...
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-18  Magnus Hagandercvsweb lives on anoncvs.postgresql.org these days.
2008-03-18  Magnus HaganderWiki page about cvs now lives in the main wiki, the one
2008-03-14  Tom LaneFix inappropriately-timed memory context switch in... REL8_3_1
2008-03-14  Alvaro HerreraFix duplicate word, per Guillaume Lelarge.
2008-03-14  Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-03-14  Peter EisentrautTranslation updates
2008-03-14  Marc G. Fournierupdate configure for 8.3.1 prior to tag
2008-03-13  Tom LaneStamp version 8.3.1, 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-13  Tom LaneFix heap_page_prune's problem with failing to send...
next