2008-06-18 |
Tom Lane | Improve error reporting for problems in text search... |
commit | commitdiff | tree |
2008-06-17 |
Tom Lane | Fix the code that adds regclass constants to a plan... |
commit | commitdiff | tree |
2008-06-17 |
Tom Lane | Clean up a number of bogosities around pltcl's handling... |
commit | commitdiff | tree |
2008-06-13 |
Tom Lane | Improve the various elog messages in tuptoaster.c to... |
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 unportable (and incorrect anyway) usage of LL const... |
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.3.3 REL8_3_3 |
commit | commitdiff | tree |
2008-06-08 |
Tom Lane | Stamp 8.3.3 (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 for 8.3.2 REL8_3_2 |
commit | commitdiff | tree |
2008-06-05 |
Tom Lane | Stamp 8.3.2 (except for configure.in/configure) |
commit | commitdiff | tree |
2008-06-05 |
Tom Lane | Translation updates. |
commit | commitdiff | tree |
2008-06-05 |
Alvaro Herrera | Fix missing "not", per Frank Millman (bug #4212). |
commit | commitdiff | tree |
2008-06-04 |
Michael Meskes | Added symbol SQL to list of allowed variables. |
commit | commitdiff | tree |
2008-06-04 |
Tom Lane | Draft release notes for upcoming back-branch updates. |
commit | commitdiff | tree |
2008-06-03 |
Tom Lane | Remove unused variable (was already done in HEAD) |
commit | commitdiff | tree |
2008-06-02 |
Tom Lane | Fix initdb to reject a relative path for -X (--xlogdir... |
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 | Make 8.3.x psql print tab characters as an appropriate... |
commit | commitdiff | tree |
2008-05-29 |
Tom Lane | Fix some bugs introduced by the 8.2-era conversion... |
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 | Clarify description of typmod input function, per Jeff... |
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-19 |
Tom Lane | Coercion sanity check in ri_HashCompareOp failed to... |
commit | commitdiff | tree |
2008-05-15 |
Tom Lane | Add code to eval_const_expressions() to support const... |
commit | commitdiff | tree |
2008-05-13 |
Magnus Hagander | Don't try to close negative file descriptors, since... |
commit | commitdiff | tree |
2008-05-12 |
Michael Meskes | Check for non-existant connection in prepare statement... |
commit | commitdiff | tree |
2008-05-10 |
Andrew Dunstan | Backpatch fixes for contrib makefiles. |
commit | commitdiff | tree |
2008-05-09 |
Tom Lane | Fix an ancient oversight in change_varattnos_of_a_node... |
commit | commitdiff | tree |
2008-05-09 |
Heikki Linnakangas | Fix Assert introduced in previous patch. |
commit | commitdiff | tree |
2008-05-09 |
Heikki Linnakangas | Fix incorrect archive truncation point calculation... |
commit | commitdiff | tree |
2008-05-08 |
Tom Lane | Fix contrib/xml2 makefile to not override CFLAGS, and... |
commit | commitdiff | tree |
2008-05-07 |
Alvaro Herrera | Add Simon Riggs' email address. |
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-30 |
Tom Lane | Fix nodeTidscan.c to not trigger an error if the block... |
commit | commitdiff | tree |
2008-04-29 |
Alvaro Herrera | Fix REASSIGN OWNED so that it works on procedural langu... |
commit | commitdiff | tree |
2008-04-28 |
Tom Lane | Fix broken configure test for libxslt: it was probing... |
commit | commitdiff | tree |
2008-04-26 |
Tom Lane | Back-patch Heikki's fix to make TransactionIdIsCurrentT... |
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 |
2008-04-21 |
Tom Lane | Fix convert_IN_to_join to properly handle the case... |
commit | commitdiff | tree |
2008-04-21 |
Magnus Hagander | Fix typo, noted by Stefan Kaltenbrunner. |
commit | commitdiff | tree |
2008-04-21 |
Magnus Hagander | Add link to major version release notes at the top... |
commit | commitdiff | tree |
2008-04-21 |
Tom Lane | Fix a couple of places in execMain that erroneously... |
commit | commitdiff | tree |
2008-04-20 |
Teodor Sigaev | Fix broken compare function for tsquery_ops. Per Tom... |
commit | commitdiff | tree |
2008-04-18 |
Tom Lane | Fix rmtree() so that it keeps going after failure to... |
commit | commitdiff | tree |
2008-04-18 |
Heikki Linnakangas | Fix two race conditions between the pending unlink... |
commit | commitdiff | tree |
2008-04-17 |
Tom Lane | Fix a couple of oversights associated with the "physica... |
commit | commitdiff | tree |
2008-04-16 |
Tom Lane | Repair two places where SIGTERM exit could leave shared... |
commit | commitdiff | tree |
2008-04-16 |
Tom Lane | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock... |
commit | commitdiff | tree |
2008-04-16 |
Andrew Dunstan | Avoid using unnecessary pgwin32_safestat in libpq. |
commit | commitdiff | tree |
2008-04-15 |
Andrew Dunstan | Add multi-line flag to regex that needs it. Backpatch... |
commit | commitdiff | tree |
2008-04-11 |
Tom Lane | A quick try at un-breaking the Cygwin build. Whether... |
commit | commitdiff | tree |
2008-04-11 |
Tom Lane | Fix several datatype input functions that were allowing... |
commit | commitdiff | tree |
2008-04-10 |
Magnus Hagander | Create wrapper pgwin32_safestat() and redefine stat... |
commit | commitdiff | tree |
2008-04-10 |
Michael Meskes | Fixed bug in PGTYPEStimestamp_sub that used pointers... |
commit | commitdiff | tree |
2008-04-08 |
Tom Lane | Fix tsvector_update_trigger() to be domain-friendly... |
commit | commitdiff | tree |
2008-04-05 |
Tom Lane | Defend against JOINs having more than 32K columns altog... |
commit | commitdiff | tree |
2008-04-03 |
Tom Lane | Teach ANALYZE to distinguish dead and in-doubt tuples... |
commit | commitdiff | tree |
2008-04-03 |
Peter Eisentraut | Remove -C from rsync call, because it omits directories... |
commit | commitdiff | tree |
2008-04-02 |
Tom Lane | Revert my bad decision of about a year ago to make... |
commit | commitdiff | tree |
2008-04-01 |
Tom Lane | Fix an oversight I made in a cleanup patch over a year... |
commit | commitdiff | tree |
2008-03-31 |
Tom Lane | Apply my original fix for Taiki Yamaguchi's bug report... |
commit | commitdiff | tree |
2008-03-31 |
Tom Lane | Fix a number of places that were making file-type tests... |
commit | commitdiff | tree |
2008-03-29 |
Tom Lane | Revert my erroneous fix for Taiki Yamaguchi's DISTINCT... |
commit | commitdiff | tree |
2008-03-27 |
Tom Lane | When we have successfully optimized a MIN or MAX aggreg... |
commit | commitdiff | tree |
2008-03-26 |
Magnus Hagander | Include \password in the psql help. |
commit | commitdiff | tree |
2008-03-26 |
Tom Lane | Fix core dump in contrib/xml2's xpath_table() when... |
commit | commitdiff | tree |
2008-03-25 |
Michael Meskes | added ECPGget_PGconn to exports.txt |
commit | commitdiff | tree |
2008-03-24 |
Tom Lane | When a relation has been proven empty by constraint... |
commit | commitdiff | tree |
2008-03-24 |
Tom Lane | Fix various infelicities that have snuck into usage... |
commit | commitdiff | tree |
2008-03-21 |
Michael Meskes | Corrected version number. |
commit | commitdiff | tree |
2008-03-20 |
Michael Meskes | Added ECPGget_PGconn() function to ecpglib, courtesy... |
commit | commitdiff | tree |
2008-03-20 |
Michael Meskes | Changed statement escaping to not escape continuation... |
commit | commitdiff | tree |
2008-03-20 |
Heikki Linnakangas | Add the missing cyrillic "Yo" characters ('e' and ... |
commit | commitdiff | tree |
2008-03-19 |
Tom Lane | Fix regexp substring matching (substring(string from... |
commit | commitdiff | tree |
2008-03-18 |
Magnus Hagander | cvsweb lives on anoncvs.postgresql.org these days. |
commit | commitdiff | tree |
2008-03-18 |
Magnus Hagander | Wiki page about cvs now lives in the main wiki, the one |
commit | commitdiff | tree |
2008-03-14 |
Tom Lane | Fix inappropriately-timed memory context switch in... REL8_3_1 |
commit | commitdiff | tree |
2008-03-14 |
Alvaro Herrera | Fix duplicate word, per Guillaume Lelarge. |
commit | commitdiff | tree |
2008-03-14 |
Alvaro Herrera | Fix vacuum so that autovacuum is really not cancelled... |
commit | commitdiff | tree |
2008-03-14 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2008-03-14 |
Marc G. Fournier | update configure for 8.3.1 prior to tag |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Stamp version 8.3.1, except for configure.in/configure. |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Update release notes for 8.3.1 and 8.2.7 releases. |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Update to tzdata 2008a distribution (Chilean DST law... |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Fix varstr_cmp's special case for UTF8 encoding on... |
commit | commitdiff | tree |
2008-03-13 |
Tom Lane | Fix heap_page_prune's problem with failing to send... |
commit | commitdiff | tree |
next |