summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2016-05-06Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-04-29Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane
2016-04-29Fix comment whitespace in VS2105 patchAndrew Dunstan
2016-04-29Support building with Visual Studio 2015Andrew Dunstan
2016-04-28Adjust DatumGetBool macro, this time for sure.Tom Lane
2016-04-26Impose a full barrier in generic-xlc.h atomics functions.Noah Misch
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Remove dead code in win32.h.Tom Lane
2016-04-21Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-14Remove trailing commas in enums.Andres Freund
2016-03-28Stamp 9.5.2.REL9_5_2Tom Lane
2016-03-27Change various Gin*Is* macros to return 0/1.Andres Freund
2016-03-15Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.Tom Lane
2016-03-09Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-05logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-05logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-03Revert buggy optimization of index scansSimon Riggs
2016-02-25Fix typosAlvaro Herrera
2016-02-19Call xlc __isync() after, not before, associated compare-and-swap.Noah Misch
2016-02-15Move DATA entry to correct positionJoe Conway
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-08Stamp 9.5.1.REL9_5_1Tom Lane
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-02Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane
2016-01-22Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane
2016-01-21Add defenses against putting expanded objects into Const nodes.Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-08Fix typo in commentMagnus Hagander
2016-01-04Stamp 9.5.0.REL9_5_0Tom Lane
2016-01-01Split out pg_operator.h function declarations to new file pg_operator_fn.h.Tom Lane
2015-12-28Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway
2015-12-22Comment improvements for abbreviated keys.Robert Haas
2015-12-17Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-12-15Stamp 9.5rc1.REL9_5_RC1Tom Lane
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane
2015-12-03Further tweak commit_timestamp behaviorAlvaro Herrera
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-21Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane
2015-11-20Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane
2015-11-09Stamp 9.5beta2.REL9_5_BETA2Robert Haas