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
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Fix query in new test to check tables are synced
Alvaro Herrera
2020-10-15
*
Restore replication protocol's duplicate command tags
Alvaro Herrera
2020-10-14
*
Paper over regression failures in infinite_recurse() on PPC64 Linux.
Tom Lane
2020-10-13
*
Choose ppc compare_exchange constant path for more operand values.
Noah Misch
2020-10-11
*
Prevent internal overflows in date-vs-timestamp and related comparisons.
Tom Lane
2020-10-07
*
Rethink recent fix for pg_dump's handling of extension config tables.
Tom Lane
2020-10-07
*
Improve stability of identity.sql regression test.
Tom Lane
2020-10-04
*
Put back explicit setting of replication values within TAP tests.
Tom Lane
2020-10-01
*
Reword partitioning error message
Alvaro Herrera
2020-09-30
*
Fix handling of BC years in to_date/to_timestamp.
Tom Lane
2020-09-30
*
Remove obsolete replication settings within TAP tests.
Tom Lane
2020-09-29
*
Support for ISO 8601 in the jsonpath .datetime() method
Alexander Korotkov
2020-09-29
*
Remove excess space from jsonpath .datetime() default format string
Alexander Korotkov
2020-09-29
*
Assign collations in partition bound expressions.
Tom Lane
2020-09-28
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
*
Use factorial rather than numeric_fac in create_operator.sql.
Tom Lane
2020-09-18
*
Fix use-after-free bug with event triggers in an extension script
Alvaro Herrera
2020-09-15
*
Fix interpolation in test name.
Noah Misch
2020-09-13
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Use the properly transformed RangeVar for expandTableLikeClause().
Tom Lane
2020-09-13
*
psql: Display stats target of extended statistics
Alvaro Herrera
2020-09-11
*
Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers.
Noah Misch
2020-09-09
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Make new authentication test case more robust.
Tom Lane
2020-09-04
*
Collect attribute data on extension owned tables being dumped
Andrew Dunstan
2020-09-04
*
Fix rare deadlock failure in create_am regression test.
Tom Lane
2020-09-04
*
Avoid lockup of a parallel worker when reporting a long error message.
Tom Lane
2020-09-03
*
Raise error on concurrent drop of partitioned index
Alvaro Herrera
2020-09-01
*
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-09-01
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
*
Avoid pushing quals down into sub-queries that have grouping sets.
Tom Lane
2020-08-22
*
Fix ALTER TABLE's scheduling rules for AT_AddConstraint subcommands.
Tom Lane
2020-08-22
*
Fix handling of CREATE TABLE LIKE with inheritance.
Tom Lane
2020-08-21
*
Fix explain regression test failure.
Fujii Masao
2020-08-22
*
Rework EXPLAIN for planner's buffer usage.
Fujii Masao
2020-08-21
*
Disable autovacuum for BRIN test table
Alvaro Herrera
2020-08-17
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix typo in test comment.
Heikki Linnakangas
2020-08-14
*
Empty search_path in logical replication apply worker and walsender.
Noah Misch
2020-08-10
*
Fix yet another issue with step generation in partition pruning.
Etsuro Fujita
2020-08-07
*
Make new SSL TAP test for channel_binding more robust
Michael Paquier
2020-08-04
*
Fix rare failure in LDAP tests.
Thomas Munro
2020-08-03
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Fix some issues with step generation in partition pruning.
Etsuro Fujita
2020-07-28
*
Fix assorted bugs by changing TS_execute's callback API to ternary logic.
Tom Lane
2020-07-24
*
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-20
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Correctly mark pg_subscription.subslotname as nullable.
Tom Lane
2020-07-19
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
[next]