index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Commit message (
Expand
)
Author
Age
*
Add support for nearest-neighbor (KNN) searches to SP-GiST
Alexander Korotkov
2018-09-19
*
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
2018-09-06
*
Comment fix for rewriteheap.h.
Jeff Davis
2018-08-25
*
doc: Update uses of the word "procedure"
Peter Eisentraut
2018-08-22
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Cosmetic improvements for faster column addition.
Amit Kapila
2018-06-27
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Improve representation of 'moved partitions' indicator on deleted tuples.
Andres Freund
2018-05-01
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fix wrong validation of top-parent pointer during page deletion in Btree.
Teodor Sigaev
2018-04-23
*
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-19
*
Fix confusion on the padding of GIDs in on commit and abort records.
Heikki Linnakangas
2018-04-17
*
Add commentary explaining why MaxIndexTuplesPerPage calculation is safe.
Tom Lane
2018-04-14
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Support index INCLUDE in the AM properties interface.
Andrew Gierth
2018-04-08
*
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
2018-04-07
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Improve FSM management for BRIN indexes.
Tom Lane
2018-04-04
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fix a boatload of typos in C comments.
Tom Lane
2018-04-01
*
Predicate locking in GIN index
Teodor Sigaev
2018-03-30
*
Store 2PC GID in commit/abort WAL recs for logical decoding
Simon Riggs
2018-03-28
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
*
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
*
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-22
*
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-19
*
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
*
Rename TransactionChain functions
Peter Eisentraut
2018-03-16
*
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-28
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-02-02
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Don't cast between GinNullCategory and bool
Peter Eisentraut
2018-01-02
*
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-27
[next]