summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-02-13Fix broken #ifdef for __sparcv8Heikki Linnakangas
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas
2015-02-09Minor cleanup/code review for "indirect toast" stuff.Tom Lane
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-02-09Move pg_lzcompress.c to src/common.Fujii Masao
2015-02-04Use a separate memory context for GIN scan keys.Heikki Linnakangas
2015-02-03Remove remnants of ImmediateInterruptOK handling.Andres Freund
2015-02-03Remove the option to service interrupts during PGSemaphoreLock().Andres Freund
2015-02-03Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund
2015-02-03Remove unused "m" field in LSEG.Tom Lane
2015-02-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
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-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-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
2015-01-29Align buffer descriptors to cache line boundaries.Andres Freund
2015-01-29Add usebypassrls to pg_user and pg_shadowStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-26Add a note to PG_TRY's documentation about volatile safety.Tom Lane
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-23Fix typos, update README.Robert Haas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-22Tweak BRIN minmax operator classAlvaro Herrera
2015-01-22reinit.h: Fix typo in identification commentAlvaro Herrera
2015-01-20Add strxfrm_l to list of functions where Windows adds an underscore.Robert Haas
2015-01-19Use abbreviated keys for faster sorting of text datums.Robert Haas
2015-01-17Replace walsender's latch with the general shared latch.Andres Freund
2015-01-16Advance backend's advertised xmin more aggressively.Heikki Linnakangas
2015-01-15Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane
2015-01-15Improve performance of EXPLAIN with large range tables.Tom Lane
2015-01-15Blindly try to fix a warning in s_lock.h when compiling with gcc on HPPA.Andres Freund
2015-01-14Add a default local latch for use in signal handlers.Andres Freund
2015-01-13Commonalize process startup code.Andres Freund
2015-01-13Add barriers to the latch code.Andres Freund
2015-01-13Fix typos in comment.Heikki Linnakangas
2015-01-11Remove configure test for nonstandard variants of getpwuid_r().Tom Lane
2015-01-11Fix libpq's behavior when /etc/passwd isn't readable.Tom Lane
2015-01-11Provide a generic fallback for pg_compiler_barrier using an extern function.Andres Freund
2015-01-11Fix alignment of pg_atomic_uint64 variables on some 32bit platforms.Andres Freund
2015-01-08Move comment about sun cc's __machine_rw_barrier being a full barrier.Andres Freund
2015-01-08On Darwin, detect and report a multithreaded postmaster.Noah Misch
2015-01-06Update copyright for 2015Bruce Momjian
2015-01-03Add pg_string_endswith as the start of a string helper library in src/common.Andres Freund
2014-12-30pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera
2014-12-30Add pg_identify_object_as_addressAlvaro Herrera