aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Improve planner's handling of SetOp plans.Tom Lane2024-12-19
* Convert SetOp to read its inputs as outerPlan and innerPlan.Tom Lane2024-12-19
* Fix bitmap table scan crash on iterator releaseMelanie Plageman2024-12-19
* Add backend-level statistics to pgstatsMichael Paquier2024-12-19
* Fix Assert failure in WITH RECURSIVE UNION queriesDavid Rowley2024-12-19
* Fix incorrect slot type in BuildTupleHashTableExtDavid Rowley2024-12-18
* Avoid unnecessary wrapping for more complex expressionsRichard Guo2024-12-17
* Print out error position for some more DDLsMichael Paquier2024-12-17
* Make 009_twophase.pl test pass with recovery_min_apply_delay setHeikki Linnakangas2024-12-16
* Print out error position for CREATE DOMAINMichael Paquier2024-12-16
* Add some tests for encoding conversion in COPY TO/FROMMichael Paquier2024-12-16
* Fix warnings about declaration of environ on MinGW.Thomas Munro2024-12-15
* Detect redundant GROUP BY columns using UNIQUE indexesDavid Rowley2024-12-12
* Improve the test case from 5668a857dRichard Guo2024-12-12
* Add some regression tests for missing DDL patternsMichael Paquier2024-12-12
* Add UUID version 7 generation function.Masahiko Sawada2024-12-11
* Unmark gen_random_uuid() function leakproof.Masahiko Sawada2024-12-11
* Add missing BUFFERS OFF in regression tests, take 2David Rowley2024-12-11
* Add missing BUFFERS OFF in select_into regression testsDavid Rowley2024-12-11
* Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley2024-12-11
* Use in-place updates for pg_restore_relation_stats().Jeff Davis2024-12-10
* Tests for logical replication with temporal keysPeter Eisentraut2024-12-10
* Fix various overflow hazards in date and timestamp functions.Nathan Bossart2024-12-09
* Avoid unnecessary wrapping for Vars and PHVsRichard Guo2024-12-09
* Fix right-semi-joins in HashJoin rescansRichard Guo2024-12-09
* Improve the error message introduced in commit 87ce27de696.Amit Kapila2024-12-09
* Fix possible crash during WindowAgg evaluationDavid Rowley2024-12-09
* Fix is_digit labeling of to_timestamp's FFn format codes.Tom Lane2024-12-07
* Remove useless casts to (const void *)Peter Eisentraut2024-12-06
* Ensure stored generated columns must be published when required.Amit Kapila2024-12-04
* Deprecate MD5 passwords.Nathan Bossart2024-12-02
* Add a planner support function for numeric generate_series().Dean Rasheed2024-12-02
* Fix error code for referential action RESTRICTPeter Eisentraut2024-12-02
* Avoid mislabeling of lateral references, redux.Tom Lane2024-11-30
* Add tests for foreign keys with case-insensitive collationsPeter Eisentraut2024-11-29
* Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov2024-11-29
* Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane2024-11-28
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* jsonapi: add lexer option to keep token ownershipAndrew Dunstan2024-11-27
* Fix pg_get_constraintdef for NOT NULL constraints on domainsÁlvaro Herrera2024-11-27
* Fix buildfarm failure from commit 8fcd80258b.Amit Kapila2024-11-27
* Support LIKE with nondeterministic collationsPeter Eisentraut2024-11-27
* Improve error message for replication of generated columns.Amit Kapila2024-11-27
* Fix test case from a8ccf4e93Richard Guo2024-11-26
* Reordering DISTINCT keys to match input path's pathkeysRichard Guo2024-11-26
* Fix NULLIF()'s handling of read-write expanded objects.Tom Lane2024-11-25
* Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch2024-11-25
* Remove the wrong assertion from match_orclause_to_indexcol()Alexander Korotkov2024-11-25
* Test "options=-crole=" and "ALTER DATABASE SET role".Noah Misch2024-11-24
* Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov2024-11-24