aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane2012-06-19
* Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane2012-06-18
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane2012-06-17
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs2012-06-10
* Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs2012-06-09
* Fix bogus handling of control characters in json_lex_string().Tom Lane2012-06-04
* Fix array overrun in regex code.Tom Lane2012-05-24
* Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas2012-05-22
* Fix incorrect logic in JSON number lexerPeter Eisentraut2012-05-20
* Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane2012-05-16
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Fix oversight in recent parameterized-path patch.Tom Lane2012-04-26
* Modify create_index regression test to avoid intermittent failures.Tom Lane2012-04-25
* Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane2012-04-25
* Casts to or from a domain type are ignored; warn and document.Robert Haas2012-04-24
* Lots of doc corrections.Robert Haas2012-04-23
* Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane2012-04-21
* Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera2012-04-20
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Weaken the planner's tests for relevant joinclauses.Tom Lane2012-04-13
* Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut2012-04-13
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-13
* Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane2012-04-11
* Allow statistics to be collected for foreign tables.Tom Lane2012-04-06
* Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs2012-04-06
* checkopint -> checkpointRobert Haas2012-04-05
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Expose track_iotiming data via the statistics collector.Robert Haas2012-04-05
* Fix plpgsql named-cursor-parameter feature for variable name conflicts.Tom Lane2012-04-04
* Add support for renaming domain constraintsPeter Eisentraut2012-04-03
* Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane2012-03-25
* Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane2012-03-24
* Code review for protransform patches.Tom Lane2012-03-23
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Honor inputdir and outputdir when converting regression files.Andrew Dunstan2012-03-17
* Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane2012-03-16
* Teach SPGiST to store nulls and do whole-index scans.Tom Lane2012-03-11
* Add support for renaming constraintsPeter Eisentraut2012-03-10
* Add isolation test to check-world and installcheck-worldPeter Eisentraut2012-03-05
* Collect and use element-frequency statistics for arrays.Tom Lane2012-03-03
* Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut2012-03-03
* Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut2012-03-02
* Add COLLATION FOR expressionPeter Eisentraut2012-03-02
* Don't link pg_isolation_regress with libpqPeter Eisentraut2012-03-01