users/bernd/postgres.git
2008-10-02 Tom LaneFix improper display of fractional seconds in interval...
2008-10-01 Magnus HaganderLink libpq with libgssapi if configure finds it, as
2008-09-30 Tom LaneRecent patches to pg_ctl broke "pg_ctl restart" for...
2008-09-27 Andrew DunstanCompare escaped chars case insensitively for ILIKE...
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 Magnus HaganderMark SessionReplicationRole as PGDLLIMPORT so it
2008-09-19 Marc G. Fourniertag for 8.3.4
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-16 Tom LaneFix multiple memory leaks in xml_out(). Per report...
2008-09-15 Tom LaneFix caching of foreign-key-checking queries so that...
2008-09-12 Tom LaneSkip opfamily check in eclass_matches_any_index() when...
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-10 Tom LaneAvoid using sprintf() for a simple octal conversion...
2008-09-01 Tom LaneFix plpgsql's exec_move_row() to supply valid type...
2008-09-01 Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-08-29 Tom LaneFix bug in original implementation of xmlserialize...
2008-08-26 Tom LaneTeach eval_const_expressions() to simplify an ArrayCoer...
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-21 Bruce MomjianMention that pg_dump does not dump ALTER DATABASE ...
2008-08-20 Michael MeskesFixed incorrect argument handling in SET command if...
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-16 Bruce MomjianSynchronize Borland libpq makefile to match MSVC. ...
2008-08-14 Heikki LinnakangasFix pull_up_simple_union_all to copy all rtable entries...
2008-08-10 Tom LaneFix corner-case bug introduced with HOT: if REINDEX...
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-08-03 Tom LaneFix copy-and-pasteo that's causing pg_regress to lie...
2008-07-29 Magnus HaganderCleanup reference to config.pl so it makes sense not...
2008-07-29 Magnus HaganderDocument which versions of ActivePerl and ActiveTcl...
2008-07-24 Tom LaneFix parsing of LDAP URLs so it doesn't reject spaces...
2008-07-23 Alvaro HerreraRatchet up patch to improve autovacuum wraparound messages.
2008-07-22 Tom LaneUpdate link to Oleg and Teodor's GIN page.
2008-07-21 Alvaro HerreraPublish more openly the fact that autovacuum is working...
2008-07-18 Bruce MomjianProperly document archive/restore command examples...
2008-07-17 Alvaro HerreraAdd MSVC++ debug libraries to .cvsignore.
2008-07-17 Alvaro HerreraAvoid crashing when a table is deleted while we're...
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-08 Heikki LinnakangasFix WAL file cutoff point calculation in pg_standby.
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-07 Peter EisentrautAdded documentation for xmlagg function.
2008-07-06 Tom LanePrevent integer overflows during units conversion when...
2008-07-04 Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-07-03 Tom LaneFix transaction-lifespan memory leak in xpath(). Repor...
2008-07-01 Tom LaneFix identify_system_timezone() so that it tests the...
2008-06-27 Tom LaneConsider a clause to be outerjoin_delayed if it referen...
2008-06-27 Magnus HaganderFix standalone libpq build on win32.
2008-06-27 Bruce MomjianFix 'pg_ctl reload' to properly preserve postmaster...
2008-06-19 Tom LaneFix a few places that were non-multibyte-safe in tsearc...
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-10 branch-fixupAdd files from parent branch HEAD:
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
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
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.
next