| Commit message (Expand) | Author | Age |
* | Add regression tests for the fix committed by Tom for casting between | Neil Conway | 2004-12-12 |
* | Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the | Peter Eisentraut | 2004-12-12 |
* | As long as we're forcing an ORDER BY in these four join queries, we had | Tom Lane | 2004-12-03 |
* | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 |
* | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 |
* | Force LANG=en on Windows, since system may fail to default to English. | Tom Lane | 2004-11-17 |
* | Add installcheck-parallel regression test target. Magnus Hagander | Tom Lane | 2004-11-17 |
* | Add variant regression file to support BSDen that underflow to plus zero instead | Tom Lane | 2004-11-17 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Use psql -q option instead of 2>/dev/null during first invocation | Tom Lane | 2004-10-31 |
* | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 |
* | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane | 2004-10-27 |
* | Adjust message to not be misleading on Windows. | Tom Lane | 2004-10-24 |
* | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 |
* | Unbreak regression tests (Peter's recent checkin to executor/spi.c did | Neil Conway | 2004-10-13 |
* | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 |
* | Update CIDR regresion tests to test for network masks inside the last | Bruce Momjian | 2004-10-08 |
* | Remove benchmark comment. | Bruce Momjian | 2004-10-07 |
* | Remove mention of -Q option for bench. | Bruce Momjian | 2004-10-07 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane | 2004-10-04 |
* | Add regression test inspired by Sebastian Böck. | Tom Lane | 2004-10-03 |
* | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane | 2004-10-01 |
* | 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 |