aboutsummaryrefslogtreecommitdiff
path: root/src/include/access
Commit message (Expand)AuthorAge
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Fix race condition in reading commit timestampsAlvaro Herrera2017-01-19
* Change some test macros to return true booleansAlvaro Herrera2017-01-18
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Fix ALTER TABLE / SET TYPE for irregular inheritanceAlvaro Herrera2017-01-09
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Remove _hash_chgbufaccess().Robert Haas2016-12-23
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().Robert Haas2016-12-19
* Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas2016-12-16
* Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().Robert Haas2016-12-16
* Improve hash index bucket split behavior.Robert Haas2016-11-30
* Replace uses of SPI_modifytuple that intend to allocate in current context.Tom Lane2016-11-08
* Remove duplicate macro definition.Tom Lane2016-11-05
* Rename "pg_xlog" directory to "pg_wal".Robert Haas2016-10-20
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Fix some typos in commentPeter Eisentraut2016-09-26
* Fix outdated comments, GIST search queue is not an RBTree anymore.Heikki Linnakangas2016-09-20
* Have heapam.h include lockdefs.h rather than lock.h.Robert Haas2016-09-13
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* Support multiple iterators in the Red-Black Tree implementation.Heikki Linnakangas2016-09-02
* Split hash.h → hash_xlog.hAlvaro Herrera2016-08-29
* Improve SP-GiST opclass API to better support unlabeled nodes.Tom Lane2016-08-23
* Fix deletion of speculatively inserted TOAST on conflictAndres Freund2016-08-17
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Minor cleanup for access/transam/parallel.c.Tom Lane2016-08-01
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* Remove unused arguments in two GiST subroutinesAlvaro Herrera2016-06-28
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-24
* Fix building of large (bigger than shared_buffers) hash indexes.Tom Lane2016-06-24
* pg_visibility: Add pg_truncate_visibility_map function.Robert Haas2016-06-17
* Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.Robert Haas2016-06-15
* pgindent run for 9.6Robert Haas2016-06-09
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Cosmetic improvements to freeze map code.Robert Haas2016-06-03
* C comment improvement & typo fix.Kevin Grittner2016-06-02
* Mark wal_level as PGDLLIMPORT.Tom Lane2016-05-24
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-28
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Remove trailing commas in enums.Andres Freund2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Improve API of GenericXLogRegister().Tom Lane2016-04-12
* Get rid of GenericXLogUnregister().Tom Lane2016-04-09
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08