summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-01-21Fix table name collision in tests in 0452b461bcAlexander Korotkov
2024-01-21Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov
2024-01-20Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane
2024-01-20Add planner support functions for range operators <@ and @>.Tom Lane
2024-01-19Introduce the dynamic shared memory registry.Nathan Bossart
2024-01-19Add stratnum GiST support functionPeter Eisentraut
2024-01-19Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov
2024-01-19psql: Add ignore_slash_options in bind's inactive branchMichael Paquier
2024-01-18Fix buildfarm error from commit 5c31669058.Jeff Davis
2024-01-18Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut
2024-01-17Remove the flaky check in event_trigger_login regression testAlexander Korotkov
2024-01-16Add new COPY option SAVE_ERROR_TOAlexander Korotkov
2024-01-16Support identity columns in partitioned tablesPeter Eisentraut
2024-01-16libpq: Add PQsendPipelineSync()Michael Paquier
2024-01-15Fix 'negative bitmapset member' errorAlexander Korotkov
2024-01-15Reduce dependency to money data type in main regression test suiteMichael Paquier
2024-01-13Make attstattarget nullablePeter Eisentraut
2024-01-12Re-validate connection string in libpqrcv_connect().Jeff Davis
2024-01-11Fix some inconsistent whitespace in Perl filePeter Eisentraut
2024-01-11Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane
2024-01-11pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier
2024-01-10Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane
2024-01-10Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane
2024-01-09Forbid SJE with result relationAlexander Korotkov
2024-01-08Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov
2024-01-08Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane
2024-01-08Strengthen tests for 5ef34a8fc3Alexander Korotkov
2024-01-06Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov
2024-01-05Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane
2024-01-05Add copyright notices to a few perl scripts that don't have themAndrew Dunstan
2024-01-04ALTER TABLE command to change generation expressionPeter Eisentraut
2024-01-04Fix use of incorrect TupleTableSlot in DISTINCT aggregatesDavid Rowley
2024-01-04Track conflict_reason in pg_replication_slots.Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2024-01-03Remove unnecessary PGDATABASE settings from TAP testsMichael Paquier
2024-01-02Fix typos in comments and in one isolation test.Robert Haas
2024-01-02Replace the relid in some missing fields during SJEAlexander Korotkov
2023-12-29Follow-up fixes for "Make all Perl warnings fatal"Peter Eisentraut
2023-12-29Fix collate.windows.win1252 test.Jeff Davis
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-27Improve the implementation of information_schema._pg_expandarray().Tom Lane
2023-12-27Fix a warning in Perl test codePeter Eisentraut
2023-12-27Make replace_relid() leave argument unmodifiedAlexander Korotkov
2023-12-24Don't constrain self-join removal due to PHVsAlexander Korotkov
2023-12-24Enhance checkpointer restartpoint statisticsAlexander Korotkov
2023-12-23Set readline-relevant ENV vars in interactive_psql(), not caller.Tom Lane
2023-12-21Avoid trying to fetch metapage of an SPGist partitioned index.Tom Lane
2023-12-21Fix BEFORE ROW trigger handling in cross-partition MERGE update.Dean Rasheed
2023-12-21Add PostgreSQL::Test::Cluster::advance_walMichael Paquier
2023-12-20Add support for incremental backup.Robert Haas