summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-09-30Add num_done counter to the pg_stat_checkpointer view.Fujii Masao
2024-09-29Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier
2024-09-27Avoid 037_invalid_database.pl hang under debug_discard_caches.Noah Misch
2024-09-27Recalculate where-needed data accurately after a join removal.Tom Lane
2024-09-26Ensure we have a snapshot when updating pg_index entries.Nathan Bossart
2024-09-26Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-24Add ONLY support for VACUUM and ANALYZEDavid Rowley
2024-09-23Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
2024-09-20Add parameter "connstr" to PostgreSQL::Test::Cluster::background_psqlMichael Paquier
2024-09-19psql: Add tests for repeated calls of \bind[_named]Michael Paquier
2024-09-19psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier
2024-09-18Add TOAST table to pg_index.Nathan Bossart
2024-09-18Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier
2024-09-18Don't enter parallel mode when holding interrupts.Noah Misch
2024-09-17Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane
2024-09-17Ensure standby promotion point in 043_wal_replay_wait.plAlexander Korotkov
2024-09-17Minor cleanup related to pg_wal_replay_wait() procedureAlexander Korotkov
2024-09-17Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-09-17Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-09-17Add stratnum GiST support functionPeter Eisentraut
2024-09-17Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii
2024-09-14Run regression tests with timezone America/Los_Angeles.Tom Lane
2024-09-13Prohibit altering invalidated replication slots.Amit Kapila
2024-09-12Make jsonpath .string() be immutable for datetimes.Tom Lane
2024-09-12Add has_largeobject_privilege function.Fujii Masao
2024-09-12Remove old RULE privilege completely.Fujii Masao
2024-09-12SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote
2024-09-11Fix unique key checks in JSON object constructorsTomas Vondra
2024-09-11Update .gitignorePeter Eisentraut
2024-09-11common/jsonapi: support libpq as a clientPeter Eisentraut
2024-09-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-10Improve documentation and testing of jsonpath string() for datetimes.Tom Lane
2024-09-10Add amgettreeheight index AM API routinePeter Eisentraut
2024-09-10Mark expressions nullable by grouping setsRichard Guo
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
2024-09-09Fix waits of REINDEX CONCURRENTLY for indexes with predicates or expressionsMichael Paquier
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-06Revert recent SQL/JSON related commitsAmit Langote
2024-09-06SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote
2024-09-06SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote
2024-09-05Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane
2024-09-05Fix misleading error message contextPeter Eisentraut
2024-09-05Fix two NULL pointer dereferences when reading custom pgstats from fileMichael Paquier
2024-09-05Check availability of module injection_points in TAP testsMichael Paquier
2024-09-04Collect statistics about conflicts in logical replication.Amit Kapila