summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2013-03-21Fix "element <@ range" cost estimation.Heikki Linnakangas
2013-03-19Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-03-14Avoid inserting no-op Limit plan nodes.Tom Lane
2013-03-14Add regression test for MV join to view.Kevin Grittner
2013-03-14Avoid inserting Result nodes that only compute identity projections.Tom Lane
2013-03-14Add regression tests for XML mapping of domainsPeter Eisentraut
2013-03-12Allow default expressions to be attached to columns of foreign tables.Tom Lane
2013-03-10JSON generation improvements.Andrew Dunstan
2013-03-08SP-GiST support of the range adjacent operator -|-Heikki Linnakangas
2013-03-07Fix infinite-loop risk in fixempties() stage of regex compilation.Tom Lane
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-04Get rid of any toast table when converting a table to a view.Tom Lane
2013-02-13Fix CVE-2013-0255 properly.Tom Lane
2013-02-09Add support for ALTER RULE ... RENAME TO.Tom Lane
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-02-02Adjust COPY FREEZE error message to be more accurate and consistent.Bruce Momjian
2013-02-01Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-30Fix grammar for subscripting or field selection from a sub-SELECT result.Tom Lane
2013-01-30pg_regress: Allow overriding diff optionsPeter Eisentraut
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane
2013-01-26Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
2013-01-25Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane
2013-01-23Update comments and output for event_trigger regression test.Robert Haas
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-21Refactor ALTER some-obj RENAME implementationAlvaro Herrera
2013-01-15Rework order of checks in ALTER / SET SCHEMAAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-12-21Make some messages more consistent in stylePeter Eisentraut
2012-12-08Support automatically-updatable views.Tom Lane
2012-12-07Correct xmax test for COPY FREEZESimon Riggs
2012-12-07Optimize COPY FREEZE with CREATE TABLE also.Simon Riggs
2012-12-07Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane
2012-12-02Reduce scope of changes for COPY FREEZE.Simon Riggs
2012-12-01Prevent passing gmake's environment variables down through pg_regress.Tom Lane
2012-12-01Allow adding values to an enum type created in the current transaction.Tom Lane
2012-12-01Second tweak of COPY FREEZESimon Riggs
2012-12-01Tweak tests in COPY FREEZESimon Riggs
2012-12-01COPY FREEZE and mark committed on fresh tables.Simon Riggs
2012-11-30Move long_options structures to the top of main() functions, forBruce Momjian
2012-11-26Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees.Tom Lane
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-05Fix handling of inherited check constraints in ALTER COLUMN TYPE.Tom Lane
2012-10-26Throw error if expiring tuple is again updated or deleted.Kevin Grittner
2012-10-24When converting a table to a view, remove its system columns.Tom Lane