| Age | Commit message (Expand) | Author |
| 2001-02-15 | Reduce default selectivity estimates for geometric operators; it seems | Tom Lane |
| 2001-02-15 | Unicode <-> SJIS new mapping tables (based on CP932.TXT) contributed by | Tatsuo Ishii |
| 2001-02-14 | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane |
| 2001-02-13 | Please apply the following patch to fix AIX and IRIX timestamp behavior | Bruce Momjian |
| 2001-02-12 | poit -> point. | Bruce Momjian |
| 2001-02-11 | Move pg_encoding_mblen() from common.c to wchar.c. | Tatsuo Ishii |
| 2001-02-11 | conv.c did not compile anymore. Fix wrong header file inclusion. | Tatsuo Ishii |
| 2001-02-10 | Restructure the key include files per recent pghackers discussion: there | Tom Lane |
| 2001-02-07 | FixBTree flag still exists and may be used to turn | Vadim B. Mikheev |
| 2001-02-06 | Out-of-bounds memory allocation request sizes should be treated as just | Tom Lane |
| 2001-02-05 | Dump/display 'timestamp' as 'timestamp with time zone', to make room for a | Peter Eisentraut |
| 2001-01-29 | Clean up handling of tuple descriptors so that result-tuple descriptors | Tom Lane |
| 2001-01-27 | Re-read Unix-socket lock file every so often (every CheckPoint interval, | Tom Lane |
| 2001-01-26 | Change float8-to-int8 conversion to round to nearest, rather than | Tom Lane |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-24 | Fix bogus pattern for STRING. | Peter Eisentraut |
| 2001-01-24 | Add all possible config file options. | Bruce Momjian |
| 2001-01-24 | Put back old config contents until I am finished. | Bruce Momjian |
| 2001-01-24 | Add "idle in transaction" status message | Bruce Momjian |
| 2001-01-23 | Remove useless leftover global variable Ps_status_buffer. | Peter Eisentraut |
| 2001-01-23 | Fix all the places that called heap_update() and heap_delete() without | Tom Lane |
| 2001-01-23 | Improve realloc() per idea from Karel Zak --- if chunk to be enlarged is | Tom Lane |
| 2001-01-22 | Remove rangechecks on errno; just call strerror unconditionally. This | Tom Lane |
| 2001-01-21 | Deal with C++ incompatibility of sys_nerr declaration by taking it out | Tom Lane |
| 2001-01-19 | Make critical sections (elog->crash) and interrupt holdoff sections | Tom Lane |
| 2001-01-19 | Suppress compiler warning in MULTIBYTE code. | Tom Lane |
| 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 |