summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
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 path column to pg_backend_memory_contexts viewDavid Rowley
2024-07-24Reset relhassubclass upon attaching table as a partitionAlvaro Herrera
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-23Fix rowcount estimate for gather (merge) pathsRichard Guo
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-19Add more test coverage for jsonpath "$.*" with arraysMichael Paquier
2024-07-16When creating materialized views, use REFRESH to load data.Jeff Davis
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-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-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
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-07-04Add pg_get_acl() to get the ACL for a database objectMichael Paquier
2024-07-02Remove too demanding testPeter Eisentraut
2024-07-02Limit max parameter number with MaxAllocSizePeter Eisentraut
2024-07-02Fix overflow in parsing of positional parameterPeter Eisentraut
2024-07-01Remove redundant privilege check from pg_sequences system view.Nathan Bossart
2024-07-01Add context type field to pg_backend_memory_contextsDavid Rowley
2024-06-28SQL/JSON: Always coerce JsonExpr result at runtimeAmit Langote
2024-06-28SQL/JSON: Fix coercion of constructor outputs to types with typmodAmit Langote
2024-06-28SQL/JSON: Validate values in ON ERROR/EMPTY clausesAmit Langote
2024-06-28SQL/JSON: Prevent ON EMPTY for EXISTS columns in JSON_TABLE()Amit Langote
2024-06-28Add wait event type "InjectionPoint", a custom type like "Extension".Noah Misch