summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-01-20Further tweaking of jsonb_set_lax().Tom Lane
2020-01-20Allow vacuum command to process indexes in parallel.Amit Kapila
2020-01-18Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2020-01-17Repair more failures with SubPlans in multi-row VALUES lists.Tom Lane
2020-01-17Add a non-strict version of jsonb_setAndrew Dunstan
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-14Revert copyright script changes to binary *.key filesBruce Momjian
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