summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-16Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane
2014-08-06Fix 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-16Allow join removal in some cases involving a left join to a subquery.Tom Lane
2014-07-15Add missing serial commasPeter Eisentraut
2014-07-15Remove dependency on wsock32.lib in favor of ws2_32Magnus Hagander
2014-07-11Fix bug with whole-row references to append subplans.Tom Lane
2014-07-10Implement IMPORT FOREIGN SCHEMA.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-28Allow pushdown of WHERE quals into subqueries with window functions.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-18Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane
2014-06-16Avoid recursion when processing simple lists of AND'ed or OR'ed clauses.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
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-06-10Forward-port regression test for bug #10587 into 9.3 and HEAD.Tom Lane
2014-06-05Move regression test listing of builtin leakproof functions to opr_sanity.sql.Andres Freund
2014-06-05Tweak new regression test case for better portability.Tom Lane
2014-06-05Add btree and hash opclasses for pg_lsn.Tom Lane
2014-06-03Use EncodeDateTime instead of to_char to render JSON timestamps.Andrew Dunstan
2014-06-03Do not escape a unicode sequence when escaping JSON text.Andrew Dunstan
2014-06-03Output timestamps in ISO 8601 format when rendering JSON.Andrew Dunstan
2014-06-03Use unaligned output in another regression test query to reduce diff noise.Andres Freund
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-15Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas
2014-05-13Be more wary in choice of timezone names to test make_timestamptz with.Tom Lane
2014-05-11Rename jsonb_hash_ops to jsonb_path_ops.Tom Lane
2014-05-09Improve key representation for GIN jsonb_ops, and fix existence-search bug.Tom Lane
2014-05-09Revert "Auto-tune effective_cache size to be 4x shared buffers"Tom Lane
2014-05-07Fix failure to set ActiveSnapshot while rewinding a cursor.Tom Lane
2014-05-07Fix interval test, which was broken for floating-point timestamps.Jeff Davis