| Age | Commit message (Expand) | Author |
| 2001-06-04 | Give error message, rather than coredump, for utility statements in | Tom Lane |
| 2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-06-02 | Accept and output '-Infinity' as well as 'Infinity', per long-ago | Tom Lane |
| 2001-06-02 | Tweak sorting so that nulls appear at the front of a descending sort | Tom Lane |
| 2001-06-02 | Native Language Support (NLS) | Peter Eisentraut |
| 2001-06-02 | Paranoia about unordered comparisons in IEEE float math. If we are | Tom Lane |
| 2001-06-02 | dllist.c is included in the frontend libpq interface via symlink. | Jan Wieck |
| 2001-06-01 | Check for malloc failure. | Tom Lane |
| 2001-06-01 | Guard against malloc failure. Also, don't examine segP->lastBackend | Tom Lane |
| 2001-06-01 | Check for malloc failure. | Tom Lane |
| 2001-06-01 | If spi.c wants to use malloc, it better test for malloc failure. | Tom Lane |
| 2001-06-01 | New improved version of bpcharin() may have got the truncation case | Tom Lane |
| 2001-06-01 | Remove fastpath.c's lame attempt at caching function lookup info across | Tom Lane |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |
| 2001-05-31 | RI triggers would fail for datatypes using old-style equal function, | Tom Lane |
| 2001-05-30 | Remove OLD_FILE_NAMING code. No longer used. | Bruce Momjian |
| 2001-05-30 | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane |
| 2001-05-30 | Fix broken $Header$ declaration. | Tom Lane |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-05-30 | These patches should fix check constraints not inheriting | Bruce Momjian |
| 2001-05-30 | Attached is my patch that adds DROP CONSTRAINT support to PostgreSQL. I | Bruce Momjian |
| 2001-05-28 | Make text <=> char conversion functions convert zero character to and | Tom Lane |
| 2001-05-28 | Fix a message error in utf_to_local | Tatsuo Ishii |
| 2001-05-27 | When using a junkfilter, the output tuple should NOT be stored back into | Tom Lane |
| 2001-05-27 | Cause ExecCountSlots() accounting to bear some relationship to reality. | Tom Lane |
| 2001-05-27 | Fix eqjoinsel() to make use of new statistics. | Tom Lane |
| 2001-05-27 | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-24 | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian |
| 2001-05-22 | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian |
| 2001-05-22 | Make bit and bit varying types reject too long input. (They already tried | Peter Eisentraut |
| 2001-05-22 | The Watcom preprocessor adds a space at the start of each line. Therefore | Bruce Momjian |
| 2001-05-21 | Print error on SELECT tab FROM tab: | Bruce Momjian |
| 2001-05-21 | Make char(n) and varchar(n) types raise an error if the inserted string is | Peter Eisentraut |
| 2001-05-21 | Enhancement of SPI to get access to portals | Jan Wieck |
| 2001-05-20 | Modify optimizer data structures so that IndexOptInfo lists built for | Tom Lane |
| 2001-05-19 | Make sure fmgr_info() fills in fn_oid last, so that no partially | Peter Eisentraut |
| 2001-05-19 | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut |
| 2001-05-19 | Comment additions in parser. | Bruce Momjian |
| 2001-05-19 | Move ParserFuncOrColumn function higher in the file. | Bruce Momjian |
| 2001-05-19 | New comment. This func/column things has always confused me. | Bruce Momjian |
| 2001-05-18 | Undo \dT change. Not worth it. | Bruce Momjian |
| 2001-05-18 | Rename ParseFuncOrColumn() to ParseColumnOrFunc(). | Bruce Momjian |
| 2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
| 2001-05-18 | Suppress compiler warnings about pid_t vs int. | Tom Lane |
| 2001-05-17 | Add dynamic_library_path parameter and automatic appending of shared | Peter Eisentraut |
| 2001-05-17 | Prevent forced blank line before comment block in pgindent. | Bruce Momjian |
| 2001-05-17 | Spacing cleanup. | Bruce Momjian |