aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Make regress tests safe for variable-resolution timestamps.Tom Lane2001-10-04
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Update error message wording for format_type change.Tom Lane2001-10-03
* Update for latest regression tests.Tom Lane2001-10-03
* Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart2001-10-03
* Addition of xid=int4 operator makes opr_sanity unhappy.Tom Lane2001-09-30
* Fixes for datetime-related regress tests, from Tom Lockhart.Tom Lane2001-09-29
* timetz test was omitted from parallel_schedule.Tom Lane2001-09-29
* Update horology-no-DST-before-1970.out for new horology test.Tom Lane2001-09-29
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-28
* Update regress tests for new LIMIT x,y behavior.Bruce Momjian2001-09-23
* Fix expected files.Tatsuo Ishii2001-09-22
* Readd test/regress/README file, this time with a well-defined and simplePeter Eisentraut2001-09-21
* Quick-and-dirty fix for recursive plpgsql functions, per bug report fromTom Lane2001-09-21
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Fix handling of pg_type.typdefault per bug report from Dave Blasby.Tom Lane2001-09-06
* /usr/local/bin/perl => /usr/bin/perlPeter Eisentraut2001-09-04
* Add some minimal exercising of functional-index feature to regressionTom Lane2001-08-27
* Here is a patch to the resultmap to make the regression tests work onBruce Momjian2001-08-26
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Fix collateral damage from error message cleanup.Tom Lane2001-08-10
* This should be the right expected file.Peter Eisentraut2001-08-09
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Doesn't seem to be much point in keeping this README up to date anymore,Tom Lane2001-08-06
* Use a fixed error message for ERANGE to avoid duplicate test result files.Peter Eisentraut2001-08-06
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Add ORDER BY to a couple of test queries whose output ordering is notTom Lane2001-07-15
* Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane2001-07-09
* Update abstime expected results to match post-30-June-2001 reality.Tom Lane2001-07-02
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* Add GUC setting for Australian timezones. Uses new GUC boolean callbackBruce Momjian2001-06-18
* Make inet/cidr << and <<= operators indexable. From Alex Pilosov <alex@pilos...Tom Lane2001-06-17
* Revoke public read access from pg_statistic, create new system viewTom Lane2001-06-14
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Attached is a patch adding following functions:Bruce Momjian2001-06-13
* Back out has_table_privilege patch.Bruce Momjian2001-06-12
* OK -- here's take #5.Bruce Momjian2001-06-12
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-09
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-04
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-01
* These patches should fix check constraints not inheritingBruce Momjian2001-05-30
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-22
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-21
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-20