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