]> granicus.if.org Git - postgresql/history - src/backend/access/transam
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access / transam /
2015-03-23 Andres FreundDon't delay replication for less than recovery_min_appl...
2015-03-23 Andres FreundFix copy & paste error in 4f1b890b137.
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
2015-03-15 Andres FreundIncrease max_wal_size's default from 128MB to 1GB.
2015-03-15 Andres FreundRemove pause_at_recovery_target recovery.conf setting.
2015-03-15 Fujii MasaoSuppress maybe-uninitialized compiler warnings.
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-11 Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-09 Alvaro HerreraKeep CommitTs module in sync in standby and master
2015-03-09 Heikki LinnakangasMove WAL-related definitions from dbcommands.h to separ...
2015-03-09 Fujii MasaoAdd missing "goto err" statements in xlogreader.c.
2015-03-05 Fujii MasaoFix typo in comment.
2015-02-26 Andres FreundReconsider when to wait for WAL flushes/syncrep during...
2015-02-23 Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-23 Fujii MasaoAdd GUC to control the time to wait before retrieving...
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-01-15 Heikki LinnakangasFix thinko in re-setting wal_log_hints flag from a...
2015-01-07 Heikki LinnakangasDon't open a WAL segment for writing at end of recovery.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2015-01-04 Andres FreundRemove superflous variable from xlogreader's XLogFindNe...
2015-01-03 Tom LaneTreat negative values of recovery_min_apply_delay as...
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-23 Alvaro HerreraRevert "Use a bitmask to represent role attributes"
2014-12-23 Alvaro HerreraUse a bitmask to represent role attributes
2014-12-21 Heikki LinnakangasFix file descriptor leak at end of recovery.
2014-12-19 Heikki LinnakangasFix timestamp in end-of-recovery WAL records.
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-18 Heikki LinnakangasChange how first WAL segment on new timeline after...
2014-12-18 Andres FreundFix (re-)starting from a basebackup taken off a standby...
2014-12-07 Simon RiggsTweaks for recovery_target_action
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-03 Alvaro HerreraFix typos
2014-11-28 Alvaro HerreraUpdate transaction README for persistent multixacts
2014-11-28 Heikki LinnakangasFix assertion failure at end of PITR.
2014-11-25 Simon Riggsaction_at_recovery_target recovery config option
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-21 Heikki LinnakangasFix bogus comments in XLogRecordAssemble
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-15 Andres FreundEnsure unlogged tables are reset even if crash recovery...
2014-11-14 Alvaro HerreraAllow interrupting GetMultiXactIdMembers
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-13 Heikki LinnakangasFix XLogReadBufferForRedoExtended to get cleanup lock...
2014-11-07 Heikki LinnakangasFix building with WAL_DEBUG.
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Fujii MasaoPrevent the unnecessary creation of .ready file for...
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-10-29 Robert HaasAvoid setup work for invalidation messages at start...
2014-10-23 Fujii MasaoPrevent the already-archived WAL file from being archiv...
2014-10-20 Andres FreundDon't duplicate log_checkpoint messages for both of...
2014-10-20 Andres FreundRenumber CHECKPOINT_* flags.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-12 Peter EisentrautMessage improvements
2014-10-01 Heikki LinnakangasRemove num_xloginsert_locks GUC, replace with a #define
2014-10-01 Andres FreundRename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
2014-09-22 Andres FreundRemove most volatile qualifiers from xlog.c
2014-09-22 Andres FreundImprove code around the recently added rm_identify...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-09-02 Heikki LinnakangasRefactor per-page logic common to all redo routines...
2014-08-29 Bruce Momjianpg_is_xlog_replay_paused(): remove super-user-only...
2014-08-19 Noah MischReplace a few strncmp() calls with strlcpy().
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-29 Alvaro HerreraAvoid uselessly looking up old LOCK_ONLY multixacts
2014-07-29 Heikki LinnakangasOops, fix recoveryStopsBefore functions for regular...
2014-07-29 Heikki LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-24 Robert HaasFix checkpointer crash in EXEC_BACKEND builds.
2014-07-15 Peter EisentrautAdd missing serial commas
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-23 Heikki LinnakangasFix bug in WAL_DEBUG.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-17 Heikki LinnakangasUpdate README, we don't do post-recovery cleanup action...
2014-05-16 Heikki LinnakangasInitialize tsId and dbId fields in WAL record of COMMIT...
2014-05-15 Heikki LinnakangasFix race condition in preparing a transaction for two...
2014-05-10 Tom LaneRename min_recovery_apply_delay to recovery_min_apply_d...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-26 Tom LaneImprove generation algorithm for database system identi...
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-24 Tom LaneReset pg_stat_activity.xact_start during PREPARE TRANSA...
2014-04-18 Magnus HaganderFix typo
2014-04-17 Bruce Momjianreport stat() error in trigger file check
2014-04-16 Heikki LinnakangasUse correctly-sized buffer when zero-filling a WAL...
2014-04-10 Heikki LinnakangasFix typo in comment.
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-04-04 Heikki LinnakangasIn checkpoint, move the check for in-progress xacts...
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-03-26 Heikki LinnakangasPass more than the first XLogRecData entry to rm_desc...
2014-03-25 Fujii MasaoDon't forget to flush XLOG_PARAMETER_CHANGE record.
2014-03-24 Heikki LinnakangasFix "the the" typos.
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Heikki LinnakangasOnly WAL-log the modified portion in an UPDATE, if...
2014-03-07 Heikki LinnakangasFix dangling smgr_owner pointer when a fake relcache...
next