summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/clog.c
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-10Revert "Use group updates when setting transaction status in clog."Robert Haas
2017-03-09Use group updates when setting transaction status in clog.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-10-18Fix a nasty bug that was zeroing out clog and subtrans pages, thus causingPavan Deolasee
2016-10-18There was a missing commit from when the repo was forked,Mason Sharp
2016-04-08Increase maximum number of clog buffers.Andres Freund
2016-02-02Make all built-in lwlock tranche IDs fixed.Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-13Remove a lot of XC-specific code from the repo.Pavan Deolasee
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-06-04Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTERPavan Deolasee
2015-04-27Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4Pavan Deolasee
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Fix typosAlvaro Herrera
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-01The Postgres-XL functionality includes MPP parallelism withPavan Deolasee
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-28Remove obsolete XLogRecPtr macrosAlvaro Herrera
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-07-27Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/masterMichael Paquier
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-25Change Copyright to "Postgres-XC Development Group"Michael Paquier
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-12Change file headers to 2012Michael P
2012-01-06Make the number of CLOG buffers adaptive, based on shared_buffers.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-10-04Use callbacks in SlruScanDirectory for the actual actionAlvaro Herrera
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-06Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into masterMichael P
2011-05-20Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxcPavan Deolasee
2011-05-19maintenance for 2011, change header filesMichael P
2011-05-19There is a race condition that could lead to problemsMason S
2011-05-19Postgres-XC version 0.9Michael P
2011-05-12Fix assorted typosAlvaro Herrera