]> granicus.if.org Git - postgresql/history - src/include/access
Add assertion to check the special size is sane before dereferencing it.
[postgresql] / src / include / access /
2015-06-12 Fujii MasaoMake postmaster restart archiver soon after it dies...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-23 Tom LaneStill more fixes for lossy-GiST-distance-functions...
2015-05-22 Heikki LinnakangasAt promotion, don't leave behind a partial segment...
2015-05-21 Tom LaneMore fixes for lossy-GiST-distance-functions patch.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-15 Alvaro HerreraAdd BRIN infrastructure for "inclusion" opclasses
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Heikki LinnakangasFix datatype confusion with the new lossy GiST distance...
2015-05-15 Heikki LinnakangasAllow GiST distance function to return merely a lower...
2015-05-12 Andrew DunstanMap basebackup tablespaces using a tablespace_map file
2015-05-08 Heikki LinnakangasAt promotion, archive last segment from old timeline...
2015-05-08 Heikki LinnakangasAdd macros to check if a filename is a WAL segment...
2015-05-08 Robert HaasTeach autovacuum about multixact member wraparound.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-05-06 Robert HaasAvoid using a C++ keyword as a structure member name.
2015-05-01 Andres FreundFix unaligned memory access in xlog parsing due to...
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
2015-04-13 Heikki LinnakangasDon't archive bogus recycled or preallocated files...
2015-04-10 Alvaro HerreraOptimize locking a tuple already locked by another...
2015-03-26 Heikki LinnakangasFix GiST index-only scans for opclasses with different...
2015-03-26 Heikki LinnakangasAdd support for index-only scans in GiST.
2015-03-26 Heikki LinnakangasMinor cleanup of GiST code, for readability.
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-03-15 Tom LaneMove LockClauseStrength, LockWaitPolicy into new file...
2015-03-15 Andres FreundMerge the various forms of transaction commit & abort...
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 Fujii MasaoFix typo in comment.
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 for HeapTupleHeaderData.t_bits[].
2015-02-21 Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-19 Heikki LinnakangasRemove dead structs.
2015-02-09 Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-02-09 Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-04 Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-30 Heikki LinnakangasRevert the GinMaxItemSize calculation so that we fit...
2014-12-22 Heikki LinnakangasMove rbtree.c from src/backend/utils/misc to src/backen...
2014-12-22 Heikki LinnakangasUse a pairing heap for the priority queue in kNN-GiST...
2014-12-16 Heikki LinnakangasMisc comment typo fixes.
2014-12-16 Heikki LinnakangasFix incorrect comment about XLogRecordBlockHeader.data_...
2014-12-13 Heikki LinnakangasRemove duplicate #define
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-25 Simon Riggsaction_at_recovery_target recovery config option
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-18 Simon RiggsReduce btree scan overhead for < and > strategies
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-08 Alvaro HerreraFix some coding issues in BRIN
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-07 Heikki LinnakangasRemove obsolete cases from GiST update redo code.
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-20 Andres FreundRenumber CHECKPOINT_* flags.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-07 Alvaro HerreraImplement SKIP LOCKED for row-level locks
2014-10-01 Heikki LinnakangasRemove num_xloginsert_locks GUC, replace with a #define
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-09-02 Heikki LinnakangasSilence warning on new versions of clang.
2014-08-28 Fujii MasaoRevert "Allow units to be specified in relation option...
2014-08-28 Fujii MasaoAllow units to be specified in relation option setting...
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 LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-14 Alvaro HerreraMove view reloptions into their own varlena struct
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-11 Peter EisentrautFix whitespace
2014-07-01 Robert HaasAvoid copying index tuples when building an index.
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-09 Alvaro HerreraWrap multixact/members correctly during extension,...
2014-06-05 Heikki LinnakangasAdjust SP-GiST WAL record formats to reduce alignment...
2014-05-15 Heikki LinnakangasFix race condition in preparing a transaction for two...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-24 Alvaro HerreraFix race when updating a tuple concurrently locked...
2014-04-23 Heikki LinnakangasCleanup of new b-tree page deletion code.
2014-04-20 Robert HaasFix another typo.
2014-04-14 Heikki LinnakangasSet pd_lower on internal GIN posting tree pages.
2014-04-09 Heikki LinnakangasFix a few more misc typos in comments.
2014-04-03 Heikki LinnakangasAvoid palloc in critical section in GiST WAL-logging.
2014-04-01 Heikki LinnakangasMove SizeOfHeapNewCid next to xl_heap_new_cid struct.
2014-03-31 Heikki LinnakangasRewrite the way GIN posting lists are packed on a page...
2014-03-31 Heikki LinnakangasRename GinLogicValue to GinTernaryValue.
next