index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2017-03-07
hash: Refactor hash index creation.
Robert Haas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-06
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-03
Improve error reporting for tuple-routing failures.
Robert Haas
2017-03-01
hash: Refactor and clean up bucket split code.
Robert Haas
2017-02-28
Fix incorrect variable datatype
Magnus Hagander
2017-02-27
Allow index AMs to return either HeapTuple or IndexTuple format during IOS.
Tom Lane
2017-02-27
hash: Refactor overflow page allocation.
Robert Haas
2017-02-27
hash: Refactor bucket squeeze code.
Robert Haas
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove pg_control's enableIntTimes field.
Tom Lane
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 dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-09
Rename user-facing tools with "xlog" in the name to say "wal".
Robert Haas
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
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
Fix compiler warning.
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-03
Improve grammar of message about two-phase state files.
Robert Haas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-02-01
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
Refactor other replication commands to use DestRemoteSimple.
Robert Haas
2017-01-31
Move comment about test slightly closer to test.
Robert Haas
2017-01-25
Be more aggressive in avoiding tuple conversion.
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-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-18
Improve comment in hashsearch.c.
Robert Haas
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-10
Improve coding in _hash_addovflpage.
Robert Haas
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
BRIN revmap pages are not standard pages ...
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-26
Remove triggerable Assert in hashname().
Tom Lane
2016-12-23
Remove _hash_chgbufaccess().
Robert Haas
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
Fix broken error check in _hash_doinsert.
Robert Haas
2016-12-19
Fix locking problem in _hash_squeezebucket() / _hash_freeovflpage().
Robert Haas
[next]