summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-02-20Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane
2015-02-19Split array_push into separate array_append and array_prepend functions.Tom Lane
2015-02-18Fix opclass/opfamily identity stringsAlvaro Herrera
2015-02-18Fix object identities for pg_conversion objectsAlvaro Herrera
2015-02-17Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane
2015-02-17Fix a bug in pairing heap removal code.Heikki Linnakangas
2015-02-17Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-16Fix misuse of memcpy() in check_ip().Tom Lane
2015-02-16Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-02-16Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-13Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas
2015-02-12Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane
2015-02-12Fix minor memory leak in ident_inet().Tom Lane
2015-02-11Fix GEQO to not assume its join order heuristic always works.Tom Lane
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-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-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-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-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-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-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-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