aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Use diff --strip-trailing-cr in pg_regress.cAndrew Dunstan2024-07-12
* Add ORDER BY to new test queryAlvaro Herrera2024-07-12
* Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera2024-07-12
* Consider materializing the cheapest inner path in parallel nestloopRichard Guo2024-07-12
* Improve logical replication connection-failure messages.Tom Lane2024-07-11
* Add min and max aggregates for composite types (records).Tom Lane2024-07-11
* Change pg_regress.c back to using diff -w on WindowsAndrew Dunstan2024-07-11
* Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan2024-07-10
* Extend pg_get_acl() to handle sub-object IDsMichael Paquier2024-07-10
* Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan2024-07-09
* Remove new XML test cases added by e7192486d.Tom Lane2024-07-09
* Suppress "chunk is not well balanced" errors from libxml2.Tom Lane2024-07-09
* Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley2024-07-09
* Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley2024-07-09
* Choose ports for test servers less likely to result in conflictsAndrew Dunstan2024-07-08
* Force nodes for SSL tests to start in TCP modeAndrew Dunstan2024-07-08
* Fix scale clamping in numeric round() and trunc().Dean Rasheed2024-07-08
* Fix right-anti-joins when the inner relation is proven uniqueRichard Guo2024-07-08
* Re-enable autoruns for cmd.exe on WindowsMichael Paquier2024-07-08
* Support loading of injection pointsMichael Paquier2024-07-05
* Add memory/disk usage for Material nodes in EXPLAINDavid Rowley2024-07-05
* Support "Right Semi Join" plan shapesRichard Guo2024-07-05
* Add pg_get_acl() to get the ACL for a database objectMichael Paquier2024-07-04
* Remove too demanding testPeter Eisentraut2024-07-02
* Limit max parameter number with MaxAllocSizePeter Eisentraut2024-07-02
* Fix overflow in parsing of positional parameterPeter Eisentraut2024-07-02
* Convert some extern variables to staticPeter Eisentraut2024-07-02
* Cleanup perl code from unused variables and routinesMichael Paquier2024-07-02
* Remove redundant privilege check from pg_sequences system view.Nathan Bossart2024-07-01
* Add context type field to pg_backend_memory_contextsDavid Rowley2024-07-01
* Rename standby_slot_names to synchronized_standby_slots.Amit Kapila2024-07-01
* Run pgperltidyMichael Paquier2024-07-01
* Add PG_TEST_PG_COMBINEBACKUP_MODETomas Vondra2024-06-30
* Fix .gitignore for new injection suite.Noah Misch2024-06-28
* Remove configuration-dependent output from new inplace-inval test.Noah Misch2024-06-28
* SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote2024-06-28
* SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote2024-06-28
* SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote2024-06-28
* SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote2024-06-28
* Update modules/injection_points/.gitignoreMichael Paquier2024-06-28
* Add an injection_points isolation test suite.Noah Misch2024-06-27
* Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch2024-06-27
* Improve test coverage for changes to inplace-updated catalogs.Noah Misch2024-06-27
* Fix MVCC bug with prepared xact with subxacts on standbyHeikki Linnakangas2024-06-27
* tests: Trim newline from result returned by BackgroundPsql->queryHeikki Linnakangas2024-06-27
* Don't throw an error if a queued AFTER trigger no longer exists.Tom Lane2024-06-20
* SQL/JSON: Correctly enforce the default ON EMPTY behaviorAmit Langote2024-06-19
* SQL/JSON: Correct jsonpath variable name matchingAmit Langote2024-06-19
* Fix incorrect punctuation in error messagePeter Eisentraut2024-06-18
* Fix typo in 029_stats_restart.plMichael Paquier2024-06-18