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
/
backend
Age
Commit message (
Expand
)
Author
2016-08-03
Use a complete new snaphot for COPY
copy-snapshot-fix
Sven Wegener
2016-08-02
Remove duplicate InitPostmasterChild() call while starting a bgworker.
Tom Lane
2016-08-02
Block interrupts during HandleParallelMessages().
Tom Lane
2016-08-02
Change minimum max_worker_processes from 1 to 0
Peter Eisentraut
2016-08-01
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-07-31
Code review for tqueue.c: fix memory leaks, speed it up, other fixes.
Tom Lane
2016-07-29
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-28
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
Message style improvements
Peter Eisentraut
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
Improve documentation about CREATE TABLE ... LIKE.
Tom Lane
2016-07-28
tqueue.c's record-typmod hashtables need the HASH_BLOBS option.
Tom Lane
2016-07-27
Fix cost_rescan() to account for multi-batch hashing correctly.
Tom Lane
2016-07-27
Fix thinko in copyParamList.
Robert Haas
2016-07-26
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
Change various deparsing functions to return NULL for invalid input.
Robert Haas
2016-07-26
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-25
Fix typo
Peter Eisentraut
2016-07-25
Message style improvements
Peter Eisentraut
2016-07-23
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-22
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-21
Remove unused structure member.
Robert Haas
2016-07-19
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-19
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-18
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
Translation updates
Peter Eisentraut
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-17
Remove obsolete comment.
Tom Lane
2016-07-16
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-15
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 invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-14
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-13
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-12
Add serial comma and quoting to message
Peter Eisentraut
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-10
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-09
Improve recording of IA64 stack data.
Tom Lane
2016-07-08
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
Add some temporary code to record stack usage at server process exit.
Tom Lane
2016-07-07
Fix typo in comment.
Robert Haas
[next]