]> granicus.if.org Git - postgresql/history - src/backend/access
Replace the XLogInsert slots with regular LWLocks.
[postgresql] / src / backend / access /
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-19 Alvaro HerreraSetup error context callback for transaction lock waits
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-18 Heikki LinnakangasMake the handling of interrupted B-tree page splits...
2014-03-17 Heikki LinnakangasFix thinko: have trueTriConsistentFn return GIN_TRUE.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-14 Heikki LinnakangasFix race condition in B-tree page deletion.
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-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-12 Heikki LinnakangasIn WAL replay, restore GIN metapage unconditionally...
2014-03-07 Heikki LinnakangasFix dangling smgr_owner pointer when a fake relcache...
2014-03-05 Heikki LinnakangasDo wal_level and hot standby checks when doing crash...
2014-03-05 Heikki LinnakangasFix lastReplayedEndRecPtr calculation when starting...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-28 Heikki LinnakangasRemove bogus while-loop.
2014-02-27 Alvaro HerreraFix WAL replay of locking an updated tuple
2014-02-26 Heikki Linnakangasbtbuild no longer calls _bt_doinsert(), update comment.
2014-02-20 Heikki LinnakangasImprove comment on setting data_checksum GUC.
2014-02-19 Robert HaasSwitch various builtin functions to use pg_lsn instead...
2014-02-18 Heikki LinnakangasFix comment; checkpointer, not bgwriter, performs check...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-14 Heikki LinnakangasChange the order that pg_xlog and WAL archive are polle...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-12 Tom LaneIn XLogReadBufferExtended, don't assume P_NEW yields...
2014-02-10 Heikki LinnakangasFix WakeupWaiters() to not wake up an exclusive locker...
2014-02-07 Heikki LinnakangasInitialize the entryRes array between each call to...
2014-02-07 Heikki LinnakangasSpeed up "rare & frequent" type GIN queries.
2014-02-05 Tom LaneRemove unnecessary relcache flushes after changing...
2014-02-02 Fujii MasaoAdd primary_slotname to recovery.conf.sample.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-29 Heikki LinnakangasFurther optimize GIN multi-key searches.
2014-01-29 Heikki LinnakangasFurther optimize multi-key GIN searches.
2014-01-29 Heikki LinnakangasAllow skipping some items in a multi-key GIN search.
2014-01-28 Bruce MomjianRevert C comment change in slot_attisnull()
2014-01-27 Robert HaasRelax the requirement that all lwlocks be stored in...
2014-01-25 Bruce MomjianAdjust C comment in slot_attisnull() regarding nulls.
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-24 Heikki LinnakangasReset unused fields in GIN data leaf page footer.
2014-01-24 Heikki LinnakangasFix off-by-one in newly-introdcued GIN assertion.
2014-01-24 Heikki LinnakangasIn GIN recompression code, use mmemove rather than...
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-23 Heikki LinnakangasFix alignment of GIN in-line posting lists stored in...
2014-01-23 Heikki LinnakangasSilence compiler warning.
2014-01-22 Heikki LinnakangasFix declaration of GinVacuumState.
2014-01-22 Heikki LinnakangasCompress GIN posting lists, for smaller index size.
2014-01-15 Robert HaasFix missing parentheses resulting in wrong order of...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-10 Alvaro HerreraAccept pg_upgraded tuples during multixact freezing
2014-01-09 Heikki LinnakangasRefactor checking whether we've reached the recovery...
2014-01-08 Heikki LinnakangasFix pause_at_recovery_target + recovery_target_inclusiv...
2014-01-08 Heikki LinnakangasIf multiple recovery_targets are specified, use the...
2014-01-08 Heikki LinnakangasFix bug in determining when recovery has reached consis...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Magnus HaganderMove permissions check from do_pg_start_backup to pg_st...
2014-01-07 Peter EisentrautAdd more use of psprintf()
2014-01-02 Alvaro HerreraHandle 5-char filenames in SlruScanDirectory
2014-01-02 Alvaro HerreraWrap multixact/members correctly during extension
2014-01-02 Alvaro HerreraHandle wraparound during truncation in multixact/members
2014-01-02 Robert HaasAggressively freeze tables when CLUSTER or VACUUM FULL...
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2013-12-24 Robert HaasRevise documentation for new freezing method.
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-19 Alvaro HerreraOptimize updating a row that's locked by same xid
2013-12-18 Alvaro HerreraDon't ignore tuple locks propagated by our updates
2013-12-16 Alvaro HerreraRework tuple freezing protocol
2013-12-16 Heikki LinnakangasMark variables 'static' where possible. Move GinFuzzySe...
2013-12-13 Alvaro HerreraFix typo
2013-12-13 Alvaro HerreraRework MultiXactId cache code
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Tom LaneFix ancient docs/comments thinko: XID comparison is...
2013-12-12 Simon RiggsAllow time delayed standbys and recovery
2013-12-12 Tom LaneRemove bogus executable permissions on xlog.c.
2013-12-11 Robert HaasUnder wal_level=logical, when saving old tuples, always...
2013-12-11 Robert HaasAdd a new reloption, user_catalog_table.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-12-05 Alvaro HerreraFix improper abort during update chain locking
2013-12-03 Heikki LinnakangasDon't include unused space in LOG_NEWPAGE records.
2013-12-03 Heikki LinnakangasFix full-page writes of internal GIN pages.
2013-12-03 Peter EisentrautReport exit code from external recovery commands properly
2013-11-30 Alvaro HerreraFix a couple of bugs in MultiXactId freezing
2013-11-30 Alvaro HerreraDon't TransactionIdDidAbort in HeapTupleGetUpdateXid
2013-11-30 Alvaro HerreraTruncate pg_multixact/'s contents during crash recovery
2013-11-30 Alvaro HerreraFix full-table-vacuum request mechanism for MultiXactIds
2013-11-30 Alvaro HerreraReplace hardcoded 200000000 with autovacuum_freeze_max_age
2013-11-29 Tom LaneFix assorted race conditions in the new timeout infrast...
2013-11-29 Robert HaasRefine our definition of what constitutes a system...
2013-11-28 Heikki LinnakangasAnother gin_desc fix.
2013-11-28 Heikki LinnakangasFix gin_desc routine to match the WAL format.
2013-11-28 Alvaro HerreraUnbreak buildfarm
2013-11-28 Alvaro HerreraUse a more granular approach to follow update chains
2013-11-28 Alvaro HerreraCompare Xmin to previous Xmax when locking an update...
2013-11-28 Alvaro HerreraDon't try to set InvalidXid as page pruning hint
2013-11-28 Alvaro HerreraCope with heap_fetch failure while locking an update...
2013-11-27 Heikki LinnakangasGet rid of the post-recovery cleanup step of GIN page...
2013-11-27 Heikki LinnakangasMore GIN refactoring.
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-22 Heikki LinnakangasFix Hot-Standby initialization of clog and subtrans.
next