summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12commit_ts test: Set node name in testAlvaro Herrera
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10Fix COPY's handling of transition tables with indexes.Andrew Gierth
2017-07-06Simplify the logic checking new range partition bounds.Dean Rasheed
2017-07-06Fix another race-condition-ish issue in recovery/t/001_stream_rep.pl.Tom Lane
2017-07-05Remove unnecessary pg_is_in_recovery calls in testsPeter Eisentraut
2017-07-03Fix race condition in recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Fix bug in PostgresNode::query_hash's split() call.Tom Lane
2017-07-02Try to improve readability of recovery/t/009_twophase.pl test.Tom Lane
2017-07-02Improve TAP test function PostgresNode::poll_query_until().Tom Lane
2017-07-01Clean up misuse and nonuse of poll_query_until().Tom Lane
2017-06-29Eat XIDs more efficiently in recovery TAP test.Tom Lane
2017-06-28Fix transition tables for ON CONFLICT.Andrew Gierth
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-26Reduce wal_retrieve_retry_interval in applicable TAP tests.Tom Lane
2017-06-26Improve wait logic in TAP tests for streaming replication.Tom Lane
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-23Add testing to detect errors of omission in "pin" dependency creation.Tom Lane
2017-06-22Fix IF NOT EXISTS in CREATE STATISTICSAlvaro Herrera
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-21Prevent table partitions from being turned into views.Dean Rasheed
2017-06-20Make opr_sanity test complain about built-in functions marked prosecdef.Tom Lane
2017-06-19Avoid regressions in foreign-key-based selectivity estimates.Tom Lane
2017-06-17Remove incorrect commentMagnus Hagander
2017-06-16Use RangeVarGetRelidExtended() in AlterSequence()Peter Eisentraut
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-15psql: Improve display of "for all tables" publicationsPeter Eisentraut
2017-06-15Remove unnecessary IPC::Run inclusionPeter Eisentraut
2017-06-14Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut
2017-06-14Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas
2017-06-14Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane
2017-06-14Teach PL/pgSQL about partitioned tables.Dean Rasheed
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-06-14Disallow set-returning functions inside CASE or COALESCE.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-06-13Teach relation_is_updatable() about partitioned tables.Dean Rasheed
2017-06-13Fix failure to remove dependencies when a partition is detached.Robert Haas
2017-06-13Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane
2017-06-11Apply RLS policies to partitioned tables.Joe Conway
2017-06-07Prevent BEFORE triggers from violating partitioning constraints.Robert Haas
2017-06-06Clean up latch related code.Andres Freund
2017-06-06Fix ALTER SUBSCRIPTION grammar ambiguityPeter Eisentraut
2017-06-05Don't be so trusting that shm_toc_lookup() will always succeed.Tom Lane
2017-06-04Disallow CREATE INDEX if table is already in use in current session.Tom Lane