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
2019-03-24
Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0
Alexander Korotkov
2019-03-19
Make checkpoint requests more robust.
Tom Lane
2018-12-13
Prevent GIN deleted pages from being reclaimed too early
Alexander Korotkov
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-05-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-08-22
Backpatch introduction of TupleDescAttr(tupdesc, i).
Andres Freund
2017-07-31
Fix comment.
Tatsuo Ishii
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
2016-11-17
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2015-09-09
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-07-27
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2014-12-30
Revert the GinMaxItemSize calculation so that we fit 3 tuples per page.
Heikki Linnakangas
2014-10-20
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-01
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-09-02
Silence warning on new versions of clang.
Heikki Linnakangas
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-07-14
Move view reloptions into their own varlena struct
Alvaro Herrera
2014-07-12
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-06-27
Have multixact be truncated by checkpoint, not vacuum
Alvaro Herrera
2014-06-09
Wrap multixact/members correctly during extension, take 2
Alvaro Herrera
2014-06-05
Adjust SP-GiST WAL record formats to reduce alignment padding.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-01
Fix failure to detoast fields in composite elements of structured types.
Tom Lane
2014-04-24
Fix race when updating a tuple concurrently locked by another process
Alvaro Herrera
2014-04-23
Cleanup of new b-tree page deletion code.
Heikki Linnakangas
2014-04-20
Fix another typo.
Robert Haas
2014-04-14
Set pd_lower on internal GIN posting tree pages.
Heikki Linnakangas
2014-04-09
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-03
Avoid palloc in critical section in GiST WAL-logging.
Heikki Linnakangas
2014-04-01
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
Heikki Linnakangas
2014-03-31
Rewrite the way GIN posting lists are packed on a page, to reduce WAL volume.
Heikki Linnakangas
2014-03-31
Rename GinLogicValue to GinTernaryValue.
Heikki Linnakangas
2014-03-24
Change ginMergeItemPointers to return a palloc'd array.
Heikki Linnakangas
2014-03-21
Fix thinkos in GinLogicValue enum.
Heikki Linnakangas
2014-03-21
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-18
Remove rm_safe_restartpoint machinery.
Heikki Linnakangas
[next]