index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
walreceiverfuncs.c
Age
Commit message (
Expand
)
Author
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-03-24
Rename wait event WalrcvExit to WalReceiverExit.
Fujii Masao
2021-03-12
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-02-18
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
Fujii Masao
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-13
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-12
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-04-08
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-03-27
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-03
Fix race condition with unprotected use of a latch pointer variable.
Tom Lane
2017-09-20
Make WAL segment size configurable at initdb time.
Andres Freund
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-02
Use latch instead of select() in walreceiver
Peter Eisentraut
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-06
Remove more volatile qualifiers.
Robert Haas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-08
Fix walsender failure at promotion.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-28
Remove obsolete XLogRecPtr macros
Alvaro Herrera
2012-12-20
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-08-09
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-06-24
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-11-02
Refactor xlog.c to create src/backend/postmaster/startup.c
Simon Riggs
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-01
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-07-03
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-04-28
Modify ShmemInitStruct and ShmemInitHash to throw errors internally,
Tom Lane
[next]