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
Age
Commit message (
Expand
)
Author
2016-08-03
Use a complete new snaphot for COPY
copy-snapshot-fix
Sven Wegener
2016-08-02
Small wording tweaks
Peter Eisentraut
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-02
Fix pg_dump's handling of public schema with both -c and -C options.
Tom Lane
2016-08-02
Consistently capitalize names of recovery tests
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-08-02
Remove unused arguments from pg_replication_origin_xact_reset function.
Fujii Masao
2016-08-01
Fixed array checking code for "unsigned long long" datatypes in libecpg.
Michael Meskes
2016-08-01
Fix pg_basebackup so that it accepts 0 as a valid compression level.
Fujii Masao
2016-07-31
Code review for tqueue.c: fix memory leaks, speed it up, other fixes.
Tom Lane
2016-07-31
Correctly handle owned sequences with extensions
Stephen Frost
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
Fix pq_putmessage_noblock() to not block.
Tom Lane
2016-07-29
Eliminate a few more user-visible "cache lookup failed" errors.
Robert Haas
2016-07-28
Guard against empty buffer in gets_fromFile()'s check for a newline.
Tom Lane
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
Register atexit hook only once in pg_upgrade.
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-26
Fix improper example of using psql() function in TAP tests documentation.
Fujii Masao
2016-07-25
Fix typo
Peter Eisentraut
2016-07-25
Message style improvements
Peter Eisentraut
2016-07-25
Give recovery tests more time to finish
Alvaro Herrera
2016-07-23
Make the AIX case of Makefile.shlib safe for parallel make.
Noah Misch
2016-07-23
Correctly set up aggregate FILTER expression in partial-aggregation plans.
Tom Lane
2016-07-22
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-21
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-07-21
Make core regression tests safe for Danish locale.
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
Stamp 9.6beta3.
REL9_6_BETA3
Tom Lane
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-17
Establish conventions about global object names used in regression tests.
Tom Lane
2016-07-17
Correctly dump database and tablespace ACLs
Stephen Frost
[next]