summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-03Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund
2015-02-03Fix breakage in GEODEBUG debug code.Tom Lane
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-03Refactor page compactifying code.Heikki Linnakangas
2015-02-03Fix typo in comment.Heikki Linnakangas
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-02port/snprintf(): fix overflow and do paddingBruce Momjian
2015-02-02to_char(): prevent writing beyond the allocated bufferBruce Momjian
2015-02-02to_char(): prevent accesses beyond the allocated bufferBruce Momjian
2015-02-02Translation updatesPeter Eisentraut
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-31Update time zone data files to tzdata release 2015a.Tom Lane
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-30Fix query-duration memory leak with GIN rescans.Heikki Linnakangas
2015-01-30Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner
2015-01-30Fix BuildIndexValueDescription for expressionsStephen Frost
2015-01-29Properly terminate the array returned by GetLockConflicts().Andres Freund
2015-01-29Align buffer descriptors to cache line boundaries.Andres Freund
2015-01-29Fix #ifdefed'ed out code to compile again.Andres Freund
2015-01-29Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas
2015-01-29Move out-of-memory error checks from aset.c to mcxt.cRobert Haas
2015-01-29Add usebypassrls to pg_user and pg_shadowStephen Frost
2015-01-28Clean up range-table building in copy.cStephen Frost
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-28Fix typo in comment.Heikki Linnakangas
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2015-01-27Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane
2015-01-26Add a note to PG_TRY's documentation about volatile safety.Tom Lane
2015-01-26Re-enable abbreviated keys on Windows.Robert Haas
2015-01-26Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane
2015-01-26Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane
2015-01-26Further cleanup of ReorderBufferCommit().Tom Lane
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-24Fix unsafe coding in ReorderBufferCommit().Tom Lane
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-24Remove no-longer-referenced src/port/gethostname.c.Tom Lane
2015-01-24Fix assignment operator thinkoAlvaro Herrera
2015-01-23Fix typos, update README.Robert Haas
2015-01-23vacuumdb: enable parallel modeAlvaro Herrera
2015-01-23Don't use abbreviated keys for the final merge pass.Robert Haas
2015-01-23Add an explicit cast to Size to hyperloglog.cRobert Haas
2015-01-22Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane
2015-01-22Fix whitespacePeter Eisentraut