users/heikki/postgres.git
2009-01-13 Magnus HaganderThrow an error when using -C and -1 at the same time...
2009-01-09 Bruce MomjianUpdate release notes for 8.3.5, 8.2.11, and 8.1.15...
2009-01-07 Tom LaneInsert conditional SPI_push/SPI_pop calls into InputFun...
2009-01-06 Tom LaneRemove references to pgsql-ports and pgsql-patches...
2009-01-06 Heikki LinnakangasFix logic in lazy vacuum to decide if it's worth trying...
2009-01-03 Joe ConwayFix bug per Oleksiy Shchukin - 2nd argument for dblink_...
2008-12-16 Tom LaneMake heap_update() set newtup->t_tableOid correctly...
2008-12-13 Tom LaneFix failure to ensure that a snapshot is available...
2008-12-01 Tom LaneFix an oversight in the code that makes transitive...
2008-12-01 Tom LaneEnsure that the contents of a holdable cursor don't...
2008-11-30 Tom LaneFix dblink and tablefunc to not return with the wrong...
2008-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-11-25 Tom Laneinformation_schema.key_column_usage.position_in_unique_...
2008-11-12 Tom LaneIn predtest.c, install a limit on the number of branche...
2008-11-12 Andrew DunstanDetect and error out on inability to get proper linkage...
2008-11-11 Tom LaneGet rid of adjust_appendrel_attr_needed(), which has...
2008-11-10 Tom LaneFix old bug in contrib/sslinfo: X509_NAME_to_text freed...
2008-10-31 Marc G. Fourniertag 8.2.11 REL8_2_11
2008-10-30 Tom LaneUpdate back-branch release notes.
2008-10-30 Peter EisentrautTranslation updates
2008-10-30 Tom LaneUpdate time zone data files to tzdata release 2008i...
2008-10-30 Peter EisentrautMissing space in error message
2008-10-27 Tom LaneInstall a more robust solution for the problem of infin...
2008-10-26 Tom LaneBetter solution to the IN-list issue: instead of having...
2008-10-25 Tom LaneAdd a heuristic to transformAExprIn() to make it prefer...
2008-10-25 Tom LaneFix an old bug in after-trigger handling: AfterTriggerE...
2008-10-22 Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-17 Teodor SigaevFix small bug in headline generation.
2008-10-16 Neil ConwayFix a small memory leak in ExecReScanAgg() in the hashe...
2008-10-16 Tom LaneFix SPI_getvalue and SPI_getbinval to range-check the...
2008-10-10 Tom LaneFix COPY documentation to not imply that HEADER can...
2008-10-10 Michael MeskesOptional arguments should be optional.
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.
next