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