index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
Age
Commit message (
Expand
)
Author
2018-06-27
Cosmetic improvements for faster column addition.
Amit Kapila
2018-05-30
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-05
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-22
Use stdbool.h if suitable
Peter Eisentraut
2018-03-22
Add FIELDNO_* macro designating offset into structs required for JIT.
Andres Freund
2018-03-19
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-02-28
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-02
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
2017-12-14
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-12-04
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
[next]