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
*
Ensure consistent logical replication of datetime and float8 values.
Tom Lane
2021-11-02
*
Fix variable lifespan in ExecInitCoerceToDomain().
Tom Lane
2021-11-02
*
Avoid O(N^2) behavior in SyncPostCheckpoint().
Tom Lane
2021-11-02
*
Move MarkCurrentTransactionIdLoggedIfAny() out of the critical section.
Amit Kapila
2021-11-02
*
Replace XLOG_INCLUDE_XID flag with a more localized flag.
Amit Kapila
2021-11-02
*
Replace unicode characters in comments with ascii
Daniel Gustafsson
2021-11-01
*
Avoid some other O(N^2) hazards in list manipulation.
Tom Lane
2021-11-01
*
Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOp
Alvaro Herrera
2021-11-01
*
Preserve opclass parameters across REINDEX CONCURRENTLY
Michael Paquier
2021-11-01
*
Avoid O(N^2) behavior when the standby process releases many locks.
Tom Lane
2021-10-31
*
Fix race condition in startup progress reporting.
Robert Haas
2021-10-29
*
When fetching WAL for a basebackup, report errors with a sensible TLI.
Robert Haas
2021-10-29
*
Demote pg_unreachable() in heapam to an assertion.
Peter Geoghegan
2021-10-29
*
Remove obsolete nbtree LP_DEAD item comments.
Peter Geoghegan
2021-10-27
*
Grant memory views to pg_read_all_stats.
Jeff Davis
2021-10-27
*
Fix typos in comments
Daniel Gustafsson
2021-10-27
*
Fix ordering of items in nbtree error message.
Peter Geoghegan
2021-10-27
*
Further harden nbtree posting split code.
Peter Geoghegan
2021-10-27
*
Allow publishing the tables of schema.
Amit Kapila
2021-10-27
*
Allow GRANT on pg_log_backend_memory_contexts().
Jeff Davis
2021-10-26
*
Improve HINT message that FDW reports when there are no valid options.
Fujii Masao
2021-10-27
*
Ensure that slots are zeroed before use
Daniel Gustafsson
2021-10-26
*
Reject huge_pages=on if shared_memory_type=sysv.
Thomas Munro
2021-10-26
*
Initialize variable to placate compiler.
Robert Haas
2021-10-25
*
Report progress of startup operations that take a long time.
Robert Haas
2021-10-25
*
Add enable_timeout_every() to fire the same timeout repeatedly.
Robert Haas
2021-10-25
*
Remove useless code from CreateReplicationSlot.
Robert Haas
2021-10-25
*
StartupXLOG: Don't repeatedly disable/enable local xlog insertion.
Robert Haas
2021-10-25
*
StartupXLOG: Call CleanupAfterArchiveRecovery after XLogReportParameters.
Robert Haas
2021-10-25
*
Clarify the logic in a few places in the new balanced merge code.
Heikki Linnakangas
2021-10-25
*
Add replication command READ_REPLICATION_SLOT
Michael Paquier
2021-10-25
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
Noah Misch
2021-10-23
*
Remove unused wait events.
Amit Kapila
2021-10-21
*
Fix corruption of pg_shdepend when copying deps from template database
Michael Paquier
2021-10-21
*
Ensure correct lock level is used in ALTER ... RENAME
Alvaro Herrera
2021-10-19
*
Fix assignment to array of domain over composite.
Tom Lane
2021-10-19
*
Remove bogus assertion in transformExpressionList().
Tom Lane
2021-10-19
*
Block ALTER INDEX/TABLE index_name ALTER COLUMN colname SET (options)
Michael Paquier
2021-10-19
*
Invalidate partitions of table being attached/detached
Alvaro Herrera
2021-10-18
*
Fix parallel sort, broken by the balanced merge patch.
Heikki Linnakangas
2021-10-18
*
Fix duplicate typedef LogicalTape.
Heikki Linnakangas
2021-10-18
*
Fix format modifier used in elog.
Heikki Linnakangas
2021-10-18
*
Replace polyphase merge algorithm with a simple balanced k-way merge.
Heikki Linnakangas
2021-10-18
*
Refactor LogicalTapeSet/LogicalTape interface.
Heikki Linnakangas
2021-10-18
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Remove obsolete nbtree deduplication comments.
Peter Geoghegan
2021-10-15
*
shm_mq: Update mq_bytes_written less often.
Robert Haas
2021-10-14
*
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Jeff Davis
2021-10-14
*
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-10-14
[next]