summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2021-02-16Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila
2021-02-15Simplify loop logic in nodeIncrementalSort.c.Tom Lane
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-12Fix Subscription test added by commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-11Add test case for abbrev(cidr)Peter Eisentraut
2021-02-10Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLYMichael Paquier
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-02-08Fix mishandling of column-level SELECT privileges for join aliases.Tom Lane
2021-02-08Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas
2021-02-07Revert "Propagate CTE property flags when copying a CTE list into a rule."Tom Lane
2021-02-07Propagate CTE property flags when copying a CTE list into a rule.Tom Lane
2021-02-06Disallow converting an inheritance child table to a view.Tom Lane
2021-02-05Fix YA incremental sort bug.Tom Lane
2021-02-04Add TABLESPACE option to REINDEXMichael Paquier
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-31Fix parsing of complex morphs to tsqueryAlexander Korotkov
2021-01-30Add primary keys and unique constraints to system catalogsPeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2021-01-30Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.Noah Misch
2021-01-30Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch
2021-01-28Remove bogus restriction from BEFORE UPDATE triggersAlvaro Herrera
2021-01-28Fix hash partition pruning with asymmetric partition sets.Tom Lane
2021-01-28Remove gratuitous uses of deprecated SELECT INTOPeter Eisentraut
2021-01-25Don't clobber the calling user's credentials cache in Kerberos test.Tom Lane
2021-01-25Fix ALTER PUBLICATION...DROP TABLE behavior.Amit Kapila
2021-01-22Avoid redundantly prefixing PQerrorMessage for a connection failure.Tom Lane
2021-01-21Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane
2021-01-20psql \dX: list extended statistics objectsTomas Vondra
2021-01-20Add regression test for DROP OWNED BY with default ACLsMichael Paquier
2021-01-20Fix ALTER DEFAULT PRIVILEGES with duplicated objectsMichael Paquier
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2021-01-17Add missing array-enlargement logic to test_regex.c.Tom Lane
2021-01-17Revert "psql \dX: list extended statistics objects"Tomas Vondra
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-16psql \dX: list extended statistics objectsTomas Vondra
2021-01-16Fix pg_dump for GRANT OPTION among initial privileges.Noah Misch
2021-01-15Disallow CREATE STATISTICS on system catalogsTomas Vondra
2021-01-14Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera
2021-01-14Stabilize timeline switch regression test.Fujii Masao
2021-01-14Ensure that a standby is able to follow a primary on a newer timeline.Fujii Masao
2021-01-13Pass down "logically unchanged index" hint.Peter Geoghegan