summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-18Update for new expected results.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-16Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane
2001-10-15Commit Patrice's patches except:Tatsuo Ishii
2001-10-13Fixing closed-path intersection logic causes this test to find moreTom Lane
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-04Make regress tests safe for variable-resolution timestamps.Tom Lane
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-10-03Update error message wording for format_type change.Tom Lane
2001-10-03Update for latest regression tests.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-30Addition of xid=int4 operator makes opr_sanity unhappy.Tom Lane
2001-09-29Fixes for datetime-related regress tests, from Tom Lockhart.Tom Lane
2001-09-29timetz test was omitted from parallel_schedule.Tom Lane
2001-09-29Update horology-no-DST-before-1970.out for new horology test.Tom Lane
2001-09-28Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart
2001-09-23Update regress tests for new LIMIT x,y behavior.Bruce Momjian
2001-09-22Fix expected files.Tatsuo Ishii
2001-09-21Readd test/regress/README file, this time with a well-defined and simplePeter Eisentraut
2001-09-21Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane
2001-09-16Install dynamically loadable modules into a private subdirectoryPeter Eisentraut
2001-09-06Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane
2001-09-04/usr/local/bin/perl => /usr/bin/perlPeter Eisentraut
2001-08-27Add some minimal exercising of functional-index feature to regressionTom Lane
2001-08-26Here is a patch to the resultmap to make the regression tests work onBruce Momjian
2001-08-21Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane
2001-08-16Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-08-10Fix collateral damage from error message cleanup.Tom Lane
2001-08-09This should be the right expected file.Peter Eisentraut
2001-08-09Use format_type sibling in backend error messages, so the user seesPeter Eisentraut
2001-08-06Doesn't seem to be much point in keeping this README up to date anymore,Tom Lane
2001-08-06Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-15Restructure index AM interface for index building and index tuple deletion,Tom Lane
2001-07-15Add ORDER BY to a couple of test queries whose output ordering is notTom Lane
2001-07-09Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane
2001-07-02Update abstime expected results to match post-30-June-2001 reality.Tom Lane
2001-06-22Statistical system views (yet without the config stuff, butJan Wieck
2001-06-18Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian
2001-06-17Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane
2001-06-14Revoke public read access from pg_statistic, create new system viewTom Lane
2001-06-14has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane
2001-06-13Attached is a patch adding following functions:Bruce Momjian
2001-06-12Back out has_table_privilege patch.Bruce Momjian
2001-06-12OK -- here's take #5.Bruce Momjian
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane