summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-11-02Add configure --enable-tap-tests optionPeter Eisentraut
2014-10-29Remove use of TAP subtestsPeter Eisentraut
2014-10-29Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane
2014-10-26Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane
2014-10-26Fix TAP tests with Perl 5.12Peter Eisentraut
2014-10-21Update expected/sequence_1.out.Tom Lane
2014-10-20Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane
2014-10-19psql: Improve \pset without argumentsPeter Eisentraut
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-10-12Message improvementsPeter Eisentraut
2014-10-11Fix bogus optimization in JSONB containment tests.Tom Lane
2014-10-01Fix some more problems with nested append relations.Tom Lane
2014-09-24Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane
2014-09-24Fix incorrect search for "x?" style matches in creviterdissect().Tom Lane
2014-09-23Process withCheckOption exprs in setrefs.cStephen Frost
2014-09-12Fix power_var_int() for large integer exponents.Tom Lane
2014-09-11Handle old versions of Test::MorePeter Eisentraut
2014-09-09Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-08-29Assorted message improvementsPeter Eisentraut
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-26Fix superuser concurrent refresh of matview owned by another.Kevin Grittner
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-18Revert psql changes to support wrapped expanded mode. That feature isGreg Stark
2014-08-07Fix alternate regression test output file.Robert Haas
2014-08-05Improve some JSON error messages.Robert Haas
2014-07-24Fix TAP installcheck tests when current directory name contains spacesPeter Eisentraut
2014-07-22Allow empty string object keys in json_object().Andrew Dunstan
2014-07-22Diagnose incompatible OpenLDAP versions during build and test.Noah Misch
2014-07-22Unset some local environment variables in TAP testsPeter Eisentraut
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-08Don't assume a subquery's output is unique if there's a SRF in its tlist.Tom Lane
2014-07-03Use a separate temporary directory for the Unix-domain socketPeter Eisentraut
2014-07-03Support vpath builds in TAP testsPeter Eisentraut
2014-06-29Remove use_json_as_text options from json_to_record/json_populate_record.Tom Lane
2014-06-27Disallow pushing volatile qual expressions down into DISTINCT subqueries.Tom Lane
2014-06-26Get rid of bogus separate pg_proc entries for json_extract_path operators.Tom Lane
2014-06-26Forward-patch regression test for "could not find pathkey item to sort".Tom Lane
2014-06-25Rationalize error messages within jsonfuncs.c.Tom Lane
2014-06-25Fix handling of nested JSON objects in json_populate_recordset and friends.Tom Lane
2014-06-14Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-06-13Harden pg_filenode_relation test against concurrent DROP TABLE.Noah Misch
2014-06-12Adjust largeobject regression test to leave a couple of LOs behind.Tom Lane
2014-06-12Remove inadvertent copyright violation in largeobject regression test.Tom Lane
2014-06-12Add regression test to prevent future breakage of legacy query in libpq.Tom Lane