2009-01-20 |
Alvaro Herrera | Fix erroneous memory context switch in autovacuum,... |
commit | commitdiff | tree |
2009-01-15 |
Heikki Linnakangas | Change explanation of pg_switch_xlog()'s return value... |
commit | commitdiff | tree |
2009-01-15 |
Teodor Sigaev | Fix URL generation in headline. Only tag lexeme will... |
commit | commitdiff | tree |
2009-01-15 |
Teodor Sigaev | Fix generation of too long headline with ShortWords. |
commit | commitdiff | tree |
2009-01-14 |
Heikki Linnakangas | Remove broken Assertions that failed if a statement... |
commit | commitdiff | tree |
2009-01-13 |
Magnus Hagander | Throw an error when using -C and -1 at the same time... |
commit | commitdiff | tree |
2009-01-09 |
Bruce Momjian | Update release notes for 8.3.5, 8.2.11, and 8.1.15... |
commit | commitdiff | tree |
2009-01-07 |
Tom Lane | Insert conditional SPI_push/SPI_pop calls into InputFun... |
commit | commitdiff | tree |
2009-01-06 |
Tom Lane | Remove references to pgsql-ports and pgsql-patches... |
commit | commitdiff | tree |
2009-01-06 |
Heikki Linnakangas | Fix logic in lazy vacuum to decide if it's worth trying... |
commit | commitdiff | tree |
2009-01-03 |
Joe Conway | Fix bug per Oleksiy Shchukin - 2nd argument for dblink_... |
commit | commitdiff | tree |
2008-12-16 |
Tom Lane | Make heap_update() set newtup->t_tableOid correctly... |
commit | commitdiff | tree |
2008-12-13 |
Tom Lane | Fix failure to ensure that a snapshot is available... |
commit | commitdiff | tree |
2008-12-01 |
Tom Lane | Fix an oversight in the code that makes transitive... |
commit | commitdiff | tree |
2008-12-01 |
Tom Lane | Ensure that the contents of a holdable cursor don't... |
commit | commitdiff | tree |
2008-11-30 |
Tom Lane | Fix dblink and tablefunc to not return with the wrong... |
commit | commitdiff | tree |
2008-11-30 |
Tom Lane | Remove inappropriate memory context switch in shutdown_... |
commit | commitdiff | tree |
2008-11-25 |
Tom Lane | information_schema.key_column_usage.position_in_unique_... |
commit | commitdiff | tree |
2008-11-12 |
Tom Lane | In predtest.c, install a limit on the number of branche... |
commit | commitdiff | tree |
2008-11-12 |
Andrew Dunstan | Detect and error out on inability to get proper linkage... |
commit | commitdiff | tree |
2008-11-11 |
Tom Lane | Get rid of adjust_appendrel_attr_needed(), which has... |
commit | commitdiff | tree |
2008-11-10 |
Tom Lane | Fix old bug in contrib/sslinfo: X509_NAME_to_text freed... |
commit | commitdiff | tree |
2008-10-31 |
Marc G. Fournier | tag 8.2.11 REL8_2_11 |
commit | commitdiff | tree |
2008-10-30 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree |
2008-10-30 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2008-10-30 |
Tom Lane | Update time zone data files to tzdata release 2008i... |
commit | commitdiff | tree |
2008-10-30 |
Peter Eisentraut | Missing space in error message |
commit | commitdiff | tree |
2008-10-27 |
Tom Lane | Install a more robust solution for the problem of infin... |
commit | commitdiff | tree |
2008-10-26 |
Tom Lane | Better solution to the IN-list issue: instead of having... |
commit | commitdiff | tree |
2008-10-25 |
Tom Lane | Add a heuristic to transformAExprIn() to make it prefer... |
commit | commitdiff | tree |
2008-10-25 |
Tom Lane | Fix an old bug in after-trigger handling: AfterTriggerE... |
commit | commitdiff | tree |
2008-10-22 |
Teodor Sigaev | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't |
commit | commitdiff | tree |
2008-10-17 |
Teodor Sigaev | Fix small bug in headline generation. |
commit | commitdiff | tree |
2008-10-16 |
Neil Conway | Fix a small memory leak in ExecReScanAgg() in the hashe... |
commit | commitdiff | tree |
2008-10-16 |
Tom Lane | Fix SPI_getvalue and SPI_getbinval to range-check the... |
commit | commitdiff | tree |
2008-10-10 |
Tom Lane | Fix COPY documentation to not imply that HEADER can... |
commit | commitdiff | tree |
2008-10-10 |
Michael Meskes | Optional arguments should be optional. |
commit | commitdiff | tree |
2008-10-09 |
Tom Lane | Fix overly tense optimization of PLpgSQL_func_hashkey... |
commit | commitdiff | tree |
2008-10-07 |
Heikki Linnakangas | When a relation is moved to another tablespace, we... |
commit | commitdiff | tree |
2008-10-02 |
Tom Lane | Fix improper display of fractional seconds in interval... |
commit | commitdiff | tree |
2008-09-30 |
Tom Lane | Recent patches to pg_ctl broke "pg_ctl restart" for... |
commit | commitdiff | tree |
2008-09-24 |
Tom Lane | Fix more problems with rewriter failing to set Query... |
commit | commitdiff | tree |
2008-09-24 |
Magnus Hagander | Make sure pg_control is opened in binary mode, to deal |
commit | commitdiff | tree |
2008-09-19 |
Marc G. Fournier | tag for 8.2.10 REL8_2_10 |
commit | commitdiff | tree |
2008-09-19 |
Tom Lane | Update back-branch release notes. |
commit | commitdiff | tree |
2008-09-17 |
Tom Lane | Update time zone data files to tzdata release 2008f... |
commit | commitdiff | tree |
2008-09-16 |
Tom Lane | Widen the nLocks counts in local lock tables from int... |
commit | commitdiff | tree |
2008-09-11 |
Alvaro Herrera | Initialize the minimum frozen Xid in vac_update_datfroz... |
commit | commitdiff | tree |
2008-09-01 |
Tom Lane | Fix plpgsql's exec_move_row() to supply valid type... |
commit | commitdiff | tree |
2008-08-26 |
Tom Lane | Fix pg_dump docs to acknowledge that you can use -Z... |
commit | commitdiff | tree |
2008-08-23 |
Teodor Sigaev | Fix possible duplicate tuples while GiST scan. Now... |
commit | commitdiff | tree |
2008-08-20 |
Magnus Hagander | Make libpq on windows not try to send chunks larger... |
commit | commitdiff | tree |
2008-08-16 |
Tom Lane | Fix pg_dump/pg_restore's ExecuteSqlCommand() to behave... |
commit | commitdiff | tree |
2008-08-14 |
Heikki Linnakangas | Fix pull_up_simple_union_all to copy all rtable entries... |
commit | commitdiff | tree |
2008-08-08 |
Tom Lane | Install checks in executor startup to ensure that the... |
commit | commitdiff | tree |
2008-08-05 |
Tom Lane | Do not allow Unique nodes to be scanned backwards.... |
commit | commitdiff | tree |
2008-07-24 |
Tom Lane | Fix parsing of LDAP URLs so it doesn't reject spaces... |
commit | commitdiff | tree |
2008-07-22 |
Tom Lane | Update link to Oleg and Teodor's GIN page. |
commit | commitdiff | tree |
2008-07-11 |
Tom Lane | Fix an oversight in the original implementation of... |
commit | commitdiff | tree |
2008-07-10 |
Tom Lane | Fix mis-calculation of extParam/allParam sets for plan... |
commit | commitdiff | tree |
2008-07-08 |
Tom Lane | Fix performance bug in write_syslog(): the code to... |
commit | commitdiff | tree |
2008-07-07 |
Tom Lane | Fix estimate_num_groups() to assume that GROUP BY expre... |
commit | commitdiff | tree |
2008-07-07 |
Tom Lane | Fix AT TIME ZONE (in all three variants) so that we... |
commit | commitdiff | tree |
2008-07-06 |
Tom Lane | Prevent integer overflows during units conversion when... |
commit | commitdiff | tree |
2008-07-01 |
Tom Lane | Fix identify_system_timezone() so that it tests the... |
commit | commitdiff | tree |
2008-06-27 |
Bruce Momjian | Fix 'pg_ctl reload' to properly preserve postmaster... |
commit | commitdiff | tree |
2008-06-17 |
Tom Lane | Clean up a number of bogosities around pltcl's handling... |
commit | commitdiff | tree |
2008-06-11 |
Heikki Linnakangas | Fix bug in the WAL recovery code to finish an incomplet... |
commit | commitdiff | tree |
2008-06-10 |
Tom Lane | Create a script to handle stamping release version... |
commit | commitdiff | tree |
2008-06-09 |
Tom Lane | Fix datetime input functions to correctly detect intege... |
commit | commitdiff | tree |
2008-06-09 |
Marc G. Fournier | tag 8.2.9 REL8_2_9 |
commit | commitdiff | tree |
2008-06-08 |
Tom Lane | Stamp 8.2.9 (except for configure.in/configure) |
commit | commitdiff | tree |
2008-06-08 |
Tom Lane | Update release notes for ALTER AGGREGATE fix. |
commit | commitdiff | tree |
2008-06-08 |
Tom Lane | ALTER AGGREGATE OWNER seems to have been missed by... |
commit | commitdiff | tree |
2008-06-07 |
Tom Lane | Update release notes for 8.3.3 et al. |
commit | commitdiff | tree |
2008-06-06 |
Tom Lane | Fix pg_get_ruledef() so that negative numeric constants... |
commit | commitdiff | tree |
2008-06-06 |
Marc G. Fournier | tag 8.2.8 REL8_2_8 |
commit | commitdiff | tree |
2008-06-05 |
Tom Lane | Stamp 8.2.8 (except for configure.in/configure) |
commit | commitdiff | tree |
2008-06-05 |
Tom Lane | Translation updates. |
commit | commitdiff | tree |
2008-06-04 |
Michael Meskes | Added SQL to list of allowed variable names. |
commit | commitdiff | tree |
2008-06-04 |
Tom Lane | Draft release notes for upcoming back-branch updates. |
commit | commitdiff | tree |
2008-06-01 |
Tom Lane | Update time zone data files to tzdata release 2008c... |
commit | commitdiff | tree |
2008-05-29 |
Tom Lane | Fix some bugs introduced by the 8.2-era conversion... |
commit | commitdiff | tree |
2008-05-29 |
Bruce Momjian | Update odbc URL. |
commit | commitdiff | tree |
2008-05-28 |
Tom Lane | Backpatch Zdenek Kotala's fix to prevent pglz_decompres... |
commit | commitdiff | tree |
2008-05-28 |
Tom Lane | Improve GRANT documentation to point out that UPDATE... |
commit | commitdiff | tree |
2008-05-27 |
Tom Lane | Require bind_textdomain_codeset() not just gettext... |
commit | commitdiff | tree |
2008-05-27 |
Tom Lane | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER... |
commit | commitdiff | tree |
2008-05-27 |
Magnus Hagander | Explicitly bind gettext() to the UTF8 locale when... |
commit | commitdiff | tree |
2008-05-26 |
Tom Lane | Fix an old corner-case bug in set_config_option: push_o... |
commit | commitdiff | tree |
2008-05-25 |
Tom Lane | Adjust timestamp regression tests to prevent two low... |
commit | commitdiff | tree |
2008-05-19 |
Heikki Linnakangas | Remove arbitrary 10MB limit on two-phase state file... |
commit | commitdiff | tree |
2008-05-13 |
Magnus Hagander | Don't try to close negative file descriptors, since... |
commit | commitdiff | tree |
2008-05-09 |
Tom Lane | Fix an ancient oversight in change_varattnos_of_a_node... |
commit | commitdiff | tree |
2008-05-08 |
Tom Lane | Fix contrib/xml2 makefile to not override CFLAGS. |
commit | commitdiff | tree |
2008-05-05 |
Magnus Hagander | Add more dependencies from libpgport required by |
commit | commitdiff | tree |
2008-05-03 |
Tom Lane | The 8.2 patch that added support for an alias on the... |
commit | commitdiff | tree |
2008-04-24 |
Tom Lane | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that... |
commit | commitdiff | tree |
2008-04-22 |
Teodor Sigaev | Fix using too many LWLocks bug, reported by Craig Ringer |
commit | commitdiff | tree |
2008-04-22 |
Magnus Hagander | Replace developer FAQ with a reference to the wiki... |
commit | commitdiff | tree |
next |