summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-18Allow only some columns of a view to be auto-updateable.Robert Haas
2013-10-16Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian
2013-10-13Add use of asprintf()Peter Eisentraut
2013-10-13Tweak "line" test to avoid platform-specific floating-point outputPeter Eisentraut
2013-10-10Update regression tests for line type patchPeter Eisentraut
2013-10-10json_typeof function.Andrew Dunstan
2013-10-10Revive line typePeter Eisentraut
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-10-08Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner
2013-10-08Auto-tune effective_cache size to be 4x shared buffersBruce Momjian
2013-10-07Make DISCARD SEQUENCES also discard the last used sequence.Robert Haas
2013-10-07plpgsql: Add new option print_strict_params.Robert Haas
2013-10-04add multixact-no-deadlock to scheduleAlvaro Herrera
2013-10-04Make some isolationtester specs more completeAlvaro Herrera
2013-10-04isolationtester: Allow tuples to be returned in more placesAlvaro Herrera
2013-10-04Issue error on SET outside transaction block in some casesBruce Momjian
2013-10-03Add DISCARD SEQUENCES command.Robert Haas
2013-10-03psql: Make \pset without arguments show all settings.Robert Haas
2013-09-23Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch
2013-09-23Don't allow system columns in CHECK constraints, except tableoid.Robert Haas
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