| Age | Commit message (Expand) | Author |
| 2001-05-25 | See attached for a small patch that enables plpython to build cleanly | Bruce Momjian |
| 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-25 | Back out, per Peter E. | Bruce Momjian |
| 2001-05-25 | The attached patch changes src/interfaces/python/GNUmakefile to use the | Bruce Momjian |
| 2001-05-25 | The following patch corrects a make install problem when building | Bruce Momjian |
| 2001-05-25 | Get rid of the following size limit. | Hiroshi Inoue |
| 2001-05-25 | Another Makefile fix for qnx patch. | Bruce Momjian |
| 2001-05-25 | Fix tabs in Makefile. | Bruce Momjian |
| 2001-05-24 | Back out qnx plpgsql/Makefile change and move to src/Makefile. | Bruce Momjian |
| 2001-05-24 | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian |
| 2001-05-24 | There are a number of changes. The main ones are: | Bruce Momjian |
| 2001-05-24 | SQL function bit_length | Peter Eisentraut |
| 2001-05-24 | Unset PGLIB so it doesn't slip in from the environment. | Peter Eisentraut |
| 2001-05-23 | Make createlang use dynamic loader enhancements (automatic path and suffix). | Peter Eisentraut |
| 2001-05-23 | Fix ANT for *.properties files. | Bruce Momjian |
| 2001-05-23 | Fix ANT so it only has '*.class' files, not the 'tags' file. | Bruce Momjian |
| 2001-05-22 | Back out timezone fix. Not needed in jdbc1. | Bruce Momjian |
| 2001-05-22 | Fix for comments at top of functions. | 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-22 | Bump major libpq++ version after API changes, Patrick Welche | Bruce Momjian |
| 2001-05-22 | Pgindent fixes for Tom, mostly indenting problems. | 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 | Prevent ANT from recreating the JAR files just because the | Bruce Momjian |
| 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 | Adding ELSIF support contributed by Klaus Reger. | Jan Wieck |
| 2001-05-18 | Suppress compiler warnings about pid_t vs int. | Tom Lane |
| 2001-05-18 | Add regression test to catch future breakage of avg(interval). This | Tom Lane |
| 2001-05-18 | Correct recently-broken avg(interval) definition. | Tom Lane |
| 2001-05-17 | Add -U and -W options to pg_dump and friends to support non-interactive | Peter Eisentraut |
| 2001-05-17 | Add dynamic_library_path parameter and automatic appending of shared | Peter Eisentraut |
| 2001-05-17 | OK, now pgindent has blank lines before comment blocks, except when | Bruce Momjian |
| 2001-05-17 | Prevent forced blank line before comment block in pgindent. | Bruce Momjian |
| 2001-05-17 | Spacing cleanup. | Bruce Momjian |
| 2001-05-17 | Small cleanup of spacing. | Bruce Momjian |
| 2001-05-17 | Add HISTORY items for 7.1.2. | Bruce Momjian |
| 2001-05-17 | Add missing space to sample cvs call. | Bruce Momjian |
| 2001-05-17 | Fix pg_index statistics query to join proper relation. | Bruce Momjian |