index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
Makefile
Commit message (
Expand
)
Author
Age
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Split out XLog reading as an independent facility
Alvaro Herrera
2013-01-16
*
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-10-02
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Refactor backend makefiles to remove lots of duplicate code
Peter Eisentraut
2008-02-19
*
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-17
*
Implement sharable row-level locks, and use them for foreign key references
Tom Lane
2005-04-28
*
Nested transactions. There is still much left to do, especially on the
Tom Lane
2004-07-01
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
This patch extracts page buffer pooling and the simple
Bruce Momjian
2003-06-11
*
Add binary I/O routines for a bunch more datatypes. Still a few to go,
Tom Lane
2003-05-12
*
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2001-08-25
*
Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number of
Peter Eisentraut
2001-08-24
*
WAL
Vadim B. Mikheev
2000-10-13
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
*
Add a notion of a 'catalog version number' that can indicate
Tom Lane
1999-10-24
*
Transaction log manager core code.
Vadim B. Mikheev
1999-09-27
*
Hi,
Bruce Momjian
1998-04-06
*
Major cleanout of PORTNAME variables from Makefiles...bound to screw up
Marc G. Fournier
1997-12-20
*
Clean up the Makefiles
Marc G. Fournier
1997-12-17
*
Makefile cleanup after reorganization
Bruce Momjian
1996-11-09
*
Finish cleaning up -I lines
Marc G. Fournier
1996-11-03
*
Simplify make files, add full dependencies.
Bryan Henderson
1996-10-27