index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-07
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-06-16
*
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-21
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-30
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-11
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Fix buildfarm failure from commit 2258e76f90.
Jeff Davis
2022-04-08
*
Add contrib/pg_walinspect.
Jeff Davis
2022-04-08
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Fix another buildfarm issue from commit 5c279a6d350.
Jeff Davis
2022-04-07
*
Include some missing headers.
Thomas Munro
2022-04-07
*
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-04-07
*
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
*
Custom WAL Resource Managers.
Jeff Davis
2022-04-06
*
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-06
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
*
Change one AssertMacro to Assert
Peter Eisentraut
2022-04-06
*
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-03
*
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-04-01
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Wrap inline function definitions in #ifndef FRONTEND
Alvaro Herrera
2022-03-24
*
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-24
*
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-18
*
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-12
*
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
*
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-28
*
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
*
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
*
Allow archiving via loadable modules.
Robert Haas
2022-02-03
*
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-30
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
*
Make logical decoding a part of the rmgr.
Jeff Davis
2022-01-19
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Move parallel vacuum code to vacuumparallel.c.
Amit Kapila
2021-12-23
*
Remove InitXLOGAccess().
Robert Haas
2021-12-13
*
Standardize cleanup lock terminology.
Peter Geoghegan
2021-12-08
*
Ignore BRIN indexes when checking for HOT udpates
Tomas Vondra
2021-11-30
*
Fix typos
Michael Paquier
2021-11-30
*
Report wait events for local shell commands like archive_command.
Fujii Masao
2021-11-22
*
Explain pruning pgstats accounting subtleties.
Peter Geoghegan
2021-11-12
*
Change ThisTimeLineID from a global variable to a local variable.
Robert Haas
2021-11-05
*
Remove all use of ThisTimeLineID global variable outside of xlog.c
Robert Haas
2021-11-05
[next]