summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-04-05Allow synced slots to have their inactive_since.Amit Kapila
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Further cleanup for recent JSON-related commits.Tom Lane
2024-04-04Tidy up after incremental JSON parser patchAndrew Dunstan
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-04Introduce a non-recursive JSON parserAndrew Dunstan
2024-04-04pg_regress: Save errno in emit_tap_output_v() and switch to %mMichael Paquier
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-04-03Drop global objects after completed testDaniel Gustafsson
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-04-02Implement pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-04-02Don't use the pg_am system catalog in new testAlvaro Herrera
2024-04-02Use TidStore for dead tuple TIDs storage during lazy vacuum.Masahiko Sawada
2024-04-01Fix assert failure when planning setop subqueries with CTEsDavid Rowley
2024-04-01Add new COPY option LOG_VERBOSITY.Masahiko Sawada
2024-03-30Add pg_basetype() function to extract a domain's base type.Tom Lane
2024-03-30Add support for MERGE ... WHEN NOT MATCHED BY SOURCE.Dean Rasheed
2024-03-29Remove superfluous trailing semicolonsDaniel Gustafsson
2024-03-29Try to stabilize flappy test result.Tom Lane
2024-03-28Allow "internal" subtransactions in parallel mode.Tom Lane
2024-03-28ALTER TABLE: rework determination of access method IDAlvaro Herrera
2024-03-28Rethink create and attach APIs of shared TidStore.Masahiko Sawada
2024-03-27Fix unstable aggregate regression testDavid Rowley
2024-03-27Add functions to generate random numbers in a specified range.Dean Rasheed
2024-03-27Change last_inactive_time to inactive_since in pg_replication_slots.Amit Kapila
2024-03-26Fix failure of ALTER FOREIGN TABLE SET SCHEMA to move sequences.Tom Lane
2024-03-26Propagate pathkeys from CTEs up to the outer query.Tom Lane
2024-03-25Add EvalPlanQual delete returning isolation testAlexander Korotkov
2024-03-25Refactor predicate_{implied,refuted}_by_simple_clause.Tom Lane
2024-03-25Allow specifying an access method for partitioned tablesAlvaro Herrera
2024-03-25Track last_inactive_time in pg_replication_slots.Amit Kapila
2024-03-25Allow planner to use Merge Append to efficiently implement UNIONDavid Rowley
2024-03-24Allow more cases to pass the unsafe-use-of-new-enum-value restriction.Tom Lane
2024-03-24Add temporal FOREIGN KEY contraintsPeter Eisentraut
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-22Track invalidation_reason in pg_replication_slots.Amit Kapila
2024-03-22Avoid splitting errmsg string to span multiple linesAmit Langote
2024-03-21Temporarily install debugging in partition_prune testDavid Rowley
2024-03-21Add SQL/JSON query functionsAmit Langote
2024-03-21Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada
2024-03-20Add to_regtypemod function to extract typemod from a string type name.Tom Lane
2024-03-20Catalog domain not-null constraintsPeter Eisentraut
2024-03-20Add "--exclude-extension" to pg_dump's options.Dean Rasheed
2024-03-20Add tests for domain-related information schema viewsPeter Eisentraut
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-19Postpone reparameterization of paths until create_plan().Tom Lane
2024-03-19Use half-open interval notation in without_overlaps testsPeter Eisentraut
2024-03-19Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut