index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
C comment: fix typo
Bruce Momjian
2016-08-03
*
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-02
*
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-01
*
Remove unused arguments from pg_replication_origin_xact_reset function.
Fujii Masao
2016-08-02
*
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-08-01
*
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-31
*
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-29
*
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-28
*
Fix cost_rescan() to account for multi-batch hashing correctly.
Tom Lane
2016-07-27
*
Fix thinko in copyParamList.
Robert Haas
2016-07-27
*
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-26
*
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-25
*
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-23
*
Fix regression tests to work in Welsh locale.
Tom Lane
2016-07-22
*
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-22
*
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-21
*
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-19
*
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-18
*
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
2016-07-17
[prev]
[next]