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
/
include
/
access
Age
Commit message (
Expand
)
Author
2018-09-06
Fix the overrun in hash index metapage for smaller block sizes.
Amit Kapila
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
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-05
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-04
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-03
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-04-01
Fix a boatload of typos in C comments.
Tom Lane
2018-03-30
Predicate locking in GIN index
Teodor Sigaev
2018-03-28
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-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-26
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-23
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-16
Simplify parse representation of savepoint commands
Peter Eisentraut
2018-03-16
Rename TransactionChain functions
Peter Eisentraut
2018-03-01
Remove redundant IndexTupleDSize macro.
Tom Lane
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-02
Support parallel btree index builds.
Robert Haas
2018-02-02
Add new function WaitForParallelWorkersToAttach.
Robert Haas
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-03
Update copyright for 2018
Bruce Momjian
2018-01-02
Don't cast between GinNullCategory and bool
Peter Eisentraut
2017-12-27
Protect against hypothetical memory leaks in RelationGetPartitionKey
Alvaro Herrera
2017-12-22
Add optional compression method to SP-GiST
Teodor Sigaev
2017-12-19
Mark a few parallelism-related variables with PGDLLIMPORT.
Robert Haas
[next]