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
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
2019-01-18
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-15
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-15
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-15
Remove too generically named MissingPtr typedef.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-27
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-13
Create a separate oid range for oids assigned by genbki.pl.
Andres Freund
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-12-06
Cleanup comments in xlog compression
Stephen Frost
2018-11-25
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
Improve description of buffer used to store records in WAL reader
Michael Paquier
2018-11-17
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-09
Fix incorrect routine name in xlog_heapam.h
Michael Paquier
2018-11-06
Rename rbtree.c functions to use "rbt" prefix not "rb" prefix.
Tom Lane
2018-10-25
Add pg_promote function
Michael Paquier
2018-10-15
Move generic slot support functions from heaptuple.c into execTuples.c.
Andres Freund
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-06
Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.
Tom Lane
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-18
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-06
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-08-25
Comment fix for rewriteheap.h.
Jeff Davis
2018-08-22
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-05-30
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-01
Improve representation of 'moved partitions' indicator on deleted tuples.
Andres Freund
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-19
Fix datatype for number of heap tuples during last cleanup
Teodor Sigaev
2018-04-19
Adjust INCLUDE index truncation comments and code.
Teodor Sigaev
2018-04-17
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-14
Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-09
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-08
Support index INCLUDE in the AM properties interface.
Andrew Gierth
2018-04-07
Raise error when affecting tuple moved into different partition.
Andres Freund
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
[next]