]> granicus.if.org Git - postgresql/history - src/backend/access
Reduce pinning and buffer content locking for btree scans.
[postgresql] / src / backend / access /
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
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-12 Heikki LinnakangasFix memory leaks in GIN index vacuum.
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-10 Alvaro HerreraMove BRIN page type to page's last two bytes
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-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-17 Heikki LinnakangasFix knn-GiST queue comparison function to return heap...
2015-02-09 Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-02-09 Fujii MasaoMove pg_lzcompress.c to src/common.
2015-02-04 Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-02-04 Heikki LinnakangasFix reference-after-free when waiting for another xact...
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-30 Stephen FrostFix BuildIndexValueDescription for expressions
2015-01-29 Heikki LinnakangasFix bug where GIN scan keys were not initialized with...
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-28 Heikki LinnakangasRemove dead NULL-pointer checks in GiST code.
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-19 Robert HaasBRIN typo fix.
2015-01-15 Heikki LinnakangasFix thinko in re-setting wal_log_hints flag from a...
2015-01-12 Alvaro HerreraTweak heapam's rmgr desc output slightly
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 Alvaro HerreraFix thinko in lock mode enum
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-26 Alvaro HerreraGrab heavyweight tuple lock only before sleeping
2014-12-25 Tom LaneTemporarily revert "Move pg_lzcompress.c to src/common."
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-25 Fujii MasaoMove pg_lzcompress.c to src/common.
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-22 Heikki LinnakangasUse a pairing heap for the priority queue in kNN-GiST...
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-11 Tom LaneFix assorted confusion between Oid and int32.
2014-12-07 Simon RiggsRemove duplicate code in heap_prune_chain()
2014-12-07 Simon RiggsTweaks for recovery_target_action
2014-12-05 Heikki LinnakangasPrint new track_commit_timestamp in rm_desc of a parame...
2014-12-05 Heikki LinnakangasPrint wal_log_hints in the rm_desc routing of a paramet...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-12-03 Alvaro HerreraFix typos
2014-12-02 Tom LaneMinor cleanup of function declarations for BRIN.
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 LinnakangasAdd a few paragraphs to B-tree README explaining L...
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-21 Heikki LinnakangasNo need to call XLogEnsureRecordSpace when the relation...
2014-11-21 Heikki LinnakangasFix bogus comments in XLogRecordAssemble
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Heikki LinnakangasSilence compiler warning about variable being used...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-18 Simon RiggsReduce btree scan overhead for < and > strategies
2014-11-17 Heikki LinnakangasFix WAL-logging of B-tree "unlink halfdead page" operation.
2014-11-15 Andres FreundEnsure unlogged tables are reset even if crash recovery...
2014-11-14 Stephen FrostClean up includes from RLS patch
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-13 Fujii MasaoRename pending_list_cleanup_size to gin_pending_list_limit.
2014-11-11 Fujii MasaoAdd GUC and storage parameter to set the maximum size...
2014-11-10 Alvaro HerreraBRIN: fix bug in xlog backup block counting
2014-11-10 Alvaro HerreraFurther code and wording tweaks in BRIN
2014-11-10 Kevin GrittnerFix compiler warning for non-assert builds.
2014-11-08 Alvaro HerreraFix some coding issues in BRIN
2014-11-07 Heikki LinnakangasFix building with WAL_DEBUG.
2014-11-07 Robert HaasUse the sortsupport infrastructure in more cases.
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-07 Heikki LinnakangasFix generation of SP-GiST vacuum WAL records.
2014-11-07 Heikki LinnakangasRemove obsolete cases from GiST update redo code.
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 Alvaro HerreraUpdate README.tuplock
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
next