summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-05-02Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Limit overall indentation in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-29Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-04-24Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-22regression test: fix hot standby tests by using repeatable readBruce Momjian
2014-04-22copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-16Update oidjoins regression test for 9.4.Tom Lane
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-04-15Add TAP tests for client programsPeter Eisentraut
2014-04-13Add ANALYZE into regression testsStephen Frost
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas