index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Message style improvements
Peter Eisentraut
2021-09-16
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Fix variable shadowing in procarray.c.
Fujii Masao
2021-09-16
*
Use int instead of size_t in procarray.c.
Fujii Masao
2021-09-16
*
Disallow LISTEN in background workers.
Tom Lane
2021-09-15
*
Fix hash_array
Peter Eisentraut
2021-09-15
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
Fix planner error with multiple copies of an AlternativeSubPlan.
Tom Lane
2021-09-14
*
jit: Do not try to shut down LLVM state in case of LLVM triggered errors.
Andres Freund
2021-09-13
*
Fix potential for compiler warning in GlobalVisTestFor().
Andres Freund
2021-09-13
*
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-13
*
Make pg_regexec() robust against out-of-range search_start.
Tom Lane
2021-09-11
*
Fix some anomalies with NO SCROLL cursors.
Tom Lane
2021-09-10
*
Avoid fetching from an already-terminated plan.
Tom Lane
2021-09-09
*
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
*
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-09
*
Fix rewriter to set hasModifyingCTE correctly on rewritten queries.
Tom Lane
2021-09-08
*
Disable anonymous record hash support except in special cases
Peter Eisentraut
2021-09-08
*
Invalidate relcache for publications defined for all tables.
Amit Kapila
2021-09-08
*
Consistently use read-only instead of "read only"
Magnus Hagander
2021-09-07
*
Fix missing words in comment.
Heikki Linnakangas
2021-09-07
*
Fix bogus timetz_zone() results for DYNTZ abbreviations.
Tom Lane
2021-09-06
*
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Disallow creating an ICU collation if the DB encoding won't support it.
Tom Lane
2021-09-03
*
In count_usable_fds(), duplicate stderr not stdin.
Tom Lane
2021-09-02
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
Identify simple column references in extended statistics
Tomas Vondra
2021-09-01
*
VACUUM VERBOSE: Don't report "pages removed".
Peter Geoghegan
2021-08-31
*
Don't print extra parens around expressions in extended stats
Tomas Vondra
2021-09-01
*
Fix lookup error in extended stats ownership check
Tomas Vondra
2021-08-31
*
Fix missed lock acquisition while inlining new-style SQL functions.
Tom Lane
2021-08-31
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Fix incorrect error code in StartupReplicationOrigin().
Amit Kapila
2021-08-30
*
Keep stats up to date for partitioned tables
Alvaro Herrera
2021-08-28
*
Fix data loss in wal_level=minimal crash recovery of CREATE TABLESPACE.
Noah Misch
2021-08-27
*
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
*
Use maintenance_io_concurrency for ANALYZE prefetch
Stephen Frost
2021-08-27
*
track_io_timing logging: Don't special case 0 ms.
Peter Geoghegan
2021-08-27
*
Reorder log_autovacuum_min_duration log output.
Peter Geoghegan
2021-08-27
*
Handle interaction of regexp's makesearch and MATCHALL more honestly.
Tom Lane
2021-08-27
*
Remove redundant test.
Tom Lane
2021-08-25
*
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
*
Fix toast rewrites in logical decoding.
Amit Kapila
2021-08-25
*
Avoid using ambiguous word "positive" in error message.
Fujii Masao
2021-08-25
*
Improve error message about valid value for distance in phrase operator.
Fujii Masao
2021-08-25
*
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 creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
[next]