summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-02-08Fix meson installation of xid_wraparound test.Masahiko Sawada
2024-02-05Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas
2024-02-02Allow Gather Merge in more cases for parallel DISTINCTDavid Rowley
2024-01-31Fix costing bug in MergeAppendDavid Rowley
2024-01-31Add .gitignore to src/test/modules/gin/Michael Paquier
2024-01-31Add tests for int4_bool() in int.cMichael Paquier
2024-01-31Consider the "LIMIT 1" optimization with parallel DISTINCTDavid Rowley
2024-01-31Fix various issues with ALTER TEXT SEARCH CONFIGURATIONMichael Paquier
2024-01-30Simplify partial path generation in GROUP BY/ORDER BYDavid Rowley
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-29Fix locking when fixing an incomplete split of a GIN internal pageHeikki Linnakangas
2024-01-28Fix DROP ROLE when specifying duplicated rolesMichael Paquier
2024-01-26Attempt to fix newly added Memoize regression testDavid Rowley
2024-01-26Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-26De-dupicate Memoize cache keysDavid Rowley
2024-01-26Improve NestLoopParam generation for lateral subqueriesDavid Rowley
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane
2024-01-25Implement various jsonpath methodsAndrew Dunstan
2024-01-25Allow to enable failover property for replication slots via SQL API.Amit Kapila
2024-01-25Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada
2024-01-24Rename index "abc" in aggregates.sqlAlexander Korotkov
2024-01-24Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut
2024-01-24Adjust populate_record_field() to handle errors softlyAmit Langote
2024-01-24Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier
2024-01-23Improve stability of recovery test 035_standby_logical_decodingMichael Paquier
2024-01-23Add better handling of redundant IS [NOT] NULL qualsDavid Rowley
2024-01-22Test EXPLAIN (FORMAT JSON) ... XMLTABLEAlvaro Herrera
2024-01-22Fix some typosMichael Paquier
2024-01-22Add test module injection_pointsMichael Paquier
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