aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix "element <@ range" cost estimation.Heikki Linnakangas2013-03-21
* Bump up timeout delays some more in timeouts isolation test.Tom Lane2013-03-20
* Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner2013-03-19
* Increase timeout delays in new timeouts isolation test.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-14
* Avoid inserting no-op Limit plan nodes.Tom Lane2013-03-14
* Add regression test for MV join to view.Kevin Grittner2013-03-14
* Avoid inserting Result nodes that only compute identity projections.Tom Lane2013-03-14
* Add regression tests for XML mapping of domainsPeter Eisentraut2013-03-13
* Allow default expressions to be attached to columns of foreign tables.Tom Lane2013-03-12
* JSON generation improvements.Andrew Dunstan2013-03-10
* SP-GiST support of the range adjacent operator -|-Heikki Linnakangas2013-03-08
* Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane2013-03-07
* Add a materialized view relations.Kevin Grittner2013-03-03
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-03
* Flush stderr and stdout in isolation tester.Andrew Dunstan2013-02-27
* Fix CVE-2013-0255 properly.Tom Lane2013-02-13
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-08
* Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane2013-02-08
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-03
* Create a psql command \gset to store query results into psql variables.Tom Lane2013-02-02
* Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian2013-02-02
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane2013-01-30
* pg_regress: Allow overriding diff optionsPeter Eisentraut2013-01-29
* Make LATERAL implicit for functions in FROM.Tom Lane2013-01-26
* Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian2013-01-26
* Change plan caching to honor, not resist, changes in search_path.Tom Lane2013-01-25
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-25
* isolationtester: add a few fflush(stderr) callsAlvaro Herrera2013-01-23
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update comments and output for event_trigger regression test.Robert Haas2013-01-23
* Add ddl_command_end support for event triggers.Robert Haas2013-01-21
* Refactor ALTER some-obj RENAME implementationAlvaro Herrera2013-01-21
* Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera2013-01-15
* Update copyrights for 2013Bruce Momjian2013-01-01
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-31
* Make some messages more consistent in stylePeter Eisentraut2012-12-21
* Support automatically-updatable views.Tom Lane2012-12-08
* Correct xmax test for COPY FREEZESimon Riggs2012-12-07
* Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs2012-12-07
* Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane2012-12-06
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* Prevent passing gmake's environment variables down through pg_regress.Tom Lane2012-12-01
* Allow adding values to an enum type created in the current transaction.Tom Lane2012-12-01
* Second tweak of COPY FREEZESimon Riggs2012-12-01
* Tweak tests in COPY FREEZESimon Riggs2012-12-01
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01