aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas2015-02-13
* Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane2015-02-11
* Fix minor memory leak in ident_inet().Tom Lane2015-02-11
* Fix GEQO to not assume its join order heuristic always works.Tom Lane2015-02-10
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-09
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Check DCH_MAX_ITEM_SIZ limits with <=, not <.Noah Misch2015-02-06
* Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch2015-02-06
* Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas2015-02-06
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Remove ill-conceived Assertion in ProcessClientWriteInterrupt().Andres Freund2015-02-03
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Remove the option to service interrupts during PGSemaphoreLock().Andres Freund2015-02-03
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Don't allow immediate interrupts during authentication anymore.Andres Freund2015-02-03
* Remove unused "m" field in LSEG.Tom Lane2015-02-03
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-03
* Fix breakage in GEODEBUG debug code.Tom Lane2015-02-03
* Refactor page compactifying code.Heikki Linnakangas2015-02-03
* Fix typo in comment.Heikki Linnakangas2015-02-03
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-02
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* to_char(): prevent writing beyond the allocated bufferBruce Momjian2015-02-02
* to_char(): prevent accesses beyond the allocated bufferBruce Momjian2015-02-02
* Translation updatesPeter Eisentraut2015-02-01
* Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane2015-01-30
* Provide a way to supress the "out of memory" error when allocating.Robert Haas2015-01-30
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-30
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Fix BuildIndexValueDescription for expressionsStephen Frost2015-01-29
* Properly terminate the array returned by GetLockConflicts().Andres Freund2015-01-29
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Fix #ifdefed'ed out code to compile again.Andres Freund2015-01-29
* Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.Heikki Linnakangas2015-01-29
* Move out-of-memory error checks from aset.c to mcxt.cRobert Haas2015-01-29
* Add usebypassrls to pg_user and pg_shadowStephen Frost2015-01-28
* Clean up range-table building in copy.cStephen Frost2015-01-28
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Fix typo in comment.Heikki Linnakangas2015-01-28
* Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas2015-01-28
* Fix NUMERIC field access macros to treat NaNs consistently.Tom Lane2015-01-27
* Re-enable abbreviated keys on Windows.Robert Haas2015-01-26
* Fix volatile-safety issue in asyncQueueReadAllNotifications().Tom Lane2015-01-26
* Further cleanup of ReorderBufferCommit().Tom Lane2015-01-25
* Clean up assorted issues in ALTER SYSTEM coding.Tom Lane2015-01-25