summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* New feature:Marc G. Fournier2001-01-121-618/+485
* #ifdef out entire file for newer Cygwin versions.Peter Eisentraut2001-01-111-0/+5
* Add DLLIMPORT to TransactionCommandContext.Peter Eisentraut2001-01-111-2/+2
* Remove useless DLLIMPORT (only needed in header files).Peter Eisentraut2001-01-111-2/+2
* Removed a no longer needed SetWaitingForLock() call inHiroshi Inoue2001-01-101-2/+1
* Do The Right Thing (tm) if asked to cluster a temp table. PreviousTom Lane2001-01-101-8/+17
* Synced preproc.y with gram.y.Michael Meskes2001-01-092-10/+10
* Remove -L$(libdir) from DLLLIBS to prevent linking with an old versionPeter Eisentraut2001-01-091-2/+2
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-096-23/+14
* The KAME files md5.* and sha1.* have the following changelogBruce Momjian2001-01-091-1/+4
* Disable query cancel during HandleDeadLock().Hiroshi Inoue2001-01-091-3/+7
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-092-27/+87
* Fix oversight in planning of GROUP queries: when an expression is usedTom Lane2001-01-094-12/+67
* Fix small but critical typo ...Tom Lane2001-01-091-1/+1
* Prevent vacuumdb from trying to vacuum template0.Tom Lane2001-01-081-2/+2
* Remove compiler warning about uninitialized warnings.Bruce Momjian2001-01-081-2/+2
* check for failure after vacuuming each DB, not only the last one.Tom Lane2001-01-081-7/+6
* Add some debugging support code (ifdef'd out in normal use).Tom Lane2001-01-081-5/+14
* LockBuffer should not elog while holding buffer's cntx_lock.Tom Lane2001-01-081-4/+11
* Keep relations open until they are no longer needed.Hiroshi Inoue2001-01-081-2/+3
* Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean upTom Lane2001-01-082-159/+210
* Correct nasty error in heap_update: it was releasing the buffer refcountTom Lane2001-01-071-11/+37
* Clear QueryCancel and ProcDiePending at start of proc_exit, to ensureTom Lane2001-01-071-1/+9
* Fix recent breakage of query-cancel logic, see my pghackers messageTom Lane2001-01-074-36/+65
* Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom Lane2001-01-071-0/+4
* Modify readfuncs so that recursive use of stringToNode will not crashTom Lane2001-01-075-459/+438
* Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands.Tom Lane2001-01-071-91/+39
* Log memory context stats to stderr when reporting a 'Memory exhausted'Tom Lane2001-01-061-1/+13
* Fix memory leak in relcache handling of rules: allocate rule parsetreesTom Lane2001-01-061-3/+3
* Polish help output. Allow --help to work with BSD getopts.Peter Eisentraut2001-01-062-104/+125
* No need for screen_size to be static.Tom Lane2001-01-061-18/+20
* Simplify the rules that explicitly allowed TYPE as a type name (which isPeter Eisentraut2001-01-061-10/+9
* Fix copy to make it more robust against unexpected characterTatsuo Ishii2001-01-061-25/+39
* init_irels() is changed to be called in RelationCacheInitializePhase2()Hiroshi Inoue2001-01-061-8/+15
* Fix NOT NULL option for plpgsql variables (doesn't look like itTom Lane2001-01-061-7/+9
* Fix misplaced strdup(), which could lead to error messages referencingTom Lane2001-01-061-3/+5
* Rename and document some invalidation routines to make it clearer thatTom Lane2001-01-053-50/+106
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-0515-124/+157
* Disallow creation of a child table by a user who does not own the parentTom Lane2001-01-051-1/+8
* Correct path where to check for password file existance.Peter Eisentraut2001-01-041-2/+2
* Clean up some unnecessary fragility in EXECUTE command.Tom Lane2001-01-041-11/+16
* Repair guaranteed core dump in SPI_exec(). Guess this routine wasn'tTom Lane2001-01-041-3/+6
* I neglected to remove a debug message,sorry.Hiroshi Inoue2001-01-041-4/+1
* pg_dump failed to handle backslashes embedded in function definitionsTom Lane2001-01-041-108/+105
* Fix breakage of rules using NOTIFY actions, per bug report and patchTom Lane2001-01-032-2/+28
* New file format for COPY BINARY, in accordance with pghackers discussionsTom Lane2001-01-031-179/+249
* MakeRetrieveViewRuleName was scribbling on memory that didn't belongTom Lane2001-01-031-10/+11
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-031-5/+5
* I've found a memory leak in libecpg of PostgreSQL 7.0.3.Bruce Momjian2001-01-021-1/+2
* Document tuple ordering differences as a possible cause ofTom Lane2001-01-021-0/+25