summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-07Check DCH_MAX_ITEM_SIZ limits with <=, not <.Noah Misch
2015-02-07Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-05This routine was calling ecpg_alloc to allocate to memory but did notMichael Meskes
2015-02-04Use a separate memory context for GIN scan keys.Heikki Linnakangas
2015-02-04Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas
2015-02-04Fix memory leaks on OOM in ecpg.Heikki Linnakangas
2015-02-04Add missing float.h include to snprintf.c.Andres Freund
2015-02-04Add dummy PQsslAttributes function for non-SSL builds.Heikki Linnakangas
2015-02-03Remove ill-conceived Assertion in ProcessClientWriteInterrupt().Andres Freund
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-03Don't allow immediate interrupts during authentication anymore.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-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