aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Add num_done counter to the pg_stat_checkpointer view.Fujii Masao2024-09-30
* Set query ID in parallel workers for vacuum, BRIN and btreeMichael Paquier2024-09-30
* Recalculate where-needed data accurately after a join removal.Tom Lane2024-09-27
* Ensure we have a snapshot when updating pg_index entries.Nathan Bossart2024-09-26
* Modernize to_char's Roman-numeral code, fixing overflow problems.Tom Lane2024-09-26
* Add ONLY support for VACUUM and ANALYZEDavid Rowley2024-09-24
* Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier2024-09-24
* Remove pg_authid's TOAST table.Nathan Bossart2024-09-21
* psql: Add tests for repeated calls of \bind[_named]Michael Paquier2024-09-20
* psql: Clean up more aggressively state of \bind[_named], \parse and \closeMichael Paquier2024-09-19
* Add TOAST table to pg_index.Nathan Bossart2024-09-18
* Extend PgStat_HashKey.objid from 4 to 8 bytesMichael Paquier2024-09-18
* Don't enter parallel mode when holding interrupts.Noah Misch2024-09-17
* Repair pg_upgrade for identity sequences with non-default persistence.Tom Lane2024-09-17
* Add temporal FOREIGN KEY contraintsPeter Eisentraut2024-09-17
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-09-17
* Add stratnum GiST support functionPeter Eisentraut2024-09-17
* Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii2024-09-17
* Run regression tests with timezone America/Los_Angeles.Tom Lane2024-09-14
* Make jsonpath .string() be immutable for datetimes.Tom Lane2024-09-12
* Add has_largeobject_privilege function.Fujii Masao2024-09-12
* Remove old RULE privilege completely.Fujii Masao2024-09-12
* SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER)Amit Langote2024-09-12
* Fix unique key checks in JSON object constructorsTomas Vondra2024-09-11
* Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane2024-09-10
* Improve documentation and testing of jsonpath string() for datetimes.Tom Lane2024-09-10
* Mark expressions nullable by grouping setsRichard Guo2024-09-10
* Introduce an RTE for the grouping stepRichard Guo2024-09-10
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Revert recent SQL/JSON related commitsAmit Langote2024-09-06
* SQL/JSON: Fix default ON ERROR behavior for JSON_TABLEAmit Langote2024-09-06
* SQL/JSON: Fix JSON_TABLE() column deparsingAmit Langote2024-09-06
* Prevent mis-encoding of "trailing junk after numeric literal" errors.Tom Lane2024-09-05
* Fix misleading error message contextPeter Eisentraut2024-09-05
* Collect statistics about conflicts in logical replication.Amit Kapila2024-09-04
* Avoid unnecessary post-sort projectionRichard Guo2024-09-04
* Check the validity of commutators for merge/hash clausesRichard Guo2024-09-04
* Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane2024-08-30
* Remove one memoize test case added by commit 069d0ff02.Tom Lane2024-08-30
* Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier2024-08-30
* Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane2024-08-29
* Message style improvementsPeter Eisentraut2024-08-29
* Put generated_stored test objects in a schemaPeter Eisentraut2024-08-29
* Rename regress test generated to generated_storedPeter Eisentraut2024-08-29
* Disallow USING clause when altering type of generated columnPeter Eisentraut2024-08-29
* Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov2024-08-24
* psql: Add more meta-commands able to use the extended protocolMichael Paquier2024-08-22
* Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas2024-08-21