index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2015-02-03
Remove remnants of ImmediateInterruptOK handling.
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
Fix breakage in GEODEBUG debug code.
Tom Lane
2015-02-02
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-01-30
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-29
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-27
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-26
Re-enable abbreviated keys on Windows.
Robert Haas
2015-01-26
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-23
Fix typos, update README.
Robert Haas
2015-01-23
Don't use abbreviated keys for the final merge pass.
Robert Haas
2015-01-22
Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.
Robert Haas
2015-01-22
More fixes for abbreviated keys infrastructure.
Robert Haas
2015-01-22
Heavily refactor btsortsupport_worker.
Robert Haas
2015-01-21
Disable abbreviated keys on Windows.
Robert Haas
2015-01-19
Use abbreviated keys for faster sorting of text datums.
Robert Haas
2015-01-16
Advance backend's advertised xmin more aggressively.
Heikki Linnakangas
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-14
Add a default local latch for use in signal handlers.
Andres Freund
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-05
Fix typo in comment.
Fujii Masao
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
Change local_preload_libraries to PGC_USERSET
Peter Eisentraut
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-16
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-15
Fix point <-> polygon code for zero-distance case.
Tom Lane
2014-12-15
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-13
Repair corner-case bug in array version of percentile_cont().
Tom Lane
[next]