| Age | Commit message (Expand) | Author |
| 2000-10-31 | Added long-standing transaction when restoring BLOBS (uses commit every BLOB_... | Philip Warner |
| 2000-10-31 | Change internal string representation of BitString node to include a | Peter Eisentraut |
| 2000-10-31 | Hashing functions from Marko Kreen <marko@l-t.ee> | Peter Eisentraut |
| 2000-10-31 | Change the parser to convert SQL "position" and "substring" syntax to | Peter Eisentraut |
| 2000-10-30 | Disallow zero-length delimited identifier (per SQL). | Peter Eisentraut |
| 2000-10-30 | Sync preproc.y with gram.y. | Michael Meskes |
| 2000-10-30 | Add -enable-uniconv | Tatsuo Ishii |
| 2000-10-30 | Add support for code conversion between Unicode and other encodings. | Tatsuo Ishii |
| 2000-10-30 | Avoid dependency on backend's multibyte module as possible. | Tatsuo Ishii |
| 2000-10-30 | Add new configure option "--enable-uniconv" that enables automatic | Tatsuo Ishii |
| 2000-10-30 | include pg_wchar.h to import a fucntion prototype of pg_mbcliplen | Tatsuo Ishii |
| 2000-10-29 | WAL fixes. | Vadim B. Mikheev |
| 2000-10-29 | update flags. | Bruce Momjian |
| 2000-10-29 | Automatic dependency tracking for C++ (GCC only) | Peter Eisentraut |
| 2000-10-29 | Remove special treatment of '|' operator, in the spirit of "sane" binary | Peter Eisentraut |
| 2000-10-29 | USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are | Peter Eisentraut |
| 2000-10-29 | Omit perl and python interfaces when making temporary installation. | Peter Eisentraut |
| 2000-10-29 | Should be "test =", not "test ==". | Peter Eisentraut |
| 2000-10-29 | Removed multibyte stuff since client does not know about encoding in the back... | Michael Meskes |
| 2000-10-28 | #define JMP_BUF has been unnecessary since the arrival of the sigsetjmp | Peter Eisentraut |
| 2000-10-28 | As we don't use struct dirent, the #define SYSV_DIRENT is useless. If we | Peter Eisentraut |
| 2000-10-28 | Make initdb safe against using | Peter Eisentraut |
| 2000-10-28 | Back out change to gram.y for parens. | Bruce Momjian |
| 2000-10-28 | beos fixes from Cyril VELTER | Bruce Momjian |
| 2000-10-28 | WAL | Vadim B. Mikheev |
| 2000-10-28 | Okay, here's my attempt at fixing the problems with parentheses in | Bruce Momjian |
| 2000-10-28 | Remove compiler warnings (add missing include files). Only link against | Peter Eisentraut |
| 2000-10-28 | Add --version and --help options to "postgres". | Peter Eisentraut |
| 2000-10-27 | Make use of system-specific linker option to embed shared library search | Peter Eisentraut |
| 2000-10-27 | Fix java driver example. | Bruce Momjian |
| 2000-10-27 | Use compiler driver, not linker, to link shared libraries on Unixware. | Peter Eisentraut |
| 2000-10-27 | Make regression tests work with VPATH builds. | Peter Eisentraut |
| 2000-10-27 | Fix for drop db message format changes | Tatsuo Ishii |
| 2000-10-27 | Remove gcc-only macro definition | Tatsuo Ishii |
| 2000-10-27 | Disallow bits beyond the mask length for CIDR values, per discussion | Tom Lane |
| 2000-10-26 | Re-implement LIMIT/OFFSET as a plan node type, instead of a hack in | Tom Lane |
| 2000-10-26 | Update TODO list. | Bruce Momjian |
| 2000-10-26 | Fix breakage I introduced yesterday in MULTIBYTE compilations. | Tom Lane |
| 2000-10-26 | Clean up gcc warnings in MULTIBYTE mode. | Tom Lane |
| 2000-10-26 | In flex --version test, redirect stdin to /dev/null, because some lex' hang | Peter Eisentraut |
| 2000-10-26 | Update TODO list. | Bruce Momjian |
| 2000-10-25 | Clean up broken test for whether to wait for input in SSL case. | Tom Lane |
| 2000-10-25 | autoconf | Bruce Momjian |
| 2000-10-25 | Ensure clause_selectivity() behaves sanely when examining an uplevel Var | Tom Lane |
| 2000-10-25 | Teach psql about new relkind for views. | Tom Lane |
| 2000-10-25 | Support SET/SHOW/RESET client_encoding and server_encoding even when | Tom Lane |
| 2000-10-25 | Minor cleanup. | Tom Lane |
| 2000-10-25 | Synced preproc.y with gram.y. | Michael Meskes |
| 2000-10-25 | Accept CREATE DATABASE WITH ENCODING 'SQL_ASCII' even when MULTIBYTE | Tom Lane |
| 2000-10-25 | Rearrange handling of -L linker options so that they are always before all | Peter Eisentraut |