| Commit message (Expand) | Author | Age | Files | Lines |
* | Tag 8.1.18REL8_1_18 | Marc G. Fournier | 2009-09-04 | 6 | -20/+20 |
* | Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, | Tom Lane | 2009-09-03 | 3 | -11/+316 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 | 3 | -40/+33 |
* | Translation updates | Peter Eisentraut | 2009-09-03 | 18 | -23598/+23652 |
* | Update time zone data files to tzdata release 2009l: DST law changes in | Tom Lane | 2009-09-03 | 5 | -20/+87 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 | 1 | -2/+2 |
* | Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. | Bruce Momjian | 2009-08-27 | 4 | -4/+157 |
* | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane | 2009-08-24 | 1 | -8/+14 |
* | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane | 2009-08-18 | 1 | -1/+4 |
* | Remove tabs from SGML. | Bruce Momjian | 2009-08-15 | 1 | -2/+2 |
* | Re-add documentation for --no-readline option of psql, mistakenly removed a d... | Andrew Dunstan | 2009-08-10 | 1 | -1/+12 |
* | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane | 2009-08-07 | 1 | -1/+4 |
* | Fix a thinko introduced into CountActiveBackends by a recent patch: | Tom Lane | 2009-07-29 | 1 | -2/+2 |
* | Fix xslt_process() to ensure that it inserts a NULL terminator after the | Tom Lane | 2009-07-10 | 1 | -7/+11 |
* | Fix ancient bug in handling of to_char modifier 'TH', when used with HH. | Heikki Linnakangas | 2009-07-06 | 1 | -2/+2 |
* | Fix an ancient error in dist_ps (distance from point to line segment), which | Tom Lane | 2009-06-23 | 1 | -15/+14 |
* | Update time zone data files to tzdata release 2009i: DST law changes in | Tom Lane | 2009-06-11 | 18 | -30/+214 |
* | Improve capitalization and punctuation in recently added GiST message. | Peter Eisentraut | 2009-06-10 | 1 | -3/+3 |
* | Fix cash_in() to behave properly in locales where frac_digits is zero, | Tom Lane | 2009-06-10 | 1 | -13/+7 |
* | Adjust recent PERL_SYS_INIT3 call to avoid platforms where it might fail, and... | Andrew Dunstan | 2009-06-05 | 1 | -3/+14 |
* | Initialise perl library as documented in perl API. Backpatch to release 7.4. | Andrew Dunstan | 2009-06-04 | 1 | -3/+8 |
* | Update relpages and reltuples estimates in stand-alone ANALYZE, even if | Heikki Linnakangas | 2009-05-19 | 1 | -16/+4 |
* | Fix pg_resetxlog to remove archive status files along with WAL segment files. | Tom Lane | 2009-05-03 | 1 | -1/+60 |
* | Split the release notes into a separate file for each (active) major branch, | Tom Lane | 2009-05-02 | 8 | -19508/+19594 |
* | When checking for datetime field overflow, we should allow a fractional-second | Tom Lane | 2009-05-01 | 1 | -12/+12 |
* | Fix the handling of sub-SELECTs appearing in the arguments of an outer-level | Tom Lane | 2009-04-25 | 3 | -2/+46 |
* | Remove HELIOS Software GmbH name and copyright from AIX dynloader files, | Bruce Momjian | 2009-04-25 | 3 | -20/+1 |
* | Remove beer-ware license from crypt-md5.c, per | Magnus Hagander | 2009-04-15 | 1 | -7/+2 |
* | Update time zone data files to tzdata release 2009e: DST law changes in | Tom Lane | 2009-04-09 | 5 | -35/+241 |
* | Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense | Teodor Sigaev | 2009-04-07 | 2 | -47/+159 |
* | Defend against non-ASCII letters in fuzzystrmatch code. The functions | Tom Lane | 2009-04-07 | 1 | -10/+28 |
* | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane | 2009-04-04 | 3 | -28/+57 |
* | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane | 2009-03-31 | 1 | -1/+11 |
* | Don't crash initdb when we fail to get the current username. | Magnus Hagander | 2009-03-31 | 1 | -2/+14 |
* | Fix a rare race condition when commit_siblings > 0 and a transaction commits | Heikki Linnakangas | 2009-03-31 | 1 | -1/+16 |
* | Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused | Heikki Linnakangas | 2009-03-27 | 1 | -6/+6 |
* | Fix old thinko in pgp.h: the idea is to declare some named enum types, | Tom Lane | 2009-03-25 | 1 | -13/+13 |
* | tag 8.1.17REL8_1_17 | Marc G. Fournier | 2009-03-13 | 6 | -20/+20 |
* | Update back-branch release notes. | Tom Lane | 2009-03-12 | 1 | -3/+283 |
* | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane | 2009-03-12 | 1 | -2/+2 |
* | Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. | Heikki Linnakangas | 2009-03-05 | 1 | -1/+2 |
* | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 | 1 | -1/+10 |
* | Ooops ... fix some confusion between gettext() and _() in my previous patch. | Tom Lane | 2009-03-03 | 1 | -2/+2 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 | 4 | -50/+96 |
* | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 | 4 | -22/+20 |
* | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas | 2009-02-27 | 1 | -1/+15 |
* | Set isnull for errm and sqlstate local variables when they're free'd. Because | Heikki Linnakangas | 2009-02-27 | 1 | -1/+3 |
* | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane | 2009-02-25 | 1 | -18/+23 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 | 5 | -16/+27 |
* | tagging 8.1.16REL8_1_16 | Marc G. Fournier | 2009-01-30 | 6 | -20/+20 |