index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
*
Simplify FK-to-partitioned regression test query
Alvaro Herrera
2020-02-20
*
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-02-19
*
Fix confusion about event trigger vs. plain function in plpgsql.
Tom Lane
2020-02-19
*
Make inherited LOCK TABLE perform access permission checks on parent table only.
Fujii Masao
2020-02-18
*
Remove pg_regress' --load-language option.
Tom Lane
2020-02-14
*
Try to harden insert-conflict-specconflict against autovacuum.
Andres Freund
2020-02-11
*
Test additional speculative conflict scenarios.
Andres Freund
2020-02-11
*
Fix failure to create FKs correctly in partitions
Alvaro Herrera
2020-02-07
*
Fix TRUNCATE .. CASCADE on partitions
Alvaro Herrera
2020-02-07
*
Fix bug in Tid scan.
Fujii Masao
2020-02-07
*
Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_vers...
Michael Paquier
2020-02-07
*
Add leader_pid to pg_stat_activity
Michael Paquier
2020-02-06
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
When a TAP file has non-zero exit status, retain temporary directories.
Noah Misch
2020-02-05
*
Fix handling of "Subplans Removed" field in EXPLAIN output.
Tom Lane
2020-02-04
*
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-31
*
Fix typo in recently-added TAP test for replication slots
Michael Paquier
2020-01-31
*
Make inherited TRUNCATE perform access permission checks on parent table only.
Fujii Masao
2020-01-31
*
Fix slot data persistency when advancing physical replication slots
Michael Paquier
2020-01-30
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Fail if recovery target is not reached
Peter Eisentraut
2020-01-29
*
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-28
*
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-28
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Fix EXPLAIN (SETTINGS) to follow policy about when to print empty fields.
Tom Lane
2020-01-26
*
Clean up EXPLAIN's handling of per-worker details.
Tom Lane
2020-01-25
*
Add functions gcd() and lcm() for integer and numeric types.
Dean Rasheed
2020-01-25
*
Fix an oversight in commit 4c70098ff.
Tom Lane
2020-01-23
*
Clean up formatting.c's logic for matching constant strings.
Tom Lane
2020-01-23
*
Add BRIN test case
Alvaro Herrera
2020-01-22
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Clarify behavior of adding and altering a column in same ALTER command.
Tom Lane
2020-01-21
*
Further tweaking of jsonb_set_lax().
Tom Lane
2020-01-20
*
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-20
*
Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-01-18
*
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-18
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
Add a non-strict version of jsonb_set
Andrew Dunstan
2020-01-17
*
Restructure ALTER TABLE execution to fix assorted bugs.
Tom Lane
2020-01-15
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-15
*
Revert copyright script changes to binary *.key files
Bruce Momjian
2020-01-14
*
ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
Peter Eisentraut
2020-01-14
*
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-14
*
Revert test added by commit d207038053.
Amit Kapila
2020-01-14
*
Reduce size of backend scanner's tables.
Tom Lane
2020-01-13
*
Apply multiple multivariate MCV lists when possible
Tomas Vondra
2020-01-13
*
Apply all available functional dependencies
Tomas Vondra
2020-01-13
[next]