| Age | Commit message (Expand) | Author |
| 2001-01-09 | Fix small but critical typo ... | Tom Lane |
| 2001-01-08 | Prevent vacuumdb from trying to vacuum template0. | Tom Lane |
| 2001-01-08 | Remove compiler warning about uninitialized warnings. | Bruce Momjian |
| 2001-01-08 | check for failure after vacuuming each DB, not only the last one. | Tom Lane |
| 2001-01-08 | Add some debugging support code (ifdef'd out in normal use). | Tom Lane |
| 2001-01-08 | LockBuffer should not elog while holding buffer's cntx_lock. | Tom Lane |
| 2001-01-08 | Keep relations open until they are no longer needed. | Hiroshi Inoue |
| 2001-01-08 | Make outfuncs/readfuncs treat OIDs properly as unsigned values. Clean up | Tom Lane |
| 2001-01-07 | Correct nasty error in heap_update: it was releasing the buffer refcount | Tom Lane |
| 2001-01-07 | Clear QueryCancel and ProcDiePending at start of proc_exit, to ensure | Tom Lane |
| 2001-01-07 | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane |
| 2001-01-07 | Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net. | Tom Lane |
| 2001-01-07 | Modify readfuncs so that recursive use of stringToNode will not crash | Tom Lane |
| 2001-01-07 | Clean up checking of relkind for ALTER TABLE and LOCK TABLE commands. | Tom Lane |
| 2001-01-06 | Log memory context stats to stderr when reporting a 'Memory exhausted' | Tom Lane |
| 2001-01-06 | Fix memory leak in relcache handling of rules: allocate rule parsetrees | Tom Lane |
| 2001-01-06 | Polish help output. Allow --help to work with BSD getopts. | Peter Eisentraut |
| 2001-01-06 | No need for screen_size to be static. | Tom Lane |
| 2001-01-06 | Simplify the rules that explicitly allowed TYPE as a type name (which is | Peter Eisentraut |
| 2001-01-06 | Fix copy to make it more robust against unexpected character | Tatsuo Ishii |
| 2001-01-06 | init_irels() is changed to be called in RelationCacheInitializePhase2() | Hiroshi Inoue |
| 2001-01-06 | Fix NOT NULL option for plpgsql variables (doesn't look like it | Tom Lane |
| 2001-01-06 | Fix misplaced strdup(), which could lead to error messages referencing | Tom Lane |
| 2001-01-05 | Rename and document some invalidation routines to make it clearer that | Tom Lane |
| 2001-01-05 | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane |
| 2001-01-05 | Disallow creation of a child table by a user who does not own the parent | Tom Lane |
| 2001-01-04 | Correct path where to check for password file existance. | Peter Eisentraut |
| 2001-01-04 | Clean up some unnecessary fragility in EXECUTE command. | Tom Lane |
| 2001-01-04 | Repair guaranteed core dump in SPI_exec(). Guess this routine wasn't | Tom Lane |
| 2001-01-04 | I neglected to remove a debug message,sorry. | Hiroshi Inoue |
| 2001-01-04 | pg_dump failed to handle backslashes embedded in function definitions | Tom Lane |
| 2001-01-03 | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane |
| 2001-01-03 | New file format for COPY BINARY, in accordance with pghackers discussions | Tom Lane |
| 2001-01-03 | MakeRetrieveViewRuleName was scribbling on memory that didn't belong | Tom Lane |
| 2001-01-03 | Repair always-broken date_part('quarter',timestamp). | Thomas G. Lockhart |
| 2001-01-02 | I've found a memory leak in libecpg of PostgreSQL 7.0.3. | Bruce Momjian |
| 2001-01-02 | Document tuple ordering differences as a possible cause of | Tom Lane |
| 2001-01-02 | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane |
| 2001-01-02 | Tweak temporary-installation setup so that it doesn't break when the | Tom Lane |
| 2001-01-01 | Update geometry-alpha-precision.out per reports from Brent Verner and | Tom Lane |
| 2001-01-01 | CLUSTER forgot to create a TOAST table for the clustered relation. | Tom Lane |
| 2001-01-01 | Ensure attcacheoff is written out as -1 when writing pg_attribute | Tom Lane |
| 2001-01-01 | Update comment. | Tom Lane |
| 2000-12-31 | Mark geometric 'overlaps' operators (&&) as self-commutative. | Tom Lane |
| 2000-12-31 | Fix typo in error message. | Tom Lane |
| 2000-12-31 | Don't say 'export PGHOST' or 'export PGPORT' unless we actually define | Tom Lane |
| 2000-12-31 | On further thought, we need a defense against empty PGPORT here too. | Tom Lane |
| 2000-12-31 | Ignore PGPORT environment variable if it is an empty string. | Tom Lane |
| 2000-12-31 | Reverse #if test to be defined(__osf__) rather than not-any-of-a-lot- | Tom Lane |
| 2000-12-31 | Remove incorrect use of rl_special_prefixes until further evaluation. | Peter Eisentraut |