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
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-03-13
*
Fix test case instability introduced in 085b6b667.
Tom Lane
2020-03-11
*
Add pg_dump support for ALTER obj DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Avoid holding a directory FD open across pg_ls_dir_files() calls.
Tom Lane
2020-03-11
*
Avoid duplicates in ALTER ... DEPENDS ON EXTENSION
Alvaro Herrera
2020-03-11
*
Fix assertion failure with ALTER TABLE ATTACH PARTITION and indexes
Michael Paquier
2020-03-03
*
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
*
Fix confusion about event trigger vs. plain function in plpgsql.
Tom Lane
2020-02-19
*
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
*
Revert commit a5b652f3a0.
Fujii Masao
2020-02-03
*
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
*
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
*
Fix concurrent indexing operations with temporary tables
Michael Paquier
2020-01-22
*
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-17
*
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
*
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-12
*
doc: Fix naming of SELinux
Michael Paquier
2020-01-10
*
Have logical replication subscriber fire column triggers
Peter Eisentraut
2020-01-06
*
Fix cloning of row triggers to sub-partitions
Alvaro Herrera
2020-01-02
*
Fix comment in test
Peter Eisentraut
2020-01-02
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Disallow partition key expressions that return pseudo-types.
Tom Lane
2019-12-23
*
Prevent a rowtype from being included in itself via a range.
Tom Lane
2019-12-23
*
Avoid low-probability regression test failures in timestamp[tz] tests.
Tom Lane
2019-12-22
*
Fix error reporting for index expressions of prohibited types.
Tom Lane
2019-12-17
*
Clean up some misplaced comments in partition_join.sql regression test.
Etsuro Fujita
2019-12-16
*
Fix EXTRACT(ISOYEAR FROM timestamp) for years BC.
Tom Lane
2019-12-12
*
Remove redundant function calls in timestamp[tz]_part().
Tom Lane
2019-12-12
*
Improve isolationtester's timeout management.
Tom Lane
2019-12-09
*
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-12-01
*
Allow access to child table statistics if user can read parent table.
Tom Lane
2019-11-26
*
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-26
*
Avoid assertion failure with LISTEN in a serializable transaction.
Tom Lane
2019-11-24
*
Improve test coverage for LISTEN/NOTIFY.
Tom Lane
2019-11-23
*
Add test coverage for "unchanged toast column" replication code path.
Tom Lane
2019-11-22
*
Fix bogus tuple-slot management in logical replication UPDATE handling.
Tom Lane
2019-11-22
*
Further fix dumping of views that contain just VALUES(...).
Tom Lane
2019-11-16
*
Skip system attributes when applying mvdistinct stats
Tomas Vondra
2019-11-16
*
Further improve stability of partition_prune regression test.
Tom Lane
2019-11-11
*
Fix subscription test
Peter Eisentraut
2019-11-09
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
[next]