summaryrefslogtreecommitdiff
path: root/src/include/access
AgeCommit message (Expand)Author
2017-02-15Add optimizer and executor support for parallel index scans.Robert Haas
2017-02-15btree: Support parallel index scans.Robert Haas
2017-02-14Split index xlog headers from other private index headers.Robert Haas
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-09Rename user-facing tools with "xlog" in the name to say "wal".Robert Haas
2017-02-09Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-02-07Cache hash index's metapage in rel->rd_amcache.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02pageinspect: Support hash indexes.Robert Haas
2017-01-24Add a SHOW command to the replication command language.Robert Haas
2017-01-24Add a new DestReceiver for printing tuples without catalog access.Robert Haas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-24Fix interaction of partitioned tables with BulkInsertState.Robert Haas
2017-01-19Fix race condition in reading commit timestampsAlvaro Herrera
2017-01-18Change some test macros to return true booleansAlvaro Herrera
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-09Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-23Remove _hash_chgbufaccess().Robert Haas
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-19Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-12-16Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas
2016-11-30Improve hash index bucket split behavior.Robert Haas
2016-11-08Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane
2016-11-05Remove duplicate macro definition.Tom Lane
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-12Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane
2016-09-26Fix some typos in commentPeter Eisentraut
2016-09-20Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas
2016-09-13Have heapam.h include lockdefs.h rather than lock.h.Robert Haas
2016-09-03New recovery target recovery_target_lsnSimon Riggs
2016-09-02Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas
2016-08-29Split hash.h → hash_xlog.hAlvaro Herrera
2016-08-23Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane
2016-08-18Fix deletion of speculatively inserted TOAST on conflictAndres Freund
2016-08-13Add SQL-accessible functions for inspecting index AM properties.Tom Lane
2016-08-01Minor cleanup for access/transam/parallel.c.Tom Lane
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-06-28Remove unused arguments in two GiST subroutinesAlvaro Herrera
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-24Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane
2016-06-17pg_visibility: Add pg_truncate_visibility_map function.Robert Haas
2016-06-15Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-06-06Stop the executor if no more tuples can be sent from worker to leader.Robert Haas
2016-06-03Cosmetic improvements to freeze map code.Robert Haas
2016-06-02C comment improvement & typo fix.Kevin Grittner
2016-05-25Mark wal_level as PGDLLIMPORT.Tom Lane