summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2017-03-27Show more processes in pg_stat_activity.Robert Haas
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-03-25Re-adhere to policy of no more than 20 tests per parallel group.Tom Lane
2017-03-25Remember to drop roles created by regression tests.Tom Lane
2017-03-25Remove ICU tests from default runPeter Eisentraut
2017-03-25Add COMMENT and SECURITY LABEL support for publications and subscriptionsPeter Eisentraut
2017-03-25Add more subscription DDL testsPeter Eisentraut
2017-03-24Fix stats_ext test in 32 bit machinesAlvaro Herrera
2017-03-24Implement multivariate n-distinct coefficientsAlvaro Herrera
2017-03-24Add a txid_status function.Robert Haas
2017-03-23ICU supportPeter Eisentraut
2017-03-23Replication lag tracking for walsendersSimon Riggs
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-03-22Refine rules for altering publication ownerPeter Eisentraut
2017-03-21Don't scan partitioned tables.Robert Haas
2017-03-21Fix support for some operators (&<, &>, $<|, |&>) in box operator classTeodor Sigaev
2017-03-20Force the regression databases to have bytea_output set to hexAndrew Dunstan
2017-03-20Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPINGAndrew Dunstan
2017-03-20Use a consistent error message style for user mappings.Andrew Dunstan
2017-03-20Improve regression test coverage for TID scanning.Tom Lane
2017-03-16Fix ancient get_object_address_opf_member bugAlvaro Herrera
2017-03-15Simplify publication/subscription tests a bitPeter Eisentraut
2017-03-15Fix typoPeter Eisentraut
2017-03-15Add more documentation and tests for publicationsPeter Eisentraut
2017-03-15Add support for EUI-64 MAC addresses as macaddr8Stephen Frost
2017-03-15Allow referring to functions without arguments when uniquePeter Eisentraut
2017-03-14Improve isolation tests infrastructure.Andres Freund
2017-03-14hash: Add write-ahead logging support.Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2017-03-13Remove unnecessary dependency on statement_timeout in prepared_xacts test.Tom Lane
2017-03-11Improve expression evaluation test coverage.Andres Freund
2017-03-10Change the relkind for partitioned tables from 'P' to 'p'.Tom Lane
2017-03-09Fix timestamptz regression test to still work with latest IANA zone data.Tom Lane
2017-03-09Add a Gather Merge executor node.Robert Haas
2017-03-09Fix inclusions of postgres_fe.h from .h files.Tom Lane
2017-03-08Expose explain's SUMMARY optionStephen Frost
2017-03-08Support parallel bitmap heap scans.Robert Haas
2017-03-08Add tests for foreign partitions.Robert Haas
2017-03-08Support XMLTABLE query expressionAlvaro Herrera
2017-03-08Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAMEPeter Eisentraut
2017-03-07Consider parallel merge joins.Robert Haas
2017-03-07Give partitioned table "p" in regression tests a less generic name.Robert Haas
2017-03-07Fix relcache reference leak.Robert Haas
2017-03-07psql: Add \gx commandStephen Frost
2017-03-07Add regression tests for passwords.Heikki Linnakangas
2017-03-06pg_upgrade: Fix large object COMMENTS, SECURITY LABELSStephen Frost
2017-03-06Allow dropping multiple functions at oncePeter Eisentraut
2017-03-06Remove objname/objargs split for referring to objectsPeter Eisentraut
2017-03-06Allow partitioned tables to be dropped without CASCADESimon Riggs