summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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-22Adopt 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
2015-11-05Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas
2015-10-27Cleanup commit timestamp module activaction, againAlvaro Herrera
2015-10-20Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane
2015-10-20Fix incorrect comment in plannodes.hRobert Haas
2015-10-16Improve memory-usage accounting in regular-expression compiler.Tom Lane
2015-10-16Fix O(N^2) performance problems in regular-expression compiler.Tom Lane
2015-10-16Remove cautions about using volatile from spin.h.Robert Haas
2015-10-16Fix a problem with parallel workers being unable to restore role.Robert Haas
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-10-15Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas
2015-10-13On Windows, ensure shared memory handle gets closed if not being used.Tom Lane
2015-10-07docs: clarify JSONB operator descriptionsBruce Momjian
2015-10-06Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane
2015-10-05Stamp 9.5beta1.REL9_5_BETA1Tom Lane
2015-10-05Do not write out WCOs in QueryStephen Frost
2015-10-05ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost
2015-10-04Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane
2015-10-04Group cluster_name and update_process_title settings togetherPeter Eisentraut
2015-10-04Make BYPASSRLS behave like superuser RLS bypass.Noah Misch
2015-10-02Add recursion depth protections to regular expression matching.Tom Lane
2015-10-01Fix commit_ts for standbyAlvaro Herrera
2015-09-29Code review for transaction commit timestampsAlvaro Herrera
2015-09-28Fix "sesssion" typoAlvaro Herrera