| Age | Commit message (Expand) | Author |
| 2000-02-27 | Add SQL_ASCII test case | Tatsuo Ishii |
| 2000-02-27 | Fix multibyte regress results for EUC_CN, EUC_KR and EUC_TW | Tatsuo Ishii |
| 2000-02-27 | Add LinuxPPC mappings | Tatsuo Ishii |
| 2000-02-24 | Enabled regression driver to run without PGLIB set. | Peter Eisentraut |
| 2000-02-24 | Add missing files like foreign key regression tests and config.h.win32. | Bruce Momjian |
| 2000-02-23 | 1. miscadmin.h needs to include sys/types.h for a definition of pid_t | Bruce Momjian |
| 2000-02-22 | Well, here's the first pass on regression | Bruce Momjian |
| 2000-02-21 | Quick hack solution so that pg_dump of views works. Needs repair after | Tom Lane |
| 2000-02-21 | To avoid confusion during early beta testing, commit the current rules | Tom Lane |
| 2000-02-20 | Add a simple regress test for SERIAL --- it's not much, | Tom Lane |
| 2000-02-19 | Repair longstanding violation of SQL92 semantics: GROUP BY would | Tom Lane |
| 2000-02-19 | Apply Keith Park's updates for expected/horology-solaris-1947.out. Fix | Tom Lane |
| 2000-02-17 | Finish repairing 6.5's problems with r-tree indexes: create appropriate | Tom Lane |
| 2000-02-17 | Update expected/horology-no-DST-before-1970.out to match | Tom Lane |
| 2000-02-16 | All regression tests pass except for rules.sql (unrelated). | Thomas G. Lockhart |
| 2000-02-15 | New cost model for planning, incorporating a penalty for random page | Tom Lane |
| 2000-02-15 | Change to report COPY line number in error messages affects | Tom Lane |
| 2000-02-15 | Update "join syntax" test for new capabilities. | Thomas G. Lockhart |
| 2000-02-15 | Add line to mention PST8PDT time zone. Seems useful, but maybe not? | Thomas G. Lockhart |
| 2000-02-15 | Fix up error message to start with cap letter. | Thomas G. Lockhart |
| 2000-02-13 | Adjusted psql echoing options (-a and -e) | Peter Eisentraut |
| 2000-02-06 | Solaris has always had problems with 1947 in the | Bruce Momjian |
| 2000-01-29 | A few minor psql enhancements | Peter Eisentraut |
| 2000-01-27 | Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is now | Tom Lane |
| 2000-01-25 | Forgot that expr assumes regexp is anchored-left; therefore need .* | Tom Lane |
| 2000-01-22 | Update regress tests for change of pg_am/pg_amop. | Tom Lane |
| 2000-01-22 | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane |
| 2000-01-21 | Simplify match patterns a little. | Tom Lane |
| 2000-01-21 | Bruce, you forgot to rename these files... | Tom Lane |
| 2000-01-20 | I have noticed that the geometry test's output for hppa1 and hppa2 are in | Bruce Momjian |
| 2000-01-19 | Fix handling of NULL constraint conditions: per SQL92 spec, a NULL result | Tom Lane |
| 2000-01-17 | Update strings test to reflect the fact that casting to char() will | Tom Lane |
| 2000-01-16 | Included all yacc and lex files into the distribution. | Peter Eisentraut |
| 2000-01-16 | Add check that inherited constraints and defaults work. | Tom Lane |
| 2000-01-15 | Add some examples to numeric regress test to verify that recently-fixed | Tom Lane |
| 2000-01-15 | Now that new psql is fflush()'ing properly, it emerges that several | Tom Lane |
| 2000-01-15 | Update arrays regress test to reflect fact that several things | Tom Lane |
| 2000-01-15 | Prepare for new psql | Tatsuo Ishii |
| 2000-01-11 | oid8 => oidvector in alter_table regress test | Tom Lane |
| 2000-01-09 | Update platform-specific-expected-file support so that platforms can be | Tom Lane |
| 2000-01-09 | install_plpgsql is no longer a regress test (it's done via createlang); | Tom Lane |
| 2000-01-09 | New scheme for managing platform-specific regress test result files. | Tom Lane |
| 2000-01-09 | Remove obsolete platform-specific comparison files. | Tom Lane |
| 2000-01-09 | First examples of multiplatform result comparison files. | Tom Lane |
| 2000-01-09 | Remove obsolete platform-specific regress test comparison files. | Tom Lane |
| 2000-01-09 | Remove CVS $Header lines from a couple of regress test files that had | Tom Lane |
| 2000-01-09 | Update remaining tests for new psql, with the exception of 'arrays'. | Tom Lane |
| 2000-01-09 | Update remaining tests for new psql, with the exception of 'arrays', | Tom Lane |
| 2000-01-09 | Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_. | Tom Lane |
| 2000-01-06 | Clean up header for uniform appearance throughout tests. | Thomas G. Lockhart |