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
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
/
backend
/
access
/
transam
/
Makefile
Age
Commit message (
Expand
)
Author
2024-11-04
Revert pg_wal_replay_wait() stored procedure
Alexander Korotkov
2024-10-24
Move LSN waiting declarations and definitions to better place
Alexander Korotkov
2023-02-05
Revert refactoring of restore command code to shell_restore.c
Michael Paquier
2023-01-16
Refactor code in charge of running shell-based recovery commands
Michael Paquier
2022-09-26
Refactor creation of backup_label and backup history files
Michael Paquier
2022-04-08
Add contrib/pg_walinspect.
Jeff Davis
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-04-08
Optionally prefetch referenced data in recovery.
Thomas Munro
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2013-01-16
Split out XLog reading as an independent facility
Alvaro Herrera
2012-10-02
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2011-11-04
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-02-19
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2005-06-17
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-04-28
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2004-07-01
Nested transactions. There is still much left to do, especially on the
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-06-11
This patch extracts page buffer pooling and the simple
Bruce Momjian
2003-05-12
Add binary I/O routines for a bunch more datatypes. Still a few to go,
Tom Lane
2001-08-25
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2001-08-24
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
Peter Eisentraut
2000-10-13
WAL
Vadim B. Mikheev
2000-08-31
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-05-29
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
1999-12-13
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-09
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-10-24
Add a notion of a 'catalog version number' that can indicate
Tom Lane
1999-09-27
Transaction log manager core code.
Vadim B. Mikheev
1998-04-06
Hi,
Bruce Momjian
1997-12-20
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-17
Clean up the Makefiles
Marc G. Fournier
1996-11-09
Makefile cleanup after reorganization
Bruce Momjian
1996-11-03
Finish cleaning up -I lines
Marc G. Fournier
1996-10-27
Simplify make files, add full dependencies.
Bryan Henderson