index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Remove gratuitous environment dependency in 002_types.pl test.
Tom Lane
2021-09-30
*
Repair two portability oversights of new test
Alvaro Herrera
2021-09-30
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
pgbench: Fix handling of socket errors during benchmark.
Fujii Masao
2021-09-29
*
pgbench: Correct log level of message output when socket wait method fails.
Fujii Masao
2021-09-29
*
Clarify use of "statistics objects" in the code
Michael Paquier
2021-09-29
*
Properly schema-prefix reference to pg_catalog.pg_get_statisticsobjdef_columns
Magnus Hagander
2021-09-28
*
Translation updates
Peter Eisentraut
2021-09-27
*
Add missing $Test::Builder::Level settings
Peter Eisentraut
2021-09-23
*
Split macros from visibilitymap.h into a separate header
Alexander Korotkov
2021-09-23
*
Release memory allocated by dependency_degree
Tomas Vondra
2021-09-23
*
Free memory after building each statistics object
Tomas Vondra
2021-09-23
*
Invalidate all partitions for a partitioned table in publication.
Amit Kapila
2021-09-22
*
Fix "single value strategy" index deletion issue.
Peter Geoghegan
2021-09-21
*
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Michael Paquier
2021-09-22
*
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-09-21
*
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
Translation updates
Peter Eisentraut
2021-09-20
*
Disallow extended statistics on system columns
Tomas Vondra
2021-09-20
*
Fix pull_varnos to cope with translated PlaceHolderVars.
Tom Lane
2021-09-17
*
Fix EXPLAIN to handle SEARCH BREADTH FIRST queries.
Tom Lane
2021-09-16
*
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
*
Clear conn->errorMessage at successful completion of PQconnectdb().
Tom Lane
2021-09-13
*
Fix EXIT out of outermost block in plpgsql.
Tom Lane
2021-09-13
*
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-13
*
Fix error handling with threads on OOM in ECPG connection logic
Michael Paquier
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
*
pgbench: Stop counting skipped transactions as soon as timer is exceeded.
Fujii Masao
2021-09-10
*
Check for relation length overrun soon enough.
Tom Lane
2021-09-09
*
Fix issue with WAL archiving in standby.
Fujii Masao
2021-09-09
*
Avoid useless malloc/free traffic around getFormattedTypeName().
Tom Lane
2021-09-08
*
Fix misleading comments about TOAST access macros.
Tom Lane
2021-09-08
*
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
*
Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
Tom Lane
2021-09-07
[next]