]> granicus.if.org Git - postgresql/history - src/include/access
Handle policies during DROP OWNED BY
[postgresql] / src / include / access /
2015-12-11 Alvaro HerreraFix commit timestamp initialization
2015-12-03 Alvaro HerreraFurther tweak commit_timestamp behavior
2015-11-12 Robert HaasMove each SLRU's lwlocks to a separate tranche.
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
2015-10-27 Alvaro HerreraCleanup commit timestamp module activaction, again
2015-10-16 Robert HaasAdd a C API for parallel heap scans.
2015-10-16 Robert HaasAllow a parallel context to relaunch workers.
2015-10-16 Robert HaasFix a problem with parallel workers being unable to...
2015-10-01 Alvaro HerreraFix commit_ts for standby
2015-09-29 Alvaro HerreraCode review for transaction commit timestamps
2015-09-26 Andres FreundRemove legacy multixact truncation support.
2015-09-26 Andres FreundRework the way multixact truncations work.
2015-09-23 Teodor SigaevAllow autoanalyze to add pages deleted from pending...
2015-09-17 Teodor SigaevFix bug introduced by microvacuum for GiST
2015-09-15 Fujii MasaoFix comment regarding the meaning of infinity for timel...
2015-09-09 Teodor SigaevMicrovacuum for GIST
2015-09-09 Fujii MasaoRemove files signaling a standby promotion request...
2015-09-02 Teodor SigaevAllow usage of huge maintenance_work_mem for GIN build.
2015-08-14 Simon RiggsReduce lock levels for ALTER TABLE SET autovacuum stora...
2015-08-12 Alvaro HerreraClose some holes in BRIN page assignment
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-05 Alvaro HerreraFix BRIN to use SnapshotAny during summarization
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-07-27 Heikki LinnakangasDon't assume that 'char' is signed.
2015-07-27 Heikki LinnakangasFix handling of all-zero pages in SP-GiST vacuum.
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-21 Tom LaneFix some oversights in BRIN patch.
2015-07-02 Heikki LinnakangasRemove obsolete heap_formtuple/modifytuple/deformtuple...
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
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
next