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
2018-04-16
Fix broken collation-aware searches in SP-GiST text opclass.
Tom Lane
2018-04-11
Ignore nextOid when replaying an ONLINE checkpoint.
Tom Lane
2018-04-11
Do not select new object OIDs that match recently-dead entries.
Tom Lane
2018-03-26
Fix thinko in comment
Alvaro Herrera
2018-03-22
Fix tuple counting in SP-GiST index build.
Tom Lane
2018-03-20
Prevent query-lifespan memory leakage of SP-GiST traversal values.
Tom Lane
2018-03-17
Fix WHERE CURRENT OF when the referenced cursor uses an index-only scan.
Tom Lane
2018-03-02
Fix VM buffer pin management in heap_lock_updated_tuple_rec().
Tom Lane
2018-03-02
Make gistvacuumcleanup() count the actual number of index tuples.
Tom Lane
2018-03-01
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-01-23
Report an ERROR if a parallel worker fails to start properly.
Robert Haas
2018-01-09
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2017-12-18
Fix bug in cancellation of non-exclusive backup to avoid assertion failure.
Fujii Masao
2017-12-15
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-08
Fix mistake in comment
Peter Eisentraut
2017-12-04
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-11-26
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-16
Fix broken cleanup interlock for GIN pending list.
Robert Haas
2017-11-03
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-02
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-10-29
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-06
Fix access-off-end-of-array in clog.c.
Tom Lane
2017-10-06
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-09-28
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-08-14
Handle elog(FATAL) during ROLLBACK more robustly.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-08-08
Reword some unclear comments
Alvaro Herrera
2017-07-26
Fix concurrent locking of tuple update chain
Alvaro Herrera
2017-07-21
Fix double shared memory allocation.
Teodor Sigaev
2017-07-06
Fix potential data corruption during freeze
Teodor Sigaev
2017-06-22
Fix typo in comment
Alvaro Herrera
2017-06-21
Fix possibility of creating a "phantom" segment after promotion.
Andres Freund
2017-06-06
Prevent possibility of panics during shutdown checkpoint.
Andres Freund
2017-06-04
Assorted translatable string fixes
Alvaro Herrera
2017-05-30
Fix wording in amvalidate error messages
Alvaro Herrera
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-04
Fix pfree-of-already-freed-tuple when rescanning a GiST index-only scan.
Tom Lane
2017-04-23
Fix order of arguments to SubTransSetParent().
Tom Lane
2017-04-15
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-01
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-03-24
Fix backup canceling
Teodor Sigaev
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-28
Fix incorrect variable datatype
Magnus Hagander
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-01
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-01-17
Fix an assertion failure related to an exclusive backup.
Fujii Masao
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
BRIN revmap pages are not standard pages ...
Alvaro Herrera
[next]