summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2024-09-23Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACHMichael Paquier
2024-09-21Remove pg_authid's TOAST table.Nathan Bossart
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-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-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-10Fix some whitespace issues in XMLSERIALIZE(... INDENT).Tom Lane
2024-09-10Improve documentation and testing of jsonpath string() for datetimes.Tom Lane
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-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-04Collect statistics about conflicts in logical replication.Amit Kapila
2024-09-04Avoid unnecessary post-sort projectionRichard Guo
2024-09-04Check the validity of commutators for merge/hash clausesRichard Guo
2024-08-30Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.Tom Lane
2024-08-30Remove one memoize test case added by commit 069d0ff02.Tom Lane
2024-08-29Rename pg_sequence_read_tuple() to pg_get_sequence_data()Michael Paquier
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-29Message style improvementsPeter Eisentraut
2024-08-29Put generated_stored test objects in a schemaPeter Eisentraut
2024-08-29Rename regress test generated to generated_storedPeter Eisentraut
2024-08-29Disallow USING clause when altering type of generated columnPeter Eisentraut
2024-08-24Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commandsAlexander Korotkov
2024-08-22psql: Add more meta-commands able to use the extended protocolMichael Paquier
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-08-21Treat number of disabled nodes in a path as a separate cost metric.Robert Haas
2024-08-16Fix extraction of week and quarter fields from intervals.Tom Lane
2024-08-16Remove dependence on -fwrapv semantics in jsonb.Nathan Bossart
2024-08-15Remove dependence on -fwrapv semantics in a few places.Nathan Bossart
2024-08-15Improve ALTER PUBLICATION validation and error messagesDavid Rowley
2024-08-12Add user-callable CRC functions.Nathan Bossart