summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-03-03Add pg_current_logfile() function.Robert Haas
2017-03-03Notify bgworker registrant after freeing worker slot.Robert Haas
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-03-02Refactor bitmap heap scan in preparation for parallel support.Robert Haas
2017-03-02Don't uselessly rewrite, truncate, VACUUM, or ANALYZE partitioned tables.Robert Haas
2017-03-02Update comments overlooked by 2f5c9d9c9cec436e55847ec580606d7e88067df6.Robert Haas
2017-03-02Handle unaligned SerializeSnapshot() buffer.Noah Misch
2017-03-01Fix naming inconsistencyPeter Eisentraut
2017-03-01Collect duplicate copies of oid_cmp()Peter Eisentraut
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-03-01hash: Refactor and clean up bucket split code.Robert Haas
2017-03-01Fix assertion failure due to over-eager code deduplication.Andres Freund
2017-03-01Overhaul memory management README.Andres Freund
2017-03-01Reduce size of common allocation header.Andres Freund
2017-02-28Use proper enum constants for LockWaitPolicyPeter Eisentraut
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-02-27Allow index AMs to return either HeapTuple or IndexTuple format during IOS.Tom Lane
2017-02-27hash: Refactor overflow page allocation.Robert Haas
2017-02-27hash: Refactor bucket squeeze code.Robert Haas
2017-02-27chomp PQerrorMessage() in backend usesPeter Eisentraut
2017-02-27Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund
2017-02-27Add "Slab" MemoryContext implementation for efficient equal-sized allocations.Andres Freund
2017-02-27Make useful infrastructure from aset.c generally available.Andres Freund
2017-02-26Allow custom and foreign scans to have shutdown callbacks.Robert Haas
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-24Make tablesample work with partitioned tables.Robert Haas
2017-02-24Add an Assert that enum_cmp_internal() gets passed an FmgrInfo pointer.Tom Lane
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-23Fix logical replication with different encodingsPeter Eisentraut
2017-02-23Remove deprecated COMMENT ON RULE syntaxPeter Eisentraut
2017-02-22Correctly handle array pseudotypes in to_json and to_jsonbAndrew Dunstan
2017-02-22Pass the source text for a parallel query to the workers.Robert Haas
2017-02-22Shut down Gather's children before shutting down Gather itself.Robert Haas
2017-02-21Suppress unused-variable warning.Tom Lane
2017-02-21Fix sloppy handling of corner-case errors in fd.c.Tom Lane
2017-02-21Fix whitespacePeter Eisentraut
2017-02-21Fix typo in comment.Fujii Masao
2017-02-21Fix connection leak in DROP SUBSCRIPTION command.Fujii Masao
2017-02-21Make walsender always initialize the buffers.Fujii Masao
2017-02-21Remove confusing comment about unsupported feature.Fujii Masao
2017-02-21Make more use of castNode()Peter Eisentraut
2017-02-20Improve error message for misuse of TZ, tz, OF formatting patterns.Tom Lane
2017-02-19Suppress "unused variable" warnings with older versions of flex.Tom Lane
2017-02-19Make partitions automatically inherit OIDs.Robert Haas
2017-02-19Add optimizer and executor support for parallel index-only scans.Robert Haas
2017-02-19Make dsa_allocate interface more like MemoryContextAlloc.Robert Haas
2017-02-18Optimize query for information_schema.constraint_column_usagePeter Eisentraut