| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor EXEC_BACKEND code so that postmaster child processes reattach | Tom Lane | 2004-12-29 | 4 | -114/+170 |
* | Cause pg_hba.conf file inclusion (@file stuff) to behave as documented, | Tom Lane | 2004-12-27 | 1 | -76/+82 |
* | Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara. | Tom Lane | 2004-12-26 | 2 | -12/+6 |
* | Avoid memory leakage during VACUUM FULL when an index expression or | Tom Lane | 2004-12-23 | 1 | -1/+3 |
* | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane | 2004-12-22 | 1 | -13/+19 |
* | Ensure that 'disabling statistics collector' is logged in all failure | Tom Lane | 2004-12-20 | 1 | -8/+6 |
* | Add support for Latin9 encoding in to_ascii(). Jaime Casanova | Tom Lane | 2004-12-20 | 1 | -2/+10 |
* | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane | 2004-12-20 | 1 | -2/+3 |
* | Remove direct inclusions of <com_err.h> as well as configure test for | Tom Lane | 2004-12-20 | 1 | -2/+1 |
* | Allow NetBSD, m64k to compile the ASM spinlock code. | Bruce Momjian | 2004-12-18 | 1 | -6/+21 |
* | Make array_cat more paranoid about checking datatypes in empty arrays. | Tom Lane | 2004-12-17 | 1 | -17/+17 |
* | array_map failed to insert correct result type in an empty array. | Tom Lane | 2004-12-17 | 1 | -9/+10 |
* | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane | 2004-12-17 | 1 | -9/+26 |
* | Translation updates | Peter Eisentraut | 2004-12-16 | 2 | -2/+10165 |
* | Fix another place broken by new List implementation :-(. Per example | Tom Lane | 2004-12-15 | 1 | -4/+9 |
* | Disallow SETOF in the input of parseTypeString(). Formerly it was | Tom Lane | 2004-12-15 | 1 | -1/+3 |
* | Calculation of keys_are_unique flag was wrong for cases involving | Tom Lane | 2004-12-15 | 1 | -12/+12 |
* | Translation update | Peter Eisentraut | 2004-12-15 | 1 | -2308/+1968 |
* | New translation | Peter Eisentraut | 2004-12-13 | 2 | -2/+10792 |
* | Translation updates | Peter Eisentraut | 2004-12-13 | 1 | -1882/+1449 |
* | Translation updates | Peter Eisentraut | 2004-12-13 | 1 | -13228/+12844 |
* | Avoid generating excess (and illegal) parentheses around an aliased JOIN | Tom Lane | 2004-12-13 | 1 | -2/+3 |
* | PREPARE and EXPLAIN need to copy the source query just like we recently | Tom Lane | 2004-12-12 | 2 | -3/+24 |
* | Translation updates | Peter Eisentraut | 2004-12-12 | 1 | -7276/+7351 |
* | Upgrade formrdesc() so that it can correctly initialize the tupledesc | Tom Lane | 2004-12-12 | 1 | -28/+34 |
* | Instead of supposing (wrongly, in the general case) that the rowtype | Tom Lane | 2004-12-11 | 11 | -67/+309 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -1198/+1297 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -410/+417 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -1560/+2088 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -1145/+1242 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -1789/+2008 |
* | Translation updates | Peter Eisentraut | 2004-12-11 | 1 | -2668/+3697 |
* | ActiveSnapshot must be set to something valid while running deferred | Tom Lane | 2004-12-06 | 1 | -1/+9 |
* | Back out addition of Win1252 encoding. | Bruce Momjian | 2004-12-04 | 5 | -347/+1 |
* | Use StrNCpy not strncpy to fill hash key, to ensure the resulting key | Tom Lane | 2004-12-03 | 1 | -5/+3 |
* | > If it bothers you that much. I'd make a flag, cleared at the start of | Bruce Momjian | 2004-12-03 | 1 | -1/+22 |
* | Back out fix for Unicode characters above 0x10000 | Bruce Momjian | 2004-12-03 | 1 | -72/+44 |
* | > I have installed your patch and adjusted the names of the standards | Bruce Momjian | 2004-12-02 | 2 | -15/+7 |
* | > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60 | Bruce Momjian | 2004-12-02 | 1 | -2/+2 |
* | Fix for Unicode characters above 0x10000. | Bruce Momjian | 2004-12-02 | 1 | -44/+72 |
* | On win32, there is currently no way to get the equivalent function of | Bruce Momjian | 2004-12-02 | 1 | -1/+35 |
* | Add Charset WIN1252 support. | Bruce Momjian | 2004-12-02 | 5 | -1/+347 |
* | Change Win32 dlerror message to: | Bruce Momjian | 2004-12-02 | 1 | -2/+2 |
* | Disallow the combination VACUUM FULL FREEZE for safety's sake, for the | Tom Lane | 2004-12-02 | 1 | -49/+90 |
* | Teach regex_fixed_prefix() the correct handling of advanced regex | Tom Lane | 2004-12-02 | 1 | -8/+26 |
* | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 | 2 | -4/+18 |
* | Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. | Tom Lane | 2004-12-01 | 1 | -14/+20 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 7 | -104/+276 |
* | Avoid scribbling on original parsetree during DECLARE CURSOR. This | Tom Lane | 2004-11-28 | 1 | -2/+11 |
* | Work around lack of NLS support in libpgport by making those components | Peter Eisentraut | 2004-11-27 | 1 | -2/+2 |