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 regexp misbehavior with capturing parens inside "{0}".
Tom Lane
2021-08-24
*
Fix Alter Subscription's Add/Drop Publication behavior.
Amit Kapila
2021-08-24
*
Prevent regexp back-refs from sometimes matching when they shouldn't.
Tom Lane
2021-08-23
*
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-08-19
*
Fix check_agg_arguments' examination of aggregate FILTER clauses.
Tom Lane
2021-08-18
*
Fix use-after-free issue in regexp engine.
Tom Lane
2021-08-07
*
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-08-07
*
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
*
Adjust the integer overflow tests in the numeric code.
Dean Rasheed
2021-08-06
*
Add missing message punctuation
Peter Eisentraut
2021-08-06
*
Fix division-by-zero error in to_char() with 'EEEE' format.
Dean Rasheed
2021-08-05
*
Fix corner-case errors and loss of precision in numeric_power().
Dean Rasheed
2021-07-31
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Make TestLib::perl2host more consistent and robust
Andrew Dunstan
2021-07-29
*
Disallow negative strides in date_bin()
John Naylor
2021-07-28
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
psql \dX: check schema when listing statistics objects
Tomas Vondra
2021-07-26
*
Fix check for conflicting session- vs transaction-level locks.
Tom Lane
2021-07-24
*
Fix division by zero error in date_bin
John Naylor
2021-07-22
*
Make new replication slot test code even less racy
Alvaro Herrera
2021-07-19
*
Don't allow to set replication slot_name as ''.
Amit Kapila
2021-07-19
*
Support for unnest(multirange)
Alexander Korotkov
2021-07-18
*
Make new replication slot test code less racy
Alvaro Herrera
2021-07-17
*
Fix pg_dump for disabled triggers on partitioned tables
Alvaro Herrera
2021-07-16
*
Preserve firing-on state when cloning row triggers to partitions
Alvaro Herrera
2021-07-16
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Fix unexpected error messages for various flavors of ALTER TABLE
Michael Paquier
2021-07-14
*
Change the name of the Result Cache node to Memoize
David Rowley
2021-07-14
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
*
Fix numeric_mul() overflow due to too many digits after decimal point.
Dean Rasheed
2021-07-10
*
libpq: Fix sending queries in pipeline aborted state
Alvaro Herrera
2021-07-09
*
Avoid creating a RESULT RTE that's marked LATERAL.
Tom Lane
2021-07-09
*
Reject cases where a query in WITH rewrites to just NOTIFY.
Tom Lane
2021-07-09
*
Fix incorrect return value in pg_size_pretty(bigint)
David Rowley
2021-07-09
*
Rethink blocking annotations in detach-partition-concurrently-[34].
Tom Lane
2021-07-05
*
Don't reset relhasindex for partitioned tables on ANALYZE
Alvaro Herrera
2021-07-01
*
Fix prove_installcheck to use correct paths when used with PGXS
Andrew Dunstan
2021-07-01
*
Fixes for multirange selectivity estimation
Alexander Korotkov
2021-06-29
*
Fix libpq state machine in pipeline mode
Alvaro Herrera
2021-06-29
*
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-06-29
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Add test for CREATE INDEX CONCURRENTLY with not-so-immutable predicate
Michael Paquier
2021-06-28
*
Remove memory leaks in isolationtester.
Tom Lane
2021-06-27
*
Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code
Peter Eisentraut
2021-06-25
*
Allow non-quoted identifiers as isolation test session/step names.
Tom Lane
2021-06-23
*
Improve display of query results in isolation tests.
Tom Lane
2021-06-23
*
Add test case for obsoleting slot with active walsender, take 2
Alvaro Herrera
2021-06-23
*
Use annotations to reduce instability of isolation-test results.
Tom Lane
2021-06-22
[next]