aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada2024-08-05
* Optimize JSON escaping using SIMDDavid Rowley2024-08-05
* injection_points: Add some fixed-numbered statisticsMichael Paquier2024-08-05
* injection_points: Add some cumulative stats for injection pointsMichael Paquier2024-08-05
* Implement pg_wal_replay_wait() stored procedureAlexander Korotkov2024-08-02
* Include bison header files into implementation filesPeter Eisentraut2024-08-02
* Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane2024-07-31
* Allow parallel workers to cope with a newly-created session user ID.Tom Lane2024-07-31
* Introduce pg_sequence_read_tuple().Nathan Bossart2024-07-31
* Fix random failure in 021_twophase.Amit Kapila2024-07-31
* Preserve tz when converting to jsonb timestamptzAndrew Dunstan2024-07-30
* Remove --disable-spinlocks.Thomas Munro2024-07-30
* Stabilize xid_wraparound testsAndrew Dunstan2024-07-30
* Make collation not depend on setlocale().Jeff Davis2024-07-30
* Fix partitionwise join with partially-redundant join clausesRichard Guo2024-07-30
* SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote2024-07-30
* SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote2024-07-30
* Fix incorrect return value for pg_size_pretty(bigint)David Rowley2024-07-28
* Clarify error message and documentation related to typed tables.Tom Lane2024-07-26
* SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote2024-07-26
* SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote2024-07-26
* SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote2024-07-26
* Add extern declarations for Bison global variablesPeter Eisentraut2024-07-25
* Add path column to pg_backend_memory_contexts viewDavid Rowley2024-07-25
* Reset relhassubclass upon attaching table as a partitionAlvaro Herrera2024-07-24
* Refactor tidstore.c iterator buffering.Thomas Munro2024-07-24
* Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila2024-07-24
* Detect integer overflow in array_set_slice().Nathan Bossart2024-07-23
* ldapurl is supported with simple bindPeter Eisentraut2024-07-23
* Fix rowcount estimate for gather (merge) pathsRichard Guo2024-07-23
* Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman2024-07-22
* Replace some strtok() with strsep()Peter Eisentraut2024-07-22
* Fix unstable test in select_parallel.sqlRichard Guo2024-07-22
* Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane2024-07-20
* Add overflow checks to money type.Nathan Bossart2024-07-19
* Test that vacuum removes tuples older than OldestXminMelanie Plageman2024-07-19
* Add more test coverage for jsonpath "$.*" with arraysMichael Paquier2024-07-19
* Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier2024-07-18
* Avoid error in recovery test if history file is not yet presentAndrew Dunstan2024-07-17
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan2024-07-16
* Add tap test for pg_signal_autovacuum roleMichael Paquier2024-07-16
* Fix unstable tests in partition_merge.sql and partition_split.sql.Fujii Masao2024-07-15
* Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao2024-07-15
* Check lateral references within PHVs for memoize cache keysRichard Guo2024-07-15
* Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane2024-07-14
* Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch2024-07-13
* Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch2024-07-13
* Use diff --strip-trailing-cr in pg_regress.cAndrew Dunstan2024-07-12
* Add ORDER BY to new test queryAlvaro Herrera2024-07-12