aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane2014-09-09
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Assorted message improvementsPeter Eisentraut2014-08-29
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-27
* Fix superuser concurrent refresh of matview owned by another.Kevin Grittner2014-08-26
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* More regression test cases for json/jsonb extraction operators.Tom Lane2014-08-20
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-20
* Revert psql changes to support wrapped expanded mode. That feature isGreg Stark2014-08-18
* Fix alternate regression test output file.Robert Haas2014-08-07
* Improve some JSON error messages.Robert Haas2014-08-05
* Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut2014-07-23
* Allow empty string object keys in json_object().Andrew Dunstan2014-07-22
* Diagnose incompatible OpenLDAP versions during build and test.Noah Misch2014-07-22
* Unset some local environment variables in TAP testsPeter Eisentraut2014-07-22
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-19
* Add missing serial commasPeter Eisentraut2014-07-15
* Fix bug with whole-row references to append subplans.Tom Lane2014-07-11
* Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane2014-07-08
* Use a separate temporary directory for the Unix-domain socketPeter Eisentraut2014-07-02
* Support vpath builds in TAP testsPeter Eisentraut2014-07-02
* Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane2014-06-29
* Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane2014-06-27
* Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane2014-06-26
* Forward-patch regression test for "could not find pathkey item to sort".Tom Lane2014-06-26
* Rationalize error messages within jsonfuncs.c.Tom Lane2014-06-25
* Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane2014-06-24
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-06-14
* Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch2014-06-13
* Adjust largeobject regression test to leave a couple of LOs behind.Tom Lane2014-06-12
* Remove inadvertent copyright violation in largeobject regression test.Tom Lane2014-06-12
* Add regression test to prevent future breakage of legacy query in libpq.Tom Lane2014-06-12
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane2014-06-09
* Move regression test listing of builtin leakproof functions to opr_sanity.sql.Andres Freund2014-06-05
* Tweak new regression test case for better portability.Tom Lane2014-06-04
* Add btree and hash opclasses for pg_lsn.Tom Lane2014-06-04
* Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan2014-06-03
* Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan2014-06-03
* Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan2014-06-03
* Use unaligned output in another regression test query to reduce diff noise.Andres Freund2014-06-03
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas2014-05-15