| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust expected error message due to change of keyword case-folding. | Tom Lane | 2001-02-22 | 1 | -1/+1 |
| * | new regression data for 7.1 | Tatsuo Ishii | 2001-02-21 | 8 | -407/+458 |
| * | change destroydb -> dropdb | Tatsuo Ishii | 2001-02-21 | 1 | -2/+5 |
| * | Make sure -L and -I's for our source tree are always before system include | Peter Eisentraut | 2001-02-20 | 3 | -5/+5 |
| * | Add --template option to createdb script to allow access to WITH TEMPLATE | Tom Lane | 2001-02-18 | 1 | -2/+4 |
| * | Remove unused files, per Andreas | Bruce Momjian | 2001-02-13 | 3 | -2445/+0 |
| * | Please apply the following patch to fix AIX and IRIX timestamp behavior | Bruce Momjian | 2001-02-13 | 1 | -6/+2 |
| * | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 | 1 | -3/+3 |
| * | Just a quick patch to make the geometry test on Sparc/Linux | Bruce Momjian | 2001-01-27 | 1 | -0/+1 |
| * | Change float8-to-int8 conversion to round to nearest, rather than | Tom Lane | 2001-01-26 | 3 | -21/+0 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | From Jason Tishler <jt@dothill.com> | Peter Eisentraut | 2001-01-19 | 1 | -3/+3 |
| * | Update to reality. | Peter Eisentraut | 2001-01-19 | 1 | -19/+19 |
| * | Repair circular dependencies and broken clean commands. | Peter Eisentraut | 2001-01-19 | 1 | -6/+6 |
| * | Change | Peter Eisentraut | 2001-01-19 | 1 | -2/+1 |
| * | Change | Peter Eisentraut | 2001-01-19 | 1 | -1/+1 |
| * | Fix up "Postgres-style" time interval representation when fields have | Thomas G. Lockhart | 2001-01-18 | 1 | -98/+98 |
| * | Windows wants shared libraries in PATH. | Peter Eisentraut | 2001-01-13 | 1 | -1/+10 |
| * | Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net. | Tom Lane | 2001-01-07 | 1 | -0/+4 |
| * | Remove not-really-standard implementation of CREATE TABLE's UNDER clause, | Tom Lane | 2001-01-05 | 2 | -6/+6 |
| * | Document tuple ordering differences as a possible cause of | Tom Lane | 2001-01-02 | 1 | -0/+25 |
| * | Tweak temporary-installation setup so that it doesn't break when the | Tom Lane | 2001-01-02 | 1 | -5/+6 |
| * | Update geometry-alpha-precision.out per reports from Brent Verner and | Tom Lane | 2001-01-01 | 1 | -45/+45 |
| * | Don't say 'export PGHOST' or 'export PGPORT' unless we actually define | Tom Lane | 2000-12-31 | 1 | -5/+9 |
| * | Apparently, special float8 comparison file for Alpha is only needed | Tom Lane | 2000-12-30 | 1 | -1/+1 |
| * | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 | 1 | -66/+66 |
| * | Tweak regressplans.sh to use any already-set PGOPTIONS. | Tom Lane | 2000-12-18 | 1 | -22/+25 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -4/+4 |
| * | Allow resultmap file to be missing, for use in contrib self-tests. | Tom Lane | 2000-12-11 | 1 | -13/+16 |
| * | Add Darwin-specific geometry test file. | Tom Lane | 2000-12-11 | 2 | -1/+533 |
| * | From Stephan Szabo: | Tom Lane | 2000-12-05 | 4 | -0/+39 |
| * | Add regress test case for INSERT ... SELECT in rules. | Tom Lane | 2000-12-05 | 2 | -0/+99 |
| * | Update for new tests. These are extrapolations and will need to be confirmed | Tom Lane | 2000-12-03 | 2 | -76/+1488 |
| * | Update for new tests. | Tom Lane | 2000-12-03 | 1 | -0/+706 |
| * | Repair usage of the OVERLAPS operator. | Thomas G. Lockhart | 2000-12-03 | 4 | -157/+808 |
| * | Remove old regression test drivers. | Peter Eisentraut | 2000-11-30 | 5 | -894/+0 |
| * | Correct portability-related errors in inet expected output. I'm not | Tom Lane | 2000-11-25 | 1 | -3/+3 |
| * | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian | 2000-11-25 | 2 | -3/+47 |
| * | Remove obsolete test suite | Peter Eisentraut | 2000-11-24 | 36 | -2779/+0 |
| * | Fix output file names for new driver | Peter Eisentraut | 2000-11-22 | 1 | -21/+21 |
| * | Bit string regression test | Peter Eisentraut | 2000-11-22 | 4 | -2/+719 |
| * | Point runtest and runcheck targets at new regression test driver. | Peter Eisentraut | 2000-11-22 | 1 | -70/+10 |
| * | Allow running without a "schedule" file. This enables you to run tests | Peter Eisentraut | 2000-11-22 | 1 | -2/+2 |
| * | geometry result files for unixware | Peter Eisentraut | 2000-11-22 | 3 | -0/+1066 |
| * | Tweak resultmap documentation, add to README too. | Tom Lane | 2000-11-22 | 1 | -6/+8 |
| * | Allow for different result files when using GCC versus native compiler. | Peter Eisentraut | 2000-11-21 | 2 | -4/+15 |
| * | Don't hide error message from dropdb. | Peter Eisentraut | 2000-11-21 | 1 | -2/+2 |
| * | Adjust opr_sanity.out for small change in OID allocation. | Tom Lane | 2000-11-21 | 1 | -2/+2 |
| * | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 | 2 | -51/+62 |
| * | Simplify definition of pg_tables and pg_views views by making use of | Tom Lane | 2000-11-21 | 1 | -5/+5 |