aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve error message and hint for ALTER COLUMN TYPE can't-cast failure.Tom Lane2015-06-12
* Fix portability issue in isolationtester grammar.Tom Lane2015-05-27
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT.Tom Lane2015-05-03
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-25
* Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane2015-04-04
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Fix planning of star-schema-style queries.Tom Lane2015-02-28
* Render infinite date/timestamps as 'infinity' for json/jsonbAndrew Dunstan2015-02-26
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-25
* Add locking clause for SB views for update/deleteStephen Frost2015-02-25
* Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane2015-02-25
* Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane2015-02-15
* pg_regress: Write processed input/*.source into output dirPeter Eisentraut2015-02-15
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-30
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-30
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* In pg_regress, remove the temporary installation upon successful exit.Tom Lane2015-01-19
* Fix namespace handling in xpath functionPeter Eisentraut2015-01-17
* Update "pg_regress --no-locale" for Darwin and Windows.Noah Misch2015-01-16
* Fix use-of-already-freed-memory problem in EvalPlanQual processing.Tom Lane2015-01-15
* Avoid unexpected slowdown in vacuum regression test.Tom Lane2015-01-12
* Reject ANALYZE commands during VACUUM FULL or another ANALYZE.Noah Misch2015-01-07
* Fix thinko in lock mode enumAlvaro Herrera2015-01-04
* Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch2014-12-25
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-18
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-17
* Repair corner-case bug in array version of percentile_cont().Tom Lane2014-12-13
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-11
* Improve error messages for malformed array input strings.Tom Lane2014-12-02
* Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane2014-11-18
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-12
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* Remove use of TAP subtestsPeter Eisentraut2014-10-29
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Fix TAP tests with Perl 5.12Peter Eisentraut2014-10-26
* Update expected/sequence_1.out.Tom Lane2014-10-21
* Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane2014-10-20
* psql: Improve \pset without argumentsPeter Eisentraut2014-10-18
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Message improvementsPeter Eisentraut2014-10-12
* Fix bogus optimization in JSONB containment tests.Tom Lane2014-10-11
* Fix some more problems with nested append relations.Tom Lane2014-10-01
* Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane2014-09-24
* Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane2014-09-23
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-22
* Fix power_var_int() for large integer exponents.Tom Lane2014-09-11
* Handle old versions of Test::MorePeter Eisentraut2014-09-10