| Age | Commit message (Expand) | Author |
| 2001-01-18 | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart |
| 2001-01-17 | Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". | Thomas G. Lockhart |
| 2001-01-14 | Minor coding cleanups. | Tom Lane |
| 2001-01-14 | Another go-round on making GetRawDatabaseInfo behave as well as it can, | Tom Lane |
| 2001-01-14 | Make aclcontains() do something that's at least vaguely reasonable: | Tom Lane |
| 2001-01-14 | Restructure backend SIGINT/SIGTERM handling so that 'die' interrupts | Tom Lane |
| 2001-01-12 | Add more critical-section calls: all code sections that hold spinlocks | Tom Lane |
| 2001-01-11 | Remove useless DLLIMPORT (only needed in header files). | Peter Eisentraut |
| 2001-01-09 | Add configure check for sys_nerr, to end all discussions. | Peter Eisentraut |
| 2001-01-09 | 1. Checkpoint.undo may be after checkpoint itself: | Vadim B. Mikheev |
| 2001-01-08 | Add some debugging support code (ifdef'd out in normal use). | Tom Lane |
| 2001-01-07 | Fix recent breakage of query-cancel logic, see my pghackers message | 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 | init_irels() is changed to be called in RelationCacheInitializePhase2() | Hiroshi Inoue |
| 2001-01-05 | Rename and document some invalidation routines to make it clearer that | Tom Lane |
| 2001-01-04 | I neglected to remove a debug message,sorry. | Hiroshi Inoue |
| 2001-01-03 | Fix breakage of rules using NOTIFY actions, per bug report and patch | Tom Lane |
| 2001-01-03 | Repair always-broken date_part('quarter',timestamp). | Thomas G. Lockhart |
| 2001-01-02 | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane |
| 2000-12-28 | New WAL version - CRC and data blocks backup. | Vadim B. Mikheev |
| 2000-12-28 | Let's try this again on accepting the correct range of Oid input values | Tom Lane |
| 2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
| 2000-12-23 | Replace overly-cute coding with code that (a) has defined behavior | Tom Lane |
| 2000-12-22 | Small cleanup of temp-table handling. Disallow creation of a non-temp | Tom Lane |
| 2000-12-22 | Repair not-too-well-thought-out code to do rangechecking of OIDs on | Tom Lane |
| 2000-12-22 | Add 'ONLY' to queries generated by RI triggers, so as to preserve pre-7.1 | Tom Lane |
| 2000-12-22 | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane |
| 2000-12-18 | Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacks | Tom Lane |
| 2000-12-15 | here is a patch fixing today's bug report: | Bruce Momjian |
| 2000-12-14 | Bugfix | Jan Wieck |
| 2000-12-11 | Fix ILIKE bug (only in multi-byte case) | Tatsuo Ishii |
| 2000-12-09 | Portability fix from Ryan Kirkpatrick's Alpha patches. I believe this | Tom Lane |
| 2000-12-09 | Suppress compiler warnings. | Tom Lane |
| 2000-12-09 | Fix a bug in conversion from big5 to EUC_TW (CNS 11643-1992 Plane 3) | Tatsuo Ishii |
| 2000-12-08 | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane |
| 2000-12-08 | REINDEX under WAL. | Hiroshi Inoue |
| 2000-12-07 | Change lpad() and rpad() to behave more Oracle-compatibly when target | Tom Lane |
| 2000-12-07 | Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. | Tom Lane |
| 2000-12-07 | Silence compiler warning. | Tom Lane |
| 2000-12-06 | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane |
| 2000-12-05 | I've just seen what happens when the MEMORY_CONTEXT_CHECKING code fires | Tom Lane |
| 2000-12-03 | corrections | Peter Eisentraut |
| 2000-12-03 | Ensure that all uses of <ctype.h> functions are applied to unsigned-char | Tom Lane |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-12-03 | Final(?) GUC clean-up. Update psql tab completion. | Peter Eisentraut |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-01 | Make elog() switch to ErrorContext while invoking libpq output routines, | Tom Lane |
| 2000-12-01 | Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c's | Tom Lane |
| 2000-12-01 | It seems appropriate that the extended MEMORY_CONTEXT_CHECKING code | Tom Lane |