| Commit message (Expand) | Author | Age |
* | Okay, I'm tired of reading gripes from OS X users ... add a regression | Tom Lane | 2004-09-24 |
* | Issue a CHECKPOINT just after creating the regression database. Without | Tom Lane | 2004-09-22 |
* | Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment | Neil Conway | 2004-09-22 |
* | Change some of the existing plpgsql regression test cases so that they | Tom Lane | 2004-09-20 |
* | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 |
* | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 |
* | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane | 2004-09-06 |
* | Whack Wisconsin benchmark around until it actually works again. | Tom Lane | 2004-09-01 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Adjust regression expected file for new grant language hint. | Bruce Momjian | 2004-08-29 |
* | Add regression tests for ALTER INDEX. | Bruce Momjian | 2004-08-28 |
* | Further tightening of the array literal parser. Prevent junk | Joe Conway | 2004-08-28 |
* | > After all that about numbering centuries and millenia correctly, | Bruce Momjian | 2004-08-20 |
* | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane | 2004-08-12 |
* | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane | 2004-08-10 |
* | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway | 2004-08-05 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Update oidjoins regression test to match current catalog structure. | Tom Lane | 2004-08-04 |
* | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 |
* | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 |
* | plpgsql does exceptions. | Tom Lane | 2004-07-31 |
* | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 |
* | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 |
* | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 |
* | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Can't have blank lines in resultmap; some versions of expr complain. | Tom Lane | 2004-07-13 |
* | Add new join file. | Bruce Momjian | 2004-07-13 |
* | Rename join ordering named join_1.out | Bruce Momjian | 2004-07-13 |
* | Add Win32-specific join ordering. | Bruce Momjian | 2004-07-12 |
* | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane | 2004-07-11 |
* | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 |
* | Further review of xact.c state machine for nested transactions. Fix | Tom Lane | 2004-07-01 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 |
* | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 |
* | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 |
* | Add regression tests for CSV COPY format. | Bruce Momjian | 2004-06-09 |
* | Support assignment to subfields of composite columns in UPDATE and INSERT. | Tom Lane | 2004-06-09 |
* | Add some regression tests for composite-type operations. | Tom Lane | 2004-06-06 |
* | Minor catalog cleanups for composite-type stuff. Adjust signatures shown | Tom Lane | 2004-06-06 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Win32 regression fixes: | Bruce Momjian | 2004-06-03 |
* | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 |
* | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 |
* | The added aggregates are: | Bruce Momjian | 2004-05-26 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Add $libdir to mingw and cygwin for installcheck too. | Bruce Momjian | 2004-05-20 |
* | Add MinGW to cases where libdir should be used for regression tests: | Bruce Momjian | 2004-05-19 |