| Age | Commit message (Expand) | Author |
| 2001-10-24 | Include locale.h before undefining gettext() to avoid compilation errors | Peter Eisentraut |
| 2001-10-23 | Document range restriction on bit values used in INTERVAL typmod. | Tom Lane |
| 2001-10-23 | Fix foreign keys on system columns. | Tom Lane |
| 2001-10-22 | Consolidate tables of known system attributes into one table. | Tom Lane |
| 2001-10-21 | Fix getopt-vs-init_ps_display problem by copying original argv[] info, | Tom Lane |
| 2001-10-20 | Revert change to autodetect '__getopt_initialized' variable ... turns | Tom Lane |
| 2001-10-19 | Proper fix for glibc getopt() botch. Surprising we did not see this | Tom Lane |
| 2001-10-19 | Rename macro arg to avoid useless compiler warning when building plperl. | Tom Lane |
| 2001-10-18 | Add STATUS_EOF value needed for auth.c. Remove a bunch of unused | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-18 | Extend code that deduces implied equality clauses to detect whether a | Tom Lane |
| 2001-10-16 | Ok, here is the modified encoding table (column1 is the standard name, | Tatsuo Ishii |
| 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-13 | Attached patch for unconditional enabling of pltcl-unknown support. | Bruce Momjian |
| 2001-10-12 | Add a new function "pg_client_encoding" which returns the current client | Tatsuo Ishii |
| 2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
| 2001-10-11 | Add support for ISO-8859-6 to 16 | Tatsuo Ishii |
| 2001-10-09 | Change plpgsql to depend on main parser's type-declaration grammar, | 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-04 | Consider interpreting a function call as a trivial (binary-compatible) | Tom Lane |
| 2001-10-03 | Consistently use gcc's __attribute__((format)) to check sprintf-style | Tom Lane |
| 2001-10-03 | Remove no-longer-used macros. | Tom Lane |
| 2001-10-03 | Some further kibitzing on cachability of datetime functions. | 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-02 | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane |
| 2001-10-01 | > > > > > - PostgreSQL requires to be compiled with --enable-multibyte | Bruce Momjian |
| 2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
| 2001-10-01 | Fix a compile error on a platform that does not have PAM. | Tatsuo Ishii |
| 2001-09-30 | Allow the postmaster to accept changes in PGC_BACKEND GUC variables | Tom Lane |
| 2001-09-30 | Create a GUC parameter max_files_per_process that is a configurable | Tom Lane |
| 2001-09-30 | Add an operator xid '=' int and remove BINARY_COMPATI... | Hiroshi Inoue |
| 2001-09-30 | Back out change. Too many place to change too close to beta: | Bruce Momjian |
| 2001-09-29 | Allow comparison between xid and xid, int. | Hiroshi Inoue |
| 2001-09-29 | Do this TODO item: | Bruce Momjian |
| 2001-09-29 | Cope with the likelihood that setlocale and localeconv will return | Tom Lane |
| 2001-09-29 | Keep the contents of ItemPointerData not the pointers so that | Hiroshi Inoue |
| 2001-09-29 | Implement new 'lightweight lock manager' that's intermediate between | Tom Lane |
| 2001-09-28 | Measure the current transaction time to milliseconds. | Thomas G. Lockhart |
| 2001-09-27 | Remove useless LockDisable() function and associated overhead, per my | Tom Lane |
| 2001-09-24 | Treat __s390x__ the same as __s390__. (taken from RPM patch set) | Peter Eisentraut |
| 2001-09-23 | Add pg_database_encoding_max_length() function. | Tatsuo Ishii |
| 2001-09-22 | Provide some initial support for building the ODBC driver for | Peter Eisentraut |
| 2001-09-21 | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane |
| 2001-09-21 | Add an overall timeout on the client authentication cycle, so that | Tom Lane |
| 2001-09-21 | Fix type_maximum_size() to give the right answer in MULTIBYTE cases. | Tom Lane |
| 2001-09-21 | Give VACUUM its own GUC parameter for memory usage, rather than | Tom Lane |