index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-15
btree: Support parallel index scans.
Robert Haas
2017-02-14
Split index xlog headers from other private index headers.
Robert Haas
2017-02-14
Minor fixes for WAL consistency checking.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-19
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
2016-12-16
Simplify LWLock tranche machinery by removing array_base/array_stride.
Robert Haas
2016-12-16
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
Robert Haas
2016-11-30
Improve hash index bucket split behavior.
Robert Haas
2016-11-08
Replace uses of SPI_modifytuple that intend to allocate in current context.
Tom Lane
2016-11-05
Remove duplicate macro definition.
Tom Lane
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-09-26
Fix some typos in comment
Peter Eisentraut
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-23
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-28
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-17
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-02
C comment improvement & typo fix.
Kevin Grittner
2016-05-25
Mark wal_level as PGDLLIMPORT.
Tom Lane
[next]