summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Refactor EXEC_BACKEND code so that postmaster child processes reattachTom Lane2004-12-294-114/+170
* Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,Tom Lane2004-12-271-76/+82
* Fix func_ptr declaration for netbsd-mac68k, per Rémi Zara.Tom Lane2004-12-262-12/+6
* Avoid memory leakage during VACUUM FULL when an index expression orTom Lane2004-12-231-1/+3
* Awhile back I added some code to StartupCLOG() to forcibly zero outTom Lane2004-12-221-13/+19
* Ensure that 'disabling statistics collector' is logged in all failureTom Lane2004-12-201-8/+6
* Add support for Latin9 encoding in to_ascii(). Jaime CasanovaTom Lane2004-12-201-2/+10
* Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find outTom Lane2004-12-201-2/+3
* Remove direct inclusions of <com_err.h> as well as configure test forTom Lane2004-12-201-2/+1
* Allow NetBSD, m64k to compile the ASM spinlock code.Bruce Momjian2004-12-181-6/+21
* Make array_cat more paranoid about checking datatypes in empty arrays.Tom Lane2004-12-171-17/+17
* array_map failed to insert correct result type in an empty array.Tom Lane2004-12-171-9/+10
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-171-9/+26
* Translation updatesPeter Eisentraut2004-12-162-2/+10165
* Fix another place broken by new List implementation :-(. Per exampleTom Lane2004-12-151-4/+9
* Disallow SETOF in the input of parseTypeString(). Formerly it wasTom Lane2004-12-151-1/+3
* Calculation of keys_are_unique flag was wrong for cases involvingTom Lane2004-12-151-12/+12
* Translation updatePeter Eisentraut2004-12-151-2308/+1968
* New translationPeter Eisentraut2004-12-132-2/+10792
* Translation updatesPeter Eisentraut2004-12-131-1882/+1449
* Translation updatesPeter Eisentraut2004-12-131-13228/+12844
* Avoid generating excess (and illegal) parentheses around an aliased JOINTom Lane2004-12-131-2/+3
* PREPARE and EXPLAIN need to copy the source query just like we recentlyTom Lane2004-12-122-3/+24
* Translation updatesPeter Eisentraut2004-12-121-7276/+7351
* Upgrade formrdesc() so that it can correctly initialize the tupledescTom Lane2004-12-121-28/+34
* Instead of supposing (wrongly, in the general case) that the rowtypeTom Lane2004-12-1111-67/+309
* Translation updatesPeter Eisentraut2004-12-111-1198/+1297
* Translation updatesPeter Eisentraut2004-12-111-410/+417
* Translation updatesPeter Eisentraut2004-12-111-1560/+2088
* Translation updatesPeter Eisentraut2004-12-111-1145/+1242
* Translation updatesPeter Eisentraut2004-12-111-1789/+2008
* Translation updatesPeter Eisentraut2004-12-111-2668/+3697
* ActiveSnapshot must be set to something valid while running deferredTom Lane2004-12-061-1/+9
* Back out addition of Win1252 encoding.Bruce Momjian2004-12-045-347/+1
* Use StrNCpy not strncpy to fill hash key, to ensure the resulting keyTom Lane2004-12-031-5/+3
* > If it bothers you that much. I'd make a flag, cleared at the start ofBruce Momjian2004-12-031-1/+22
* Back out fix for Unicode characters above 0x10000Bruce Momjian2004-12-031-72/+44
* > I have installed your patch and adjusted the names of the standardsBruce Momjian2004-12-022-15/+7
* > I enclose a short patch to reduce the PGARCH_RESTART_INTERVAL from 60Bruce Momjian2004-12-021-2/+2
* Fix for Unicode characters above 0x10000.Bruce Momjian2004-12-021-44/+72
* On win32, there is currently no way to get the equivalent function ofBruce Momjian2004-12-021-1/+35
* Add Charset WIN1252 support.Bruce Momjian2004-12-025-1/+347
* Change Win32 dlerror message to:Bruce Momjian2004-12-021-2/+2
* Disallow the combination VACUUM FULL FREEZE for safety's sake, for theTom Lane2004-12-021-49/+90
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-021-8/+26
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-022-4/+18
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-017-104/+276
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-271-2/+2