| Age | Commit message (Expand) | Author |
| 2004-03-15 | float8-small-is-zero and float8-exp-three-digits will likely need | Bruce Momjian |
| 2004-03-15 | Improve random regression tests to fail less frequently. | Bruce Momjian |
| 2004-03-15 | Remove grotty special-case code in coerce_to_target_type() that | Tom Lane |
| 2004-03-14 | Teach psql to show the location of syntax errors visually, per recent | Tom Lane |
| 2004-03-14 | Arrange to emit a CONTEXT: SQL function "foo" entry in an error | Tom Lane |
| 2004-03-13 | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane |
| 2004-03-12 | Fixes recent changes to test. For immediate application. | Bruce Momjian |
| 2004-03-12 | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway |
| 2004-03-11 | Revise int2/int4/int8/float4/float8 input routines to allow for | Neil Conway |
| 2004-03-09 | Add ALSO keyword to CREATE RULE. | Bruce Momjian |
| 2004-03-05 | Per a brief conversation with Tom, I've created a patch for adding | Bruce Momjian |
| 2004-03-04 | Emit a warning when an empty string is input to the oid, float4, and | Neil Conway |
| 2004-03-03 | Adds the -W flag to the pwd call under Win32. This allows directories, | Bruce Momjian |
| 2004-02-29 | "Corrects" the int8/float4/float8 tests under win32. | Bruce Momjian |
| 2004-02-18 | Improve the consistency of the error message emitted when rejecting | Neil Conway |
| 2004-01-27 | Run stats test separately, not as part of a parallel group, to avoid | Tom Lane |
| 2004-01-11 | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE to the list of | Neil Conway |
| 2004-01-10 | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is | Neil Conway |
| 2004-01-08 | Fix a spelling mistake in a comment. | Neil Conway |
| 2004-01-07 | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway |
| 2003-12-25 | > > I have no idea if this in Oracle or not. But it's something I | Bruce Momjian |
| 2003-12-23 | Fix a number of places where reconfiguring with a different installation | Tom Lane |
| 2003-12-23 | More bogosity in alter_table test: sometimes causes prepare test to fail | Tom Lane |
| 2003-12-23 | alter_table test sometimes failed in parallel mode, because of transient | Tom Lane |
| 2003-12-18 | Adjust rules output for unknown-vs-any change (affects expected contents | Tom Lane |
| 2003-12-03 | Added new group of read-only GUC variables to allow simple access | Joe Conway |
| 2003-12-01 | This patch adds a new GUC var, "default_with_oids", which follows the | Bruce Momjian |
| 2003-12-01 | Attached is a patch implementing factorial(), returning numeric. Points | Bruce Momjian |
| 2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
| 2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
| 2003-11-16 | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane |
| 2003-11-13 | Regenerate text files. | Peter Eisentraut |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
| 2003-11-02 | Adjust data types in some of the UNION tests to avoid potentially | Tom Lane |
| 2003-11-02 | Provide a way to run the parallel regression tests with a user-specified | Tom Lane |
| 2003-11-01 | More whitespace fixes. Do people write the expected files by hand? | Peter Eisentraut |
| 2003-11-01 | Fix hidden whitespace differences between expected and result files. | Peter Eisentraut |
| 2003-10-31 | Moved the recently added test for foreign key disabled by rewrite | Jan Wieck |
| 2003-10-31 | Fix for possible referential integrity violation when a qualified ON INSERT | Jan Wieck |
| 2003-10-25 | Get Tru64/cc to compile. Need to add -ieee so that it doesn't choke on | Peter Eisentraut |
| 2003-10-18 | Repair interaction between IN-join processing and subselect pullup that | Tom Lane |
| 2003-10-10 | Add NULL regression tests. | Bruce Momjian |
| 2003-10-02 | Remove NOTICE about foreign key creating implicit triggers, because it no | Peter Eisentraut |
| 2003-09-29 | Improve context display for failures during COPY IN, as recently | Tom Lane |
| 2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
| 2003-09-25 | Fix regression error messages for platforms Peter doesn't use. | Tom Lane |
| 2003-09-25 | Forget to update the real source of the regression test results after | Peter Eisentraut |
| 2003-09-25 | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut |
| 2003-09-20 | Attaching -lpq to LDFLAGS doesn't work, because the generated command | Tom Lane |
| 2003-09-19 | Disallow foreign-key references from temp tables to permanent tables. | Tom Lane |