aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Fix DROP ROLE when specifying duplicated rolesMichael Paquier2024-01-29
* Attempt to fix newly added Memoize regression testDavid Rowley2024-01-27
* Detect Julian-date overflow in timestamp[tz]_pl_interval.Tom Lane2024-01-26
* Make spelling of cancelled/cancellation consistentAlvaro Herrera2024-01-26
* De-dupicate Memoize cache keysDavid Rowley2024-01-26
* Improve NestLoopParam generation for lateral subqueriesDavid Rowley2024-01-26
* Support TZ and OF format codes in to_timestamp().Tom Lane2024-01-25
* Implement various jsonpath methodsAndrew Dunstan2024-01-25
* Allow to enable failover property for replication slots via SQL API.Amit Kapila2024-01-25
* Add progress reporting of skipped tuples during COPY FROM.Masahiko Sawada2024-01-25
* Rename index "abc" in aggregates.sqlAlexander Korotkov2024-01-24
* Add temporal PRIMARY KEY and UNIQUE constraintsPeter Eisentraut2024-01-24
* Adjust populate_record_field() to handle errors softlyAmit Langote2024-01-24
* Fix ALTER TABLE .. ADD COLUMN with complex inheritance treesMichael Paquier2024-01-24
* Improve stability of recovery test 035_standby_logical_decodingMichael Paquier2024-01-23
* Add better handling of redundant IS [NOT] NULL qualsDavid Rowley2024-01-23
* Test EXPLAIN (FORMAT JSON) ... XMLTABLEAlvaro Herrera2024-01-22
* Fix some typosMichael Paquier2024-01-22
* Add test module injection_pointsMichael Paquier2024-01-22
* Fix table name collision in tests in 0452b461bcAlexander Korotkov2024-01-21
* Explore alternative orderings of group-by pathkeys during optimization.Alexander Korotkov2024-01-21
* Add hint about not qualifying UPDATE...SET target with relation name.Tom Lane2024-01-20
* Add planner support functions for range operators <@ and @>.Tom Lane2024-01-20
* Introduce the dynamic shared memory registry.Nathan Bossart2024-01-19
* Add stratnum GiST support functionPeter Eisentraut2024-01-19
* Rename COPY option from SAVE_ERROR_TO to ON_ERRORAlexander Korotkov2024-01-19
* psql: Add ignore_slash_options in bind's inactive branchMichael Paquier2024-01-19
* Fix buildfarm error from commit 5c31669058.Jeff Davis2024-01-18
* Fix an issue in PostgreSQL::Test::Cluster:psql()Peter Eisentraut2024-01-18
* Remove the flaky check in event_trigger_login regression testAlexander Korotkov2024-01-17
* Add new COPY option SAVE_ERROR_TOAlexander Korotkov2024-01-16
* Support identity columns in partitioned tablesPeter Eisentraut2024-01-16
* libpq: Add PQsendPipelineSync()Michael Paquier2024-01-16
* Fix 'negative bitmapset member' errorAlexander Korotkov2024-01-15
* Reduce dependency to money data type in main regression test suiteMichael Paquier2024-01-15
* Make attstattarget nullablePeter Eisentraut2024-01-13
* Re-validate connection string in libpqrcv_connect().Jeff Davis2024-01-12
* Fix some inconsistent whitespace in Perl filePeter Eisentraut2024-01-11
* Allow subquery pullup to wrap a PlaceHolderVar in another one.Tom Lane2024-01-11
* pg_regress: Disable autoruns for cmd.exe on WindowsMichael Paquier2024-01-11
* Allow noise semicolons ending psql \sf, \ef, \sv, \ev commands.Tom Lane2024-01-10
* Handle WindowClause.runCondition in tree walker/mutator functions.Tom Lane2024-01-10
* Forbid SJE with result relationAlexander Korotkov2024-01-09
* Fix misuse of RelOptInfo.unique_for_rels cache by SJEAlexander Korotkov2024-01-09
* Allow examine_simple_variable() to work on INSERT RETURNING Vars.Tom Lane2024-01-08
* Strengthen tests for 5ef34a8fc3Alexander Korotkov2024-01-08
* Fix the issue that SJE mistakenly omits qual clausesAlexander Korotkov2024-01-06
* Clean up some edge cases in plpgsql's %TYPE parsing.Tom Lane2024-01-05
* Add copyright notices to a few perl scripts that don't have themAndrew Dunstan2024-01-05
* ALTER TABLE command to change generation expressionPeter Eisentraut2024-01-04