summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-14Revert test added by commit d207038053.Amit Kapila
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-13Apply multiple multivariate MCV lists when possibleTomas Vondra
2020-01-13Apply all available functional dependenciesTomas Vondra
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-08Fix handling of generated columns in ALTER TABLE.Tom Lane
2020-01-07Clean up management of IP addresses in our SSL tests.Tom Lane
2020-01-06Add functions min_scale(numeric) and trim_scale(numeric).Tom Lane
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-02Fix cloning of row triggers to sub-partitionsAlvaro Herrera
2020-01-02Add basic TAP tests for psql's tab-completion logic.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-02Fix comment in testPeter Eisentraut
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2020-01-02Test GROUP BY matching of join columns that are type-coerced by USING.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-23Disallow partition key expressions that return pseudo-types.Tom Lane
2019-12-23Prevent a rowtype from being included in itself via a range.Tom Lane
2019-12-22Avoid low-probability regression test failures in timestamp[tz] tests.Tom Lane
2019-12-20Disallow dropping rules on system tables by defaultPeter Eisentraut
2019-12-17Fix error reporting for index expressions of prohibited types.Tom Lane
2019-12-17Fix "force_parallel_mode = regress" to work with ANALYZE + VERBOSE.Tom Lane
2019-12-16Clean up some misplaced comments in partition_join.sql regression test.Etsuro Fujita
2019-12-14Try to stabilize results of new tuplesort regression test.Tom Lane
2019-12-14Prevent overly-aggressive collapsing of joins to RTE_RESULT relations.Tom Lane
2019-12-12Put back regression test case in a more robust form.Tom Lane
2019-12-12Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.Tom Lane
2019-12-12Remove redundant function calls in timestamp[tz]_part().Tom Lane
2019-12-11Remove unstable test case added in commit 5935917ce.Tom Lane
2019-12-11Allow executor startup pruning to prune all child nodes.Tom Lane
2019-12-11Further adjust EXPLAIN's choices of table alias names.Tom Lane
2019-12-10Add backend-only appendStringInfoStringQuotedAlvaro Herrera
2019-12-09Improve isolationtester's timeout management.Tom Lane
2019-12-06Improve test coverage of ruleutils.c.Tom Lane
2019-12-06Disallow non-default collation in ADD PRIMARY KEY/UNIQUE USING INDEX.Tom Lane
2019-12-04Update minimum SSL versionPeter Eisentraut
2019-12-03Fix alter_system_table testPeter Eisentraut
2019-12-03Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane