Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
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
/
include
/
access
/
rmgr.h
Age
Commit message (
Expand
)
Author
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Fix warning introduced in 5c279a6d350.
Jeff Davis
2022-04-07
Custom WAL Resource Managers.
Jeff Davis
2022-01-19
Make logical decoding a part of the rmgr.
Jeff Davis
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2014-09-19
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-06
Split out list of XLog resource managers
Alvaro Herrera
2011-12-17
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-02-07
Create a "relation mapping" infrastructure to support changing the relfilenodes
Tom Lane
2009-12-19
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2008-11-19
Rethink the way FSM truncation works. Instead of WAL-logging FSM
Heikki Linnakangas
2008-09-30
Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the
Heikki Linnakangas
2006-11-05
Fix recently-understood problems with handling of XID freezing, particularly
Tom Lane
2006-05-02
GIN: Generalized Inverted iNdex.
Teodor Sigaev
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-06-06
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2004-08-29
Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.
Tom Lane
2004-08-23
Rearrange pg_subtrans handling as per recent discussion. pg_subtrans
Tom Lane
2004-07-01
Nested transactions. There is still much left to do, especially on the
Tom Lane
2003-11-29
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2001-11-05
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-10-28
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-25
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-08-25
Replace implementation of pg_log as a relation accessed through the
Tom Lane
2000-11-30
XLOG stuff for sequences.
Vadim B. Mikheev
2000-10-21
WAL
Vadim B. Mikheev
2000-07-04
misc
Vadim B. Mikheev
2000-04-12
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
1999-09-27
Transaction log manager core code.
Vadim B. Mikheev