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
2016-11-05
Remove duplicate macro definition.
Tom Lane
2016-10-20
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
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-17
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-24
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-14
Remove trailing commas in enums.
Andres Freund
2016-04-13
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-29
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-01
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-21
Improve index AMs' opclass validation procedures.
Tom Lane
[next]