summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update for latest version of horology test.REL7_2_BETA2Tom Lane2001-11-062-2/+2
* Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart2001-11-062-2/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-052-5/+5
* Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian2001-11-041-5/+5
* Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian2001-11-044-40/+40
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-022-3/+3
* Fix queries to insulate from daylight savings time.Thomas G. Lockhart2001-10-312-8/+8
* Modify *.po files and regression expected output for new clearer errorBruce Momjian2001-10-313-34/+34
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-315-34/+146
* Update solaris-1947 variant files for new datetime regression tests.Tom Lane2001-10-303-1174/+1633
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-252-2/+1
* Update for latest fixes.Tom Lane2001-10-221-2/+2
* Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian2001-10-202-2/+2
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-202-14/+14
* Update for new expected results.Tom Lane2001-10-181-5/+5
* Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart2001-10-184-14/+14
* Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane2001-10-161-2/+2
* Commit Patrice's patches except:Tatsuo Ishii2001-10-151-45/+45
* Fixing closed-path intersection logic causes this test to find moreTom Lane2001-10-131-2/+55
* Break transformCreateStmt() into multiple routines and makeTom Lane2001-10-122-15/+15
* Make regress tests safe for variable-resolution timestamps.Tom Lane2001-10-044-4/+8
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-033-20/+20
* Update error message wording for format_type change.Tom Lane2001-10-031-1/+1
* Update for latest regression tests.Tom Lane2001-10-031-284/+221
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-0310-598/+538
* Addition of xid=int4 operator makes opr_sanity unhappy.Tom Lane2001-09-302-7/+8
* Fixes for datetime-related regress tests, from Tom Lockhart.Tom Lane2001-09-294-10/+10
* timetz test was omitted from parallel_schedule.Tom Lane2001-09-291-2/+2
* Update horology-no-DST-before-1970.out for new horology test.Tom Lane2001-09-291-1046/+1567
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-2821-2016/+4076
* Update regress tests for new LIMIT x,y behavior.Bruce Momjian2001-09-232-2/+2
* Fix expected files.Tatsuo Ishii2001-09-226-411/+360
* Readd test/regress/README file, this time with a well-defined and simplePeter Eisentraut2001-09-211-0/+243
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-212-0/+34
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-162-3/+6
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-062-0/+51
* /usr/local/bin/perl => /usr/bin/perlPeter Eisentraut2001-09-041-1/+1
* Add some minimal exercising of functional-index feature to regressionTom Lane2001-08-274-2/+31
* Here is a patch to the resultmap to make the regression tests work onBruce Momjian2001-08-261-5/+5
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-214-194/+126
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-162-5/+7
* 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