summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-143-4/+4
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-107-327/+283
* Fix collateral damage from error message cleanup.Tom Lane2001-08-103-9/+9
* This should be the right expected file.Peter Eisentraut2001-08-091-2/+2
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-094-30/+30
* Doesn't seem to be much point in keeping this README up to date anymore,Tom Lane2001-08-061-270/+0
* Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut2001-08-069-2082/+3
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-167-44/+104
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-153-14/+14
* Add ORDER BY to a couple of test queries whose output ordering is notTom Lane2001-07-152-4/+4
* Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane2001-07-092-3/+3
* Update abstime expected results to match post-30-June-2001 reality.Tom Lane2001-07-022-4/+2
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-221-24/+41
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-186-2/+12
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-172-12/+81
* Revoke public read access from pg_statistic, create new system viewTom Lane2001-06-141-3/+4
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-142-0/+368
* Attached is a patch adding following functions:Bruce Momjian2001-06-132-0/+23
* Back out has_table_privilege patch.Bruce Momjian2001-06-122-3/+1
* OK -- here's take #5.Bruce Momjian2001-06-122-1/+3
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-122-4/+6
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-092-7/+13
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-044-0/+19
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-012-3/+11
* These patches should fix check constraints not inheritingBruce Momjian2001-05-302-0/+148
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-275-2/+360
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-222-116/+97
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-2112-75/+87
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-202-20/+16
* Add regression test to catch future breakage of avg(interval). ThisTom Lane2001-05-182-0/+15
* Fix regression for new oids.Bruce Momjian2001-05-151-2/+2
* Update regression for new oids, some now two smaller.Bruce Momjian2001-05-141-2/+2
* Suppress failures in parallel regress tests due to use of same tableTom Lane2001-05-112-24/+35
* BSD/OS has new precision, and negative zeros now.Bruce Momjian2001-05-102-2/+533
* This patch should catch cases where the typesBruce Momjian2001-05-094-0/+499
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-073-10/+34
* apply a little patch:Bruce Momjian2001-05-031-1/+1
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-033-7/+20
* Alter the previous test for "time with time zone" implicit time zoneThomas G. Lockhart2001-04-064-2/+52
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-1/+3
* Remove daylight-savings-time-dependent tests of 'time with time zone'Tom Lane2001-04-044-39/+18
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-302-0/+7
* OpenBSD resultmap change:Bruce Momjian2001-03-261-2/+3
* Make less misleading message for failed + ignored tests.Peter Eisentraut2001-03-241-2/+2
* geometry tests 'FAILED' from a precision standpoint, but differently thenMarc G. Fournier2001-03-222-0/+533
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-18/+17
* Discuss LOCALE differences as a reason for regression test failure.Tom Lane2001-03-201-16/+36
* Adjust expected error message due to change of keyword case-folding.Tom Lane2001-02-221-1/+1
* new regression data for 7.1Tatsuo Ishii2001-02-218-407/+458
* change destroydb -> dropdbTatsuo Ishii2001-02-211-2/+5