| Age | Commit message (Expand) | Author |
| 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 |
| 2001-09-21 | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane |
| 2001-09-20 | Remove some dead code and obsolete, misleading comments. | Tom Lane |
| 2001-09-20 | Provide tunable knob for x = NULL -> x IS NULL transformation, default to off. | Peter Eisentraut |
| 2001-09-18 | EXPLAIN ANALYZE feature to measure and show actual runtimes and tuple | Tom Lane |
| 2001-09-17 | Suppress compiler warning. | Tom Lane |
| 2001-09-14 | > Here's a revised patch. Changes: | Bruce Momjian |
| 2001-09-14 | Remove --enable-unicode-conversion | Tatsuo Ishii |
| 2001-09-11 | Implement following item in TODO: | Tatsuo Ishii |
| 2001-09-08 | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue |
| 2001-09-08 | Make the world somewhat safe for (not from) DELETE FROM pg_shadow; | Peter Eisentraut |
| 2001-09-08 | Clean up some confusion about where and how to set whereToSendOutput. | Tom Lane |
| 2001-09-07 | Here is my much-promised patch to let people add UNIQUE constraints after | Bruce Momjian |
| 2001-09-07 | Update SCM_CREDS for Net/Free/BSD-OS. Add configure checks. | Bruce Momjian |
| 2001-09-07 | Enable SIGTERM and SIGQUIT during client authentication so | Jan Wieck |
| 2001-09-07 | Get rid of PID entries in shmem hash table; there is no longer any need | Tom Lane |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-09-06 | PAM authentication: | Bruce Momjian |
| 2001-09-06 | - new to_char(interval, text) | Bruce Momjian |
| 2001-09-06 | This fixes clashing defines of ERROR. On win32, winapi.h is included, which | Bruce Momjian |
| 2001-09-06 | Next version of patch. | Bruce Momjian |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-09-03 | Put pgstat internal files into $PGDATA/global. | Peter Eisentraut |
| 2001-08-28 | Include directory rearrangement | Peter Eisentraut |
| 2001-08-27 | Suppress definitions of 'true' and 'false' macros if __cplusplus. | 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-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
| 2001-08-24 | c.h needs to include postgres_ext.h to be self-contained. | Peter Eisentraut |
| 2001-08-24 | There are two problems when compiling libpq.dll and psql.exe | Bruce Momjian |
| 2001-08-24 | Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of | Peter Eisentraut |
| 2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
| 2001-08-22 | Update GiST for new pg_opclass arrangement (finally a clean solution | Tom Lane |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-21 | Add SCM_CREDS to get owner of unix-domain socket on BSD-like systems. | Bruce Momjian |
| 2001-08-17 | Add 4-byte MD5 salt. | Bruce Momjian |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-16 | Add new MD5 pg_hba.conf keyword. Prevent fallback to crypt. | Bruce Momjian |
| 2001-08-16 | Remove protocol version change. Try MD5 first, then crypt() on all clients. | Bruce Momjian |
| 2001-08-15 | Move md5.h contents to crypt.h. | Bruce Momjian |
| 2001-08-15 | Add new files. | Bruce Momjian |
| 2001-08-15 | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian |
| 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 |