summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-02-19Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane
2020-02-18Make inherited LOCK TABLE perform access permission checks on parent table only.Fujii Masao
2020-02-14Remove pg_regress' --load-language option.Tom Lane
2020-02-12Try to harden insert-conflict-specconflict against autovacuum.Andres Freund
2020-02-12Test additional speculative conflict scenarios.Andres Freund
2020-02-07Fix failure to create FKs correctly in partitionsAlvaro Herrera
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2020-02-07Fix bug in Tid scan.Fujii Masao
2020-02-06Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...Michael Paquier
2020-02-06Add leader_pid to pg_stat_activityMichael Paquier
2020-02-05Force tuple conversion when the source has missing attributes.Andrew Gierth
2020-02-05When a TAP file has non-zero exit status, retain temporary directories.Noah Misch
2020-02-04Fix handling of "Subplans Removed" field in EXPLAIN output.Tom Lane
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2020-01-31Fix typo in recently-added TAP test for replication slotsMichael Paquier
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