summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-01-30Make inherited TRUNCATE perform access permission checks on parent table only.Fujii Masao
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-29Fail if recovery target is not reachedPeter Eisentraut
2020-01-28Fix dangling pointer in EvalPlanQual machinery.Tom Lane
2020-01-28Added relation name in error messages for constraint checks.Amit Kapila
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-26Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.Tom Lane
2020-01-25Clean up EXPLAIN's handling of per-worker details.Tom Lane
2020-01-25Add functions gcd() and lcm() for integer and numeric types.Dean Rasheed
2020-01-23Fix an oversight in commit 4c70098ff.Tom Lane
2020-01-23Clean up formatting.c's logic for matching constant strings.Tom Lane
2020-01-22Add BRIN test caseAlvaro Herrera
2020-01-22Fix concurrent indexing operations with temporary tablesMichael Paquier
2020-01-21Clarify behavior of adding and altering a column in same ALTER command.Tom Lane
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