| Age | Commit message (Expand) | Author |
| 2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
| 2001-01-23 | Fix some int4->int32. | Bruce Momjian |
| 2001-01-23 | Rename int4 to int32 in a few places. | Bruce Momjian |
| 2001-01-22 | All the global memory contexts should be DLLIMPORT, if any are. | Tom Lane |
| 2001-01-18 | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart |
| 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 | Add DLLIMPORT to TransactionCommandContext. | Peter Eisentraut |
| 2001-01-07 | Fix recent breakage of query-cancel logic, see my pghackers message | Tom Lane |
| 2001-01-05 | Rename and document some invalidation routines to make it clearer that | Tom Lane |
| 2001-01-02 | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane |
| 2000-12-23 | Improve comments. | Tom Lane |
| 2000-12-22 | Small cleanup of temp-table handling. Disallow creation of a non-temp | 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-08 | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane |
| 2000-12-06 | Don't include miscadmin.h in elog.h, since the former is not part of | Tom Lane |
| 2000-12-03 | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart |
| 2000-12-03 | Disable elog(ERROR|FATAL) in signal handlers in | Vadim B. Mikheev |
| 2000-12-01 | Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also, | Tom Lane |
| 2000-11-25 | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-24 | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane |
| 2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
| 2000-11-21 | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-18 | Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where | Tom Lane |
| 2000-11-16 | Change SearchSysCache coding conventions so that a reference count is | Tom Lane |
| 2000-11-11 | Define conversions to and from text for date, time, and timetz. | Thomas G. Lockhart |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-10 | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-06 | Add support for AT TIME ZONE syntax. | Thomas G. Lockhart |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-28 | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut |
| 2000-10-24 | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut |
| 2000-10-23 | New relcache hash table with RelFileNode as key to be used | Vadim B. Mikheev |
| 2000-10-11 | Fix temp relation handling for indexes, cleanup | Bruce Momjian |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
| 2000-10-02 | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane |
| 2000-09-25 | Karel missed an ichar->chr ... | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-07 | Heap redo/undo (except for tuple moving used by vacuum). | Vadim B. Mikheev |
| 2000-09-06 | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut |
| 2000-09-05 | Added functions | Jan Wieck |
| 2000-08-29 | * to_char: | Bruce Momjian |
| 2000-08-26 | Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> | Tom Lane |
| 2000-08-25 | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane |