| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use psql -q option instead of 2>/dev/null during first invocation | Tom Lane | 2004-10-31 | 1 | -13/+13 |
| * | Fix to_number for the case of a trailing S. | Tom Lane | 2004-10-28 | 2 | -2/+2 |
| * | When displaying a Var that is a reference to a column of an unnamed join, | Tom Lane | 2004-10-27 | 1 | -3/+3 |
| * | Adjust message to not be misleading on Windows. | Tom Lane | 2004-10-24 | 1 | -2/+9 |
| * | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane | 2004-10-21 | 1 | -5/+3 |
| * | Unbreak regression tests (Peter's recent checkin to executor/spi.c did | Neil Conway | 2004-10-13 | 2 | -3/+3 |
| * | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 | 1 | -2/+2 |
| * | Update CIDR regresion tests to test for network masks inside the last | Bruce Momjian | 2004-10-08 | 2 | -15/+15 |
| * | Remove benchmark comment. | Bruce Momjian | 2004-10-07 | 1 | -7/+2 |
| * | Remove mention of -Q option for bench. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -3/+3 |
| * | Detect overflow in integer arithmetic operators (integer, smallint, and | Tom Lane | 2004-10-04 | 11 | -379/+143 |
| * | Add regression test inspired by Sebastian Böck. | Tom Lane | 2004-10-03 | 2 | -0/+83 |
| * | Don't assume PQdb() will return a valid result from a failed connection. | Tom Lane | 2004-10-01 | 5 | -13/+13 |
| * | Okay, I'm tired of reading gripes from OS X users ... add a regression | Tom Lane | 2004-09-24 | 1 | -0/+532 |
| * | Issue a CHECKPOINT just after creating the regression database. Without | Tom Lane | 2004-09-22 | 1 | -1/+5 |
| * | Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment | Neil Conway | 2004-09-22 | 3 | -9/+11 |
| * | Change some of the existing plpgsql regression test cases so that they | Tom Lane | 2004-09-20 | 2 | -46/+38 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 2 | -0/+121 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 3 | -0/+123 |
| * | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane | 2004-09-06 | 2 | -0/+28 |
| * | Whack Wisconsin benchmark around until it actually works again. | Tom Lane | 2004-09-01 | 5 | -30/+26 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Adjust regression expected file for new grant language hint. | Bruce Momjian | 2004-08-29 | 1 | -0/+1 |
| * | Add regression tests for ALTER INDEX. | Bruce Momjian | 2004-08-28 | 2 | -4/+4 |
| * | Further tightening of the array literal parser. Prevent junk | Joe Conway | 2004-08-28 | 2 | -0/+83 |
| * | > After all that about numbering centuries and millenia correctly, | Bruce Momjian | 2004-08-20 | 2 | -0/+183 |
| * | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane | 2004-08-12 | 2 | -52/+52 |
| * | Set DYLD_LIBRARY_PATH so that 'make check' works without prior | Tom Lane | 2004-08-10 | 1 | -3/+11 |
| * | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway | 2004-08-05 | 3 | -35/+35 |
| * | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 | 8 | -12/+12 |
| * | Update oidjoins regression test to match current catalog structure. | Tom Lane | 2004-08-04 | 2 | -0/+24 |
| * | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane | 2004-08-02 | 2 | -0/+52 |
| * | Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntax | Tom Lane | 2004-07-31 | 2 | -2/+145 |
| * | plpgsql does exceptions. | Tom Lane | 2004-07-31 | 2 | -0/+90 |
| * | Replace nested-BEGIN syntax for subtransactions with spec-compliant | Tom Lane | 2004-07-27 | 2 | -98/+296 |
| * | The attached patch shows the new column "tablespace" in the mentioned | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | Back out pg_autovacuum commit after cvs clean failure causes commit. | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | lease find enclosed a patch that matches the PL/Perl documentation | Bruce Momjian | 2004-07-21 | 1 | -2/+2 |
| * | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 | 2 | -0/+88 |
| * | Can't have blank lines in resultmap; some versions of expr complain. | Tom Lane | 2004-07-13 | 1 | -1/+0 |
| * | Add new join file. | Bruce Momjian | 2004-07-13 | 1 | -0/+2149 |
| * | Rename join ordering named join_1.out | Bruce Momjian | 2004-07-13 | 2 | -2150/+0 |
| * | Add Win32-specific join ordering. | Bruce Momjian | 2004-07-12 | 2 | -0/+2151 |
| * | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane | 2004-07-11 | 2 | -6/+6 |
| * | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 | 2 | -15/+0 |
| * | Further review of xact.c state machine for nested transactions. Fix | Tom Lane | 2004-07-01 | 2 | -0/+91 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 4 | -4/+152 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 6 | -5/+99 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 2 | -12/+52 |