summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-08-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-08-02Include bison header files into implementation filesPeter Eisentraut
2024-08-01Revert "Allow parallel workers to cope with a newly-created session user ID."Tom Lane
2024-07-31Allow parallel workers to cope with a newly-created session user ID.Tom Lane
2024-07-31Introduce pg_sequence_read_tuple().Nathan Bossart
2024-07-31Fix random failure in 021_twophase.Amit Kapila
2024-07-30Preserve tz when converting to jsonb timestamptzAndrew Dunstan
2024-07-30Remove --disable-spinlocks.Thomas Munro
2024-07-30Stabilize xid_wraparound testsAndrew Dunstan
2024-07-30Make collation not depend on setlocale().Jeff Davis
2024-07-30Fix partitionwise join with partially-redundant join clausesRichard Guo
2024-07-30SQL/JSON: Fix casting for integer EXISTS columns in JSON_TABLEAmit Langote
2024-07-30SQL/JSON: Some fixes to JsonBehavior expression castingAmit Langote
2024-07-28Fix incorrect return value for pg_size_pretty(bigint)David Rowley
2024-07-26Clarify error message and documentation related to typed tables.Tom Lane
2024-07-26SQL/JSON: Respect OMIT QUOTES when RETURNING domains over jsonbAmit Langote
2024-07-26SQL/JSON: Improve error-handling of JsonBehavior expressionsAmit Langote
2024-07-26SQL/JSON: Fix error-handling of some JsonBehavior expressionsAmit Langote
2024-07-25Add extern declarations for Bison global variablesPeter Eisentraut
2024-07-25Add path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
2024-07-24Refactor tidstore.c iterator buffering.Thomas Munro
2024-07-24Allow altering of two_phase option of a SUBSCRIPTION.Amit Kapila
2024-07-24Detect integer overflow in array_set_slice().Nathan Bossart
2024-07-23ldapurl is supported with simple bindPeter Eisentraut
2024-07-23Fix rowcount estimate for gather (merge) pathsRichard Guo
2024-07-22Revert "Test that vacuum removes tuples older than OldestXmin"Melanie Plageman
2024-07-22Replace some strtok() with strsep()Peter Eisentraut
2024-07-22Fix unstable test in select_parallel.sqlRichard Guo
2024-07-20Correctly check updatability of columns targeted by INSERT...DEFAULT.Tom Lane
2024-07-19Add overflow checks to money type.Nathan Bossart
2024-07-19Test that vacuum removes tuples older than OldestXminMelanie Plageman
2024-07-19Add more test coverage for jsonpath "$.*" with arraysMichael Paquier
2024-07-18Add INJECTION_POINT_CACHED() to run injection points directly from cacheMichael Paquier
2024-07-17Avoid error in recovery test if history file is not yet presentAndrew Dunstan
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
2024-07-16Adjust recently added test for pg_signal_autovacuum roleAndrew Dunstan
2024-07-16Add tap test for pg_signal_autovacuum roleMichael Paquier
2024-07-15Fix unstable tests in partition_merge.sql and partition_split.sql.Fujii Masao
2024-07-15Fix tablespace handling in MERGE/SPLIT partition commands.Fujii Masao
2024-07-15Check lateral references within PHVs for memoize cache keysRichard Guo
2024-07-14Avoid unhelpful internal error for incorrect recursive-WITH queries.Tom Lane
2024-07-13Fix new assertion for MERGE view_name ... DO NOTHING.Noah Misch
2024-07-13Don't lose partitioned table reltuples=0 after relhassubclass=f.Noah Misch
2024-07-12Use diff --strip-trailing-cr in pg_regress.cAndrew Dunstan
2024-07-12Add ORDER BY to new test queryAlvaro Herrera
2024-07-12Fix ALTER TABLE DETACH for inconsistent indexesAlvaro Herrera
2024-07-12Consider materializing the cheapest inner path in parallel nestloopRichard Guo
2024-07-11Improve logical replication connection-failure messages.Tom Lane
2024-07-11Add min and max aggregates for composite types (records).Tom Lane