summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-08-03Use a complete new snaphot for COPYcopy-snapshot-fixSven Wegener
2016-08-02Remove duplicate InitPostmasterChild() call while starting a bgworker.Tom Lane
2016-08-02Block interrupts during HandleParallelMessages().Tom Lane
2016-08-02Change minimum max_worker_processes from 1 to 0Peter 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-07-31Code review for tqueue.c: fix memory leaks, speed it up, other fixes.Tom Lane
2016-07-29Fix worst memory leaks in tqueue.c.Tom Lane
2016-07-29Fix tqueue.c's range-remapping code.Tom Lane
2016-07-29Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas
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-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-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-25Fix typoPeter Eisentraut
2016-07-25Message style improvementsPeter Eisentraut
2016-07-23Correctly set up aggregate FILTER expression in partial-aggregation plans.Tom Lane
2016-07-22Remove GetUserMappingId() and GetUserMappingById().Tom Lane
2016-07-21Remove unused structure member.Robert Haas
2016-07-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.Tom Lane
2016-07-19Add comment & docs about no vacuum truncation with sto.Kevin Grittner
2016-07-18Fix typos in comments and debug messageMagnus Hagander
2016-07-18Translation updatesPeter Eisentraut
2016-07-18Clear all-frozen visibilitymap status when locking tuples.Andres Freund
2016-07-17Remove obsolete comment.Tom Lane
2016-07-16Add regression test case exercising the sorting path for hash index build.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-07-15Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund
2016-07-15Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund
2016-07-15Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2016-07-15Fix parsing NOT sequence in tsqueryTeodor Sigaev
2016-07-15Fix nested NOT operation cleanup in tsquery.Teodor Sigaev
2016-07-14Adjust spellings of forms of "cancel"Peter Eisentraut
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-07-13Add a regression test case to improve code coverage for tuplesort.Tom Lane
2016-07-12Add serial comma and quoting to messagePeter Eisentraut
2016-07-11Print a given subplan only once in EXPLAIN.Tom Lane
2016-07-11Fix start WAL filename for concurrent backups from standbyMagnus Hagander
2016-07-10Revert "Add some temporary code to record stack usage at server process exit."Tom Lane
2016-07-09Improve recording of IA64 stack data.Tom Lane
2016-07-08Add more temporary code to record stack usage at server process exit.Tom Lane
2016-07-08Add some temporary code to record stack usage at server process exit.Tom Lane
2016-07-07Fix typo in comment.Robert Haas