summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2024-07-11Change pg_regress.c back to using diff -w on WindowsAndrew Dunstan
2024-07-10Use diff's --strip-trailing-cr flag where appropriate on WindowsAndrew Dunstan
2024-07-10Extend pg_get_acl() to handle sub-object IDsMichael Paquier
2024-07-09Prevent CRLF conversion of inputs in json_parser test moduleAndrew Dunstan
2024-07-09Remove new XML test cases added by e7192486d.Tom Lane
2024-07-09Suppress "chunk is not well balanced" errors from libxml2.Tom Lane
2024-07-09Avoid JIT-related test instability in EXPLAIN ANALYZEDavid Rowley
2024-07-08Teach planner how to estimate rows for timestamp generate_seriesDavid Rowley
2024-07-08Choose ports for test servers less likely to result in conflictsAndrew Dunstan
2024-07-08Force nodes for SSL tests to start in TCP modeAndrew Dunstan
2024-07-08Fix scale clamping in numeric round() and trunc().Dean Rasheed
2024-07-08Fix right-anti-joins when the inner relation is proven uniqueRichard Guo
2024-07-08Re-enable autoruns for cmd.exe on WindowsMichael Paquier