index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2022-08-05
Add missing parenthesis to max item size macro.
Peter Geoghegan
2022-08-05
Remove configure probe for fdatasync.
Thomas Munro
2022-08-05
Fix nbtree maximum item size macro.
Peter Geoghegan
2022-08-04
Remove dead pread and pwrite replacement code.
Thomas Munro
2022-08-04
Fix inconsistent comments for some function declarations in headers
Michael Paquier
2022-07-27
Add overflow protection for block-related data in WAL records
Michael Paquier
2022-07-26
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-22
Remove O_FSYNC and associated macros.
Thomas Munro
2022-07-19
Convert macros to static inline functions (itup.h)
Peter Eisentraut
2022-07-18
Convert macros to static inline functions (tupmacs.h)
Peter Eisentraut
2022-07-15
Convert macros to static inline functions (xlog_internal.h)
Peter Eisentraut
2022-07-06
Overload index_form_tuple to allow the memory context to be supplied
David Rowley
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-06-27
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-16
Revert changes in HOT handling of BRIN indexes
Tomas Vondra
2022-05-21
Remove unused-and-misspelled function extern declaration.
Tom Lane
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-30
pg_walinspect: fix case where flush LSN is in the middle of a record.
Jeff Davis
2022-04-21
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-13
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-11
Make XLogRecGetBlockTag() throw error if there's no such block.
Tom Lane
2022-04-08
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-07
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-07
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-03
Set relfrozenxid to oldest extant XID seen by VACUUM.
Peter Geoghegan
2022-04-01
Add macros in hash and btree AMs to get the special area of their pages
Michael Paquier
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-24
Wrap inline function definitions in #ifndef FRONTEND
Alvaro Herrera
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-12
Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd
Michael Paquier
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-24
pg_upgrade: Preserve database OIDs.
Robert Haas
[next]