summaryrefslogtreecommitdiff
path: root/src/test/regress/expected
Commit message (Expand)AuthorAgeFilesLines
* Add interval division/multiplication regression tests.Bruce Momjian2006-09-061-0/+66
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-052-24/+12
* Fix interval input parser so that fractional weeks and months areTom Lane2006-09-041-0/+12
* Code review for UPDATE SET (columnlist) patch. Make it handle as muchTom Lane2006-09-031-25/+54
* Properly round months into days and into seconds for intervalBruce Momjian2006-09-031-1/+1
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-021-1/+140
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-0/+126
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-251-0/+50
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-214-4/+12
* Add a 'waiting' column to pg_stat_activity to carry the same informationTom Lane2006-08-191-1/+1
* Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checkingTom Lane2006-08-141-0/+140
* Extend 'guc' regression test to check manipulations of datestyle asTom Lane2006-08-131-9/+286
* Original coding of 'returning' regression test inadvertently chose aTom Lane2006-08-131-8/+8
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-121-0/+195
* Tweak sanity_check regression test to display more tables (viz, thoseTom Lane2006-08-061-68/+137
* Add some basic tests of GUC behavior.Tom Lane2006-08-041-0/+150
* A few regression tests for VALUES, from Gavin Sherry.Tom Lane2006-08-033-0/+90
* SQL2003-standard statistical aggregates, by Sergey Koposov. I've added onlyTom Lane2006-07-282-8/+62
* Aggregate functions now support multiple input arguments. I also tookTom Lane2006-07-274-46/+102
* Allow units to be specified with configuration settings.Peter Eisentraut2006-07-271-1/+1
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-254-7/+2
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-181-0/+11
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-112-1/+14
* Please find attached two patches for documentation and regression testsBruce Momjian2006-07-065-57/+251
* Do a pass of code review for the ALTER TABLE ADD INHERITS patch. KeepNeil Conway2006-07-021-2/+4
* ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT)Bruce Momjian2006-07-021-0/+50
* Change TRUNCATE's method for searching for foreign-key references so thatTom Lane2006-06-292-19/+19
* Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE.Bruce Momjian2006-06-272-2/+22
* Change the row constructor syntax (ROW(...)) so that list elements foo.*Tom Lane2006-06-261-0/+50
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-181-2/+2
* Revert patch, needs more work:Bruce Momjian2006-05-301-38/+0
* Add dynamic record inspection to PL/PgSQL, useful for generic triggers:Bruce Momjian2006-05-301-0/+38
* Back out patch, wrong previous commit message.Bruce Momjian2006-05-301-38/+0
* Add regexp_replace() to string functions section.Bruce Momjian2006-05-301-0/+38
* fix typoAndrew Dunstan2006-05-281-1/+2
* TG_table_name and TG_table_schema for plpgsql, plus docs and regression.Andrew Dunstan2006-05-281-0/+100
* Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera2006-05-191-3/+3
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-111-24/+0
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-025-5/+311
* Support the syntaxTom Lane2006-04-151-1/+1
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-051-5/+79
* Adjust interval-addition test so that it won't fail on DST transition days.Tom Lane2006-04-021-4/+4
* Fix plpgsql to pass only one copy of any given plpgsql variable into a SQLTom Lane2006-03-231-0/+18
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-231-0/+20
* Adjust join_1.out to match Windows behavior for new mergejoin regressionTom Lane2006-03-191-2/+2
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-172-0/+56
* Missed this file in previous commit :-(Tom Lane2006-03-141-0/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-1422-74/+210
* Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(),Neil Conway2006-03-101-0/+62
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-072-8/+0