aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* C comment: fix typoBruce Momjian2016-08-03
* Small wording tweaksPeter Eisentraut2016-08-02
* Remove duplicate InitPostmasterChild() call while starting a bgworker.Tom Lane2016-08-02
* Block interrupts during HandleParallelMessages().Tom Lane2016-08-02
* Change minimum max_worker_processes from 1 to 0Peter Eisentraut2016-08-02
* Fix pg_dump's handling of public schema with both -c and -C options.Tom Lane2016-08-02
* Consistently capitalize names of recovery testsPeter Eisentraut2016-08-02
* Minor cleanup for access/transam/parallel.c.Tom Lane2016-08-01
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Remove unused arguments from pg_replication_origin_xact_reset function.Fujii Masao2016-08-02
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-01
* Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao2016-08-01
* Code review for tqueue.c: fix memory leaks, speed it up, other fixes.Tom Lane2016-07-31
* Correctly handle owned sequences with extensionsStephen Frost2016-07-31
* Fix worst memory leaks in tqueue.c.Tom Lane2016-07-29
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-29
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-29
* Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane2016-07-28
* Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane2016-07-28
* Message style improvementsPeter Eisentraut2016-07-28
* Fix assorted fallout from IS [NOT] NULL patch.Tom Lane2016-07-28
* Improve documentation about CREATE TABLE ... LIKE.Tom Lane2016-07-28
* Register atexit hook only once in pg_upgrade.Tom Lane2016-07-28
* tqueue.c's record-typmod hashtables need the HASH_BLOBS option.Tom Lane2016-07-28
* Fix cost_rescan() to account for multi-batch hashing correctly.Tom Lane2016-07-27
* Fix thinko in copyParamList.Robert Haas2016-07-27
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-26
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-26
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Fix improper example of using psql() function in TAP tests documentation.Fujii Masao2016-07-26
* Fix typoPeter Eisentraut2016-07-25
* Message style improvementsPeter Eisentraut2016-07-25
* Give recovery tests more time to finishAlvaro Herrera2016-07-25
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-23
* Correctly set up aggregate FILTER expression in partial-aggregation plans.Tom Lane2016-07-23
* Fix regression tests to work in Welsh locale.Tom Lane2016-07-22
* Remove GetUserMappingId() and GetUserMappingById().Tom Lane2016-07-22
* Make pltcl regression tests safe for Danish locale.Tom Lane2016-07-21
* Make core regression tests safe for Danish locale.Tom Lane2016-07-21
* Remove unused structure member.Robert Haas2016-07-21
* Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane2016-07-19
* Add comment & docs about no vacuum truncation with sto.Kevin Grittner2016-07-19
* Stamp 9.6beta3.REL9_6_BETA3Tom Lane2016-07-18
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* Translation updatesPeter Eisentraut2016-07-18
* Clear all-frozen visibilitymap status when locking tuples.Andres Freund2016-07-18
* Remove obsolete comment.Tom Lane2016-07-17
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Correctly dump database and tablespace ACLsStephen Frost2016-07-17