summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2013-05-31Remove whitespace from end of linesPeter Eisentraut
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-18Remove unused regression test files.Heikki Linnakangas
2013-05-16Fix crash when trying to display a NOTIFY rule action.Tom Lane
2013-05-16Fix some uses of "the quick brown fox".Tom Lane
2013-05-12Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane
2013-05-09Update collate.linux.utf8.out for ruleutils.c line-wrapping changes.Tom Lane
2013-05-08Better fix for permissions tests in excluded subqueries.Tom Lane
2013-05-08Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.Heikki Linnakangas
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-05-06Disallow unlogged materialized views.Tom Lane
2013-05-02Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner
2013-05-01Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane
2013-04-30Add regression test for bug fixed by recent refactoring.Kevin Grittner
2013-04-29Postpone creation of pathkeys lists to fix bug #8049.Tom Lane
2013-04-26Fix collation assignment for aggregates with ORDER BY.Tom Lane
2013-04-20Clean up references to SQL92Peter Eisentraut
2013-04-14Add serial commaPeter Eisentraut
2013-04-11Remove quotes around SQL statement in error messageAlvaro Herrera
2013-04-07In isolationtester, retry after EINTR return from select(2).Tom Lane