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
2016-10-27
Fix possible pg_basebackup failure on standby with "include WAL".
Robert Haas
2016-10-24
Preserve commit timestamps across clean restart
Alvaro Herrera
2016-10-21
Fix comment formatting.
Robert Haas
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-19
Fix WAL-logging of FSM and VM truncation.
Heikki Linnakangas
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-26
Replace the built-in GIN array opclasses with a single polymorphic opclass.
Tom Lane
2016-09-23
Remove useless code.
Tom Lane
2016-09-21
Delay updating control file to "in production"
Peter Eisentraut
2016-09-20
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-13
Have heapam.h include lockdefs.h rather than lock.h.
Robert Haas
2016-09-09
Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple.
Tom Lane
2016-09-09
Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it.
Tom Lane
2016-09-09
Fix locking a tuple updated by an aborted (sub)transaction
Alvaro Herrera
2016-09-09
Fix corruption of 2PC recovery with subxacts
Simon Riggs
2016-09-08
Fix minor memory leak in Standby startup
Simon Riggs
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-03
Fix corrupt GIN_SEGMENT_ADDITEMS WAL records on big-endian hardware.
Tom Lane
2016-09-03
New recovery target recovery_target_lsn
Simon Riggs
2016-09-02
Support multiple iterators in the Red-Black Tree implementation.
Heikki Linnakangas
2016-08-31
Prevent starting a standalone backend with standby_mode on.
Tom Lane
2016-08-29
Split hash.h → hash_xlog.h
Alvaro Herrera
2016-08-29
Fix typos in comments.
Fujii Masao
2016-08-29
Fix pg_xlogdump so that it handles cross-page XLP_FIRST_IS_CONTRECORD record.
Fujii Masao
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Fix potential memory leakage from HandleParallelMessages().
Tom Lane
2016-08-26
Fix logic for adding "parallel worker" context line to worker errors.
Tom Lane
2016-08-25
Fix small query-lifespan memory leak in bulk updates.
Tom Lane
2016-08-24
Suppress compiler warnings in non-cassert builds.
Tom Lane
2016-08-23
Improve SP-GiST opclass API to better support unlabeled nodes.
Tom Lane
2016-08-18
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-16
Fix typos
Peter Eisentraut
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-06
In B-tree page deletion, clean up properly after page deletion failure.
Tom Lane
2016-08-05
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
Fix hard to hit race condition in heapam's tuple locking code.
Andres Freund
2016-08-03
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-02
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-07-28
Message style improvements
Peter Eisentraut
2016-07-21
Remove unused structure member.
Robert Haas
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-16
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
[next]