summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2013-09-03Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane
2013-09-03Allow aggregate functions to be VARIADIC.Tom Lane
2013-08-31Improve regression test for #8410.Tom Lane
2013-08-30Add test case for bug #8410.Tom Lane
2013-08-23In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane
2013-08-19Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane
2013-08-18Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane
2013-08-15Improve error message when view is not updatablePeter Eisentraut
2013-08-14Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane
2013-08-09Message punctuation and pluralization fixesPeter Eisentraut
2013-08-02Fix crash in error report of invalid tuple lockAlvaro Herrera
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-31Fix regexp_matches() handling of zero-length matches.Tom Lane
2013-07-30Restore REINDEX constraint validation.Noah Misch
2013-07-29Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark
2013-07-25Improvements to GetErrorContextStack()Stephen Frost
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-07-23Further hacking on ruleutils' new column-alias-assignment code.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-07-23Additional regression tests for ALTER OPERATOR FAMILY.Robert Haas
2013-07-22Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas
2013-07-19Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-07-17Implement the FILTER clause for aggregate function calls.Noah Misch
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-15Regression tests for LOCK TABLE.Robert Haas
2013-07-08Fix planning of parameterized appendrel paths with expensive join quals.Tom Lane
2013-07-06Rename a function to avoid naming conflict in parallel regression tests.Tom Lane
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-05Expose the estimation of number of changed tuples since last analyzeMagnus Hagander
2013-07-03Get rid of pg_class.reltoastidxid.Fujii Masao
2013-07-03Revert "Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION."Robert Haas
2013-07-03Hopefully-portable regression tests for CREATE/ALTER/DROP COLLATION.Robert Haas
2013-07-03Fix handling of auto-updatable views on inherited tables.Tom Lane
2013-07-03Regression tests for LISTEN/NOTIFY/UNLISTEN/pg_notify.Robert Haas
2013-07-03Additional regression tests for CREATE OPERATOR.Robert Haas
2013-07-03Expose object name error fields in PL/pgSQL.Noah Misch
2013-07-02Add support for multiple kinds of external toast datums.Robert Haas
2013-07-02Fix regression test make dependenciesPeter Eisentraut
2013-06-28ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-28Make the OVER keyword unreserved.Robert Haas
2013-06-24Reverting previous commit, pending investigationSimon Riggs
2013-06-24ALTER TABLE ... ALTER CONSTRAINT for FKsSimon Riggs
2013-06-19Fix the create_index regression test for Danish collation.Kevin Grittner
2013-06-12Fix unescaping of JSON Unicode escapes, especially for non-UTF8.Andrew Dunstan
2013-06-09Remove unnecessary restrictions about RowExprs in transformAExprIn().Tom Lane
2013-06-08Handle Unicode surrogate pairs correctly when processing JSON.Andrew Dunstan
2013-06-06Prevent pushing down WHERE clauses into unsafe UNION/INTERSECT nests.Tom Lane
2013-06-01Don't emit non-canonical empty arrays in array_remove().Noah Misch