summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-03Use a complete new snaphot for COPYcopy-snapshot-fixSven Wegener
2016-08-02doc: Remove slightly confusing xreflabelsPeter Eisentraut
2016-08-02Small wording tweaksPeter Eisentraut
2016-08-02Remove duplicate InitPostmasterChild() call while starting a bgworker.Tom Lane
2016-08-02doc: OS collation changes can break indexesBruce Momjian
2016-08-02Block interrupts during HandleParallelMessages().Tom Lane
2016-08-02Change minimum max_worker_processes from 1 to 0Peter Eisentraut
2016-08-02Fix pg_dump's handling of public schema with both -c and -C options.Tom Lane
2016-08-02doc: Whitespace fixes in man pagesPeter Eisentraut
2016-08-02Consistently capitalize names of recovery testsPeter Eisentraut
2016-08-01Minor cleanup for access/transam/parallel.c.Tom Lane
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-08-02Remove unused arguments from pg_replication_origin_xact_reset function.Fujii Masao
2016-08-01pg_rewind docs: clarify handling of remote serversBruce Momjian
2016-08-01Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes
2016-08-01Fix pg_basebackup so that it accepts 0 as a valid compression level.Fujii Masao
2016-07-31Doc: remove claim that hash index creation depends on effective_cache_size.Tom Lane
2016-07-31Code review for tqueue.c: fix memory leaks, speed it up, other fixes.Tom Lane
2016-07-31Correctly handle owned sequences with extensionsStephen Frost
2016-07-30doc: improve wording of Error Message Style GuideBruce Momjian
2016-07-30pgbench docs: fix incorrect "last two" fields textBruce Momjian
2016-07-30docs: properly capitalize and space kB, MB, GB, TBBruce Momjian
2016-07-29Fix worst memory leaks in tqueue.c.Tom Lane
2016-07-29Fix tqueue.c's range-remapping code.Tom Lane
2016-07-29Fix pq_putmessage_noblock() to not block.Tom Lane
2016-07-29Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas
2016-07-28Documentation spell checking and markup improvementsPeter Eisentraut
2016-07-28Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane
2016-07-28Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.Tom Lane
2016-07-28Message style improvementsPeter Eisentraut
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-28Register atexit hook only once in pg_upgrade.Tom Lane
2016-07-28Fix incorrect description of udt_privileges view in documentation.Fujii Masao
2016-07-28tqueue.c's record-typmod hashtables need the HASH_BLOBS option.Tom Lane
2016-07-27Fix cost_rescan() to account for multi-batch hashing correctly.Tom Lane
2016-07-27Fix thinko in copyParamList.Robert Haas
2016-07-26Allow functions that return sets of tuples to return simple NULLs.Tom Lane
2016-07-26Change various deparsing functions to return NULL for invalid input.Robert Haas
2016-07-26Repair damage done by citext--1.1--1.2.sql.Robert Haas
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-26Fix improper example of using psql() function in TAP tests documentation.Fujii Masao
2016-07-25Fix typoPeter Eisentraut
2016-07-25Message style improvementsPeter Eisentraut
2016-07-25Fix typo in comment.Fujii Masao
2016-07-25Give recovery tests more time to finishAlvaro Herrera
2016-07-23Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch
2016-07-23Correctly set up aggregate FILTER expression in partial-aggregation plans.Tom Lane
2016-07-22Fix regression tests to work in Welsh locale.Tom Lane
2016-07-22Remove GetUserMappingId() and GetUserMappingById().Tom Lane