aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add large object functions catering to SQL callers.Noah Misch2013-10-27
* Use unaligned output in selected regression queries to reduce diff noise.Tom Lane2013-10-26
* Revert "Tweak "line" test to avoid negative zeros on some platforms"Tom Lane2013-10-25
* Tweak "line" test to avoid negative zeros on some platformsPeter Eisentraut2013-10-25
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-18
* Allow 5+ digit years for non-ISO timestamp/date strings, where appropriateBruce Momjian2013-10-16
* Add use of asprintf()Peter Eisentraut2013-10-13
* Tweak "line" test to avoid platform-specific floating-point outputPeter Eisentraut2013-10-12
* Update regression tests for line type patchPeter Eisentraut2013-10-10
* json_typeof function.Andrew Dunstan2013-10-10
* Revive line typePeter Eisentraut2013-10-09
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-09
* Allow drop-index-concurrently-1 test to run at any isolation level.Kevin Grittner2013-10-08
* Auto-tune effective_cache size to be 4x shared buffersBruce Momjian2013-10-08
* Make DISCARD SEQUENCES also discard the last used sequence.Robert Haas2013-10-07
* plpgsql: Add new option print_strict_params.Robert Haas2013-10-07
* add multixact-no-deadlock to scheduleAlvaro Herrera2013-10-04
* Make some isolationtester specs more completeAlvaro Herrera2013-10-04
* isolationtester: Allow tuples to be returned in more placesAlvaro Herrera2013-10-04
* Issue error on SET outside transaction block in some casesBruce Momjian2013-10-04
* Add DISCARD SEQUENCES command.Robert Haas2013-10-03
* psql: Make \pset without arguments show all settings.Robert Haas2013-10-03
* Use @libdir@ in both of regress/{input,output}/security_label.sourceNoah Misch2013-09-23
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Improve regression test for #8410.Tom Lane2013-08-30
* Add test case for bug #8410.Tom Lane2013-08-30
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Fix qual-clause-misplacement issues with pulled-up LATERAL subqueries.Tom Lane2013-08-19
* Fix planner problems with LATERAL references in PlaceHolderVars.Tom Lane2013-08-17
* Improve error message when view is not updatablePeter Eisentraut2013-08-14
* Remove ph_may_need from PlaceHolderInfo, with attendant simplifications.Tom Lane2013-08-14
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-02
* Allow a context to be passed in for error handlingStephen Frost2013-08-01
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Restore REINDEX constraint validation.Noah Misch2013-07-30
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-29
* Improvements to GetErrorContextStack()Stephen Frost2013-07-25
* Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost2013-07-24
* Further hacking on ruleutils' new column-alias-assignment code.Tom Lane2013-07-23
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Additional regression tests for ALTER OPERATOR FAMILY.Robert Haas2013-07-23
* Add infrastructure for mapping relfilenodes to relation OIDs.Robert Haas2013-07-22
* Fix regex match failures for backrefs combined with non-greedy quantifiers.Tom Lane2013-07-18
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan2013-07-18
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-16