summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-03Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-03Remove unused "m" field in LSEG.Tom Lane
2015-02-03Fix breakage in GEODEBUG debug code.Tom Lane
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-02-02to_char(): prevent writing beyond the allocated bufferBruce Momjian
2015-02-02to_char(): prevent accesses beyond the allocated bufferBruce Momjian
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2015-01-30Provide a way to supress the "out of memory" error when allocating.Robert Haas
2015-01-30Fix assorted oversights in range selectivity estimation.Tom Lane
2015-01-29Move out-of-memory error checks from aset.c to mcxt.cRobert Haas
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-27Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane
2015-01-26Re-enable abbreviated keys on Windows.Robert Haas
2015-01-26Clean up assorted issues in ALTER SYSTEM coding.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-23Fix typos, update README.Robert Haas
2015-01-23Don't use abbreviated keys for the final merge pass.Robert Haas
2015-01-22Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.Robert Haas
2015-01-22More fixes for abbreviated keys infrastructure.Robert Haas
2015-01-22Heavily refactor btsortsupport_worker.Robert Haas
2015-01-21Disable abbreviated keys on Windows.Robert Haas
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-16Advance backend's advertised xmin more aggressively.Heikki Linnakangas
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-12Use correct text domain for errcontext() appearing within ereport().Tom Lane
2015-01-07Fix namespace handling in xpath functionPeter Eisentraut
2015-01-06Correctly handle relcache invalidation corner case during logical decoding.Andres Freund
2015-01-06Improve relcache invalidation handling of currently invisible relations.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-05Fix typo in comment.Fujii Masao
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera
2014-12-25Temporarily revert "Move pg_lzcompress.c to src/common."Tom Lane
2014-12-25Add capability to suppress CONTEXT: messages to elog machinery.Andres Freund
2014-12-25Move pg_lzcompress.c to src/common.Fujii Masao
2014-12-23Revert "Use a bitmask to represent role attributes"Alvaro Herrera
2014-12-23Use a bitmask to represent role attributesAlvaro Herrera
2014-12-23Change local_preload_libraries to PGC_USERSETPeter Eisentraut
2014-12-22Move rbtree.c from src/backend/utils/misc to src/backend/lib.Heikki Linnakangas
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-18Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao
2014-12-16Fix some jsonb issues found by Coverity in recent commits.Andrew Dunstan
2014-12-15Fix point <-> polygon code for zero-distance case.Tom Lane
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-12-13Repair corner-case bug in array version of percentile_cont().Tom Lane