| Age | Commit message (Expand) | Author |
| 2001-10-20 | Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion. | Bruce Momjian |
| 2001-10-20 | Fix transposed arguments for typmod for one INTERVAL production. | Thomas G. Lockhart |
| 2001-10-18 | Update for new expected results. | Tom Lane |
| 2001-10-18 | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart |
| 2001-10-16 | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane |
| 2001-10-15 | Commit Patrice's patches except: | Tatsuo Ishii |
| 2001-10-13 | Fixing closed-path intersection logic causes this test to find more | Tom Lane |
| 2001-10-12 | Break transformCreateStmt() into multiple routines and make | Tom Lane |
| 2001-10-04 | Make regress tests safe for variable-resolution timestamps. | Tom Lane |
| 2001-10-03 | DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntax | Tom Lane |
| 2001-10-03 | Update error message wording for format_type change. | Tom Lane |
| 2001-10-03 | Update for latest regression tests. | Tom Lane |
| 2001-10-03 | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart |
| 2001-09-30 | Addition of xid=int4 operator makes opr_sanity unhappy. | Tom Lane |
| 2001-09-29 | Fixes for datetime-related regress tests, from Tom Lockhart. | Tom Lane |
| 2001-09-29 | timetz test was omitted from parallel_schedule. | Tom Lane |
| 2001-09-29 | Update horology-no-DST-before-1970.out for new horology test. | Tom Lane |
| 2001-09-28 | Add separate regression tests for timetz and the new timestamptz type. | Thomas G. Lockhart |
| 2001-09-23 | Update regress tests for new LIMIT x,y behavior. | Bruce Momjian |
| 2001-09-22 | Fix expected files. | Tatsuo Ishii |
| 2001-09-21 | Readd test/regress/README file, this time with a well-defined and simple | Peter Eisentraut |
| 2001-09-21 | Quick-and-dirty fix for recursive plpgsql functions, per bug report from | Tom Lane |
| 2001-09-16 | Install dynamically loadable modules into a private subdirectory | Peter Eisentraut |
| 2001-09-06 | Fix handling of pg_type.typdefault per bug report from Dave Blasby. | Tom Lane |
| 2001-09-04 | /usr/local/bin/perl => /usr/bin/perl | Peter Eisentraut |
| 2001-08-27 | Add some minimal exercising of functional-index feature to regression | Tom Lane |
| 2001-08-26 | Here is a patch to the resultmap to make the regression tests work on | Bruce Momjian |
| 2001-08-21 | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane |
| 2001-08-16 | Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-type | Tom Lane |
| 2001-08-14 | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | Fix collateral damage from error message cleanup. | Tom Lane |
| 2001-08-09 | This should be the right expected file. | Peter Eisentraut |
| 2001-08-09 | Use format_type sibling in backend error messages, so the user sees | Peter Eisentraut |
| 2001-08-06 | Doesn't seem to be much point in keeping this README up to date anymore, | Tom Lane |
| 2001-08-06 | Use a fixed error message for ERANGE to avoid duplicate test result files. | Peter Eisentraut |
| 2001-07-16 | Partial indexes work again, courtesy of Martijn van Oosterhout. | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-07-15 | Add ORDER BY to a couple of test queries whose output ordering is not | Tom Lane |
| 2001-07-09 | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane |
| 2001-07-02 | Update abstime expected results to match post-30-June-2001 reality. | Tom Lane |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-18 | Add GUC setting for Australian timezones. Uses new GUC boolean callback | Bruce Momjian |
| 2001-06-17 | Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos... | Tom Lane |
| 2001-06-14 | Revoke public read access from pg_statistic, create new system view | Tom Lane |
| 2001-06-14 | has_table_privilege functions from Joe Conway (with some kibitzing from | Tom Lane |
| 2001-06-13 | Attached is a patch adding following functions: | Bruce Momjian |
| 2001-06-12 | Back out has_table_privilege patch. | Bruce Momjian |
| 2001-06-12 | OK -- here's take #5. | Bruce Momjian |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |