| Age | Commit message (Expand) | Author |
| 2002-01-01 | Rename TIME token to ISOTIME to eliminate conflict with gram.y parser | Thomas G. Lockhart |
| 2001-12-29 | Rework the date/time parsing to tighten up some cases and to enable other | Thomas G. Lockhart |
| 2001-11-06 | Use PostgreSQL's standard declaration for a 32-bit integer to define | Thomas G. Lockhart |
| 2001-11-05 | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian |
| 2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
| 2001-10-25 | Add int2-to-int8 and int8-to-int2 conversion routines. Needed to avoid | Tom Lane |
| 2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
| 2001-10-23 | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-13 | Make selectivity routines cope gracefully with NaNs, infinities, and | Tom Lane |
| 2001-10-13 | Add missing prototype to suppress gcc warning. | Tom Lane |
| 2001-10-08 | Fix ruleutils to depend on format_type, rather than having a private | Tom Lane |
| 2001-10-06 | Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfo | Tom Lane |
| 2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
| 2001-10-03 | Neatnik fetishism. | Tom Lane |
| 2001-10-03 | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart |
| 2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-09-30 | Allow the postmaster to accept changes in PGC_BACKEND GUC variables | Tom Lane |
| 2001-09-29 | Cope with the likelihood that setlocale and localeconv will return | Tom Lane |
| 2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
| 2001-09-21 | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane |
| 2001-09-14 | > Here's a revised patch. Changes: | Bruce Momjian |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-09-06 | - new to_char(interval, text) | Bruce Momjian |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-08-27 | Remove unneeded/unportable extern. | Tom Lane |
| 2001-08-26 | Transaction IDs wrap around, per my proposal of 13-Aug-01. More | Tom Lane |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-15 | Add conver/convert2 functions. They are similar to the SQL99's convert. | Tatsuo Ishii |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-13 | Add comparison operators and btree indexing support for type bytea. | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-12 | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane |
| 2001-07-11 | > > Put encode() into base system. Used part of Alex' patch | Bruce Momjian |
| 2001-07-10 | Ensure macros are adequately parenthesized. | Tom Lane |
| 2001-06-29 | Further work on connecting the free space map (which is still just a | Tom Lane |
| 2001-06-27 | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane |
| 2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-19 | Fix badly broken RelationGetRelationName(). | Tom Lane |
| 2001-06-19 | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane |
| 2001-06-19 | Move temprel name define from temprel.h to rel.h. | Bruce Momjian |
| 2001-06-19 | Bring RelationGetRelationName into sync with new temp rel names. | Tom Lane |
| 2001-06-18 | The attached patch enables the contrib subtree to build cleanly under | Bruce Momjian |
| 2001-06-18 | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian |
| 2001-06-18 | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian |