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
2016-10-12
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-09-26
Fix some typos in comment
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-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-29
Split hash.h → hash_xlog.h
Alvaro Herrera
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-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-06-28
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-24
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-17
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-06-02
C comment improvement & typo fix.
Kevin Grittner
2016-05-25
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-04
Revert timeline following in replication slots
Alvaro Herrera
2016-04-28
Prevent to use magic constants
Teodor Sigaev
2016-04-28
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-14
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-12
Improve API of GenericXLogRegister().
Tom Lane
2016-04-09
Get rid of GenericXLogUnregister().
Tom Lane
2016-04-08
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-04-05
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-01
Add Generic WAL interface
Teodor Sigaev
2016-03-30
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
Introduce traversalValue for SP-GiST scan
Teodor Sigaev
2016-03-30
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-18
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-02
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-01-28
Add gin_clean_pending_list function to clean up GIN pending list
Fujii Masao
2016-01-22
Improve index AMs' opclass validation procedures.
Tom Lane
2016-01-21
Remove unused argument from ginInsertCleanup()
Fujii Masao
2016-01-21
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
[next]