| Age | Commit message (Expand) | Author |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-10-03 | Fix to make output format identical on echo -n and echo \c platforms. This | Peter Eisentraut |
| 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-01 | Fix quoting bug | Peter Eisentraut |
| 2000-10-01 | Fix test order | Peter Eisentraut |
| 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-28 | Cygwin doesn't have DST before 1970 either | Peter Eisentraut |
| 2000-09-24 | Tweak resultmap so that geometry regress test selects the right comparison | Tom Lane |
| 2000-09-22 | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-15 | Variant horology resultfiles are inconsistent with the test, again. | Tom Lane |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |
| 2000-09-14 | Move a few specific tests to isolate homogenous type tests into | Thomas G. Lockhart |
| 2000-09-12 | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane |
| 2000-09-12 | Update expected/horology-no-DST-before-1970.out for new horology test. | Tom Lane |
| 2000-09-12 | Add regression tests for date, time, and time with time zone types. | Thomas G. Lockhart |
| 2000-09-12 | This patch implements a different "relkind" | Bruce Momjian |
| 2000-09-12 | Irix fix: | Bruce Momjian |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-29 | This is mostly the same as an earlier patch I | Bruce Momjian |
| 2000-08-26 | This file seems not to have been updated for the most | Tom Lane |
| 2000-08-24 | GetAttributeByName and GetAttributeByNum should be declared to return | Tom Lane |
| 2000-08-21 | First pass at integrating BIT and BIT VARYING code from Adriaan Joubert. | Tom Lane |
| 2000-08-07 | Forgot to update the regression test output. | Thomas G. Lockhart |
| 2000-08-06 | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart |
| 2000-08-03 | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane |
| 2000-07-30 | Type lztext is toast. | Tom Lane |
| 2000-07-30 | Convert all remaining geometric operators to new fmgr style. This | Tom Lane |
| 2000-07-29 | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane |
| 2000-07-28 | Add int2-vs-int8 comparison operators. These are now necessary because | Tom Lane |
| 2000-07-23 | Unset locale variables before running regression tests. (All of them!) | Peter Eisentraut |
| 2000-07-23 | Further cleanup of array behavior. Slice assignments to arrays with | Tom Lane |
| 2000-07-18 | Add an opr_sanity check for misdefined aggregates that have transition | Tom Lane |
| 2000-07-17 | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane |
| 2000-07-16 | Hmm. I didn't expect a change since I hadn't added tests for the new | Bruce Momjian |
| 2000-07-14 | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart |
| 2000-07-13 | Fix typo, from Keith Parks | Peter Eisentraut |
| 2000-07-09 | Fix handling of pre-existing LD_LIBRARY_PATH, from Keith Parks | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-06 | Backend makefile cleanup. make maintainer-clean is now completely | Peter Eisentraut |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-05 | Make the regression tests safe for TOAST. | Tom Lane |
| 2000-07-05 | New resultmap for Alpha, from Ryan Kirkpatrick | Bruce Momjian |
| 2000-07-03 | In the attache is new (correct) version. I add TZ (timezone) support | Bruce Momjian |
| 2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
| 2000-07-01 | Back out Karels to_char changes. | Bruce Momjian |