index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2016-05-06
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-04-29
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-28
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-26
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-21
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
Remove dead code in win32.h.
Tom Lane
2016-04-21
Provide errno-translation wrappers around bind() and listen() on Windows.
Tom Lane
2016-04-20
Fix memory leak and other bugs in ginPlaceToPage() & subroutines.
Tom Lane
2016-04-18
Further reduce the number of semaphores used under --disable-spinlocks.
Tom Lane
2016-04-14
Remove trailing commas in enums.
Andres Freund
2016-03-28
Stamp 9.5.2.
REL9_5_2
Tom Lane
2016-03-27
Change various Gin*Is* macros to return 0/1.
Andres Freund
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-03-09
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-05
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-03
Revert buggy optimization of index scans
Simon Riggs
2016-02-25
Fix typos
Alvaro Herrera
2016-02-19
Call xlc __isync() after, not before, associated compare-and-swap.
Noah Misch
2016-02-15
Move DATA entry to correct position
Joe Conway
2016-02-15
Suppress compiler warnings about useless comparison of unsigned to zero.
Tom Lane
2016-02-08
Stamp 9.5.1.
REL9_5_1
Tom Lane
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-02
Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-21
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-09
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-08
Fix typo in comment
Magnus Hagander
2016-01-04
Stamp 9.5.0.
REL9_5_0
Tom Lane
2016-01-01
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2015-12-28
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
2015-12-17
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-16
Cope with Readline's failure to track SIGWINCH events outside of input.
Tom Lane
2015-12-15
Stamp 9.5rc1.
REL9_5_RC1
Tom Lane
2015-12-11
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-11
Fix commit timestamp initialization
Alvaro Herrera
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-03
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-21
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-09
Stamp 9.5beta2.
REL9_5_BETA2
Robert Haas
[next]