| Age | Commit message (Expand) | Author |
| 2000-10-08 | Append "/postgresql" to (certain) installation subdirectories when | Peter Eisentraut |
| 2000-10-08 | Okay, I have some new code in place that hopefully should work better. I | Bruce Momjian |
| 2000-10-08 | This removes the LDFLAGS from the template and adds an autoconf check | Bruce Momjian |
| 2000-10-08 | Add runtime configuration option "silent_mode". | Tatsuo Ishii |
| 2000-10-08 | Tom Lane wrote: | Bruce Momjian |
| 2000-10-08 | Back out: | Bruce Momjian |
| 2000-10-08 | Hello, | Bruce Momjian |
| 2000-10-08 | Revert rules.out to non-broken state. I will with difficulty hold my | Tom Lane |
| 2000-10-07 | To create a temporary installation, the regression test driver should use | Peter Eisentraut |
| 2000-10-07 | Thanks for the patch | Bruce Momjian |
| 2000-10-07 | Remove stuff that shouldn't be here. | Peter Eisentraut |
| 2000-10-07 | Separate -Wl,-E or equivalent into separate make variable, since it's only | Peter Eisentraut |
| 2000-10-07 | Beos regression patch. | Bruce Momjian |
| 2000-10-07 | The beos port in the source tree doesn't even compile. and even | Bruce Momjian |
| 2000-10-07 | New beos files. FAQ cleanup. | Bruce Momjian |
| 2000-10-07 | Second thoughts about where to put DeferredTriggerEndQuery() call. | Tom Lane |
| 2000-10-07 | Arrange that no database accesses are attempted during parser() --- this | Tom Lane |
| 2000-10-05 | Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message. | Tom Lane |
| 2000-10-05 | Clean up gcc warning, fix inappropriate choice of configuration symbol. | Tom Lane |
| 2000-10-05 | Suppress gcc warnings. | Tom Lane |
| 2000-10-05 | Add proofreader's changes to docs. | Bruce Momjian |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-10-04 | Added patch by Cristof for catching yet another NOTICE. | Michael Meskes |
| 2000-10-04 | removed binary file | Michael Meskes |
| 2000-10-04 | Btree WAL logging. | Vadim B. Mikheev |
| 2000-10-03 | Better coding of readline tests | Peter Eisentraut |
| 2000-10-03 | Fix to make output format identical on echo -n and echo \c platforms. This | Peter Eisentraut |
| 2000-10-03 | Treat empty connection parameters as is, in particular to enable overriding | Peter Eisentraut |
| 2000-10-03 | Cleanup of fe-connect ifdef platform problem added with beos. | Bruce Momjian |
| 2000-10-03 | New diff that now covers the entire tree. Applying this gets postgresql | Bruce Momjian |
| 2000-10-02 | Mop up from caddr_t -> Datum conversion to make things extra type safe | Peter Eisentraut |
| 2000-10-02 | Banish caddr_t (mostly), use Datum where appropriate. | Peter Eisentraut |
| 2000-10-02 | Here is the first batch of files and diffs for the BeOS port. I've run into | Bruce Momjian |
| 2000-10-02 | In the meaning of bug-fix, the patch is not needed. Because you | Bruce Momjian |
| 2000-10-02 | Communicate PGPORT and PGHOST via environment, not command line | Peter Eisentraut |
| 2000-10-02 | Honor $(SHELL) when invoking pg_regress. | Tom Lane |
| 2000-10-02 | Fix silly typo that prevented resultmap from being honored by | Tom Lane |
| 2000-10-02 | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane |
| 2000-10-02 | Add missing python files. | Bruce Momjian |
| 2000-10-02 | Update for PyGreSQL 3.0, from D'Arcy J.M. Cain | Bruce Momjian |
| 2000-10-01 | Fix quoting bug | Peter Eisentraut |
| 2000-10-01 | Fix test order | Peter Eisentraut |
| 2000-09-30 | Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes | Tom Lane |
| 2000-09-29 | Please apply the following patch to fix problems with the AIX port | Bruce Momjian |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
| 2000-09-29 | Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter | Peter Eisentraut |
| 2000-09-29 | Enable initdb to create several levels of directories for PGDATA, if | Peter Eisentraut |
| 2000-09-29 | Linking with -lc or -lm crashes on Cygwin; filter out those libraries from | Peter Eisentraut |
| 2000-09-29 | Cygwin uses _sys_nerr for sys_nerr | Peter Eisentraut |