summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-12-13Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander
2015-12-13Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander
2015-12-12Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund
2015-12-11For REASSIGN OWNED for foreign user mappingsAlvaro Herrera
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Get rid of the planner's LateralJoinInfo data structure.Tom Lane
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-11Fix commit timestamp initializationAlvaro Herrera
2015-12-11Improve some messagesPeter Eisentraut
2015-12-10Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.Robert Haas
2015-12-08Improve performance in freeing memory contextsKevin Grittner
2015-12-08Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas
2015-12-07Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane
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-12-02Add handling for GatherPath to print_path.Robert Haas
2015-12-01Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane
2015-11-30Fix obsolete comment.Robert Haas
2015-11-29Avoid caching expression state trees for domain constraints across queries.Tom Lane
2015-11-28Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane
2015-11-27Update UCS_to_GB18030.pl with info about origin of the reference file.Tom Lane
2015-11-27Auto-generate file header comments in Unicode mapping files.Tom Lane
2015-11-27COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev
2015-11-26Fix failure to consider failure cases in GetComboCommandId().Tom Lane
2015-11-25Improve div_var_fast(), mostly by making comments better.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-20Avoid server crash when worker registration fails at execution time.Robert Haas
2015-11-19Fix typo in comment.Robert Haas
2015-11-19Remove numbers from incorrectly-numbered list.Robert Haas
2015-11-19Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas
2015-11-19Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas
2015-11-19Remove function names from some elog() calls in heapam.c.Andres Freund
2015-11-18Avoid aggregating worker instrumentation multiple times.Robert Haas
2015-11-18Fix dumb bug in tqueue.cRobert Haas
2015-11-17Fix possible internal overflow in numeric division.Tom Lane
2015-11-17Message style fixPeter Eisentraut
2015-11-17Message improvementsPeter Eisentraut
2015-11-16Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Remove accidentally-committed debugging code.Robert Haas
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-11-14Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane
2015-11-14Fix spelling error in postgresql.confBruce Momjian
2015-11-12Move each SLRU's lwlocks to a separate tranche.Robert Haas
2015-11-12Make idle backends exit if the postmaster dies.Robert Haas
2015-11-12Provide readfuncs support for custom scans.Robert Haas