aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix overly-strict assertions in spgtextproc.c.Tom Lane2016-01-02
* Teach flatten_reloptions() to quote option values safely.Tom Lane2016-01-01
* Add some more defenses against silly estimates to gincostestimate().Tom Lane2016-01-01
* Split out pg_operator.h function declarations to new file pg_operator_fn.h.Tom Lane2016-01-01
* Put back one copyObject() in rewriteTargetView().Tom Lane2015-12-29
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix brin_summarize_new_values() to check index type and ownership.Tom Lane2015-12-26
* Comment improvements for abbreviated keys.Robert Haas2015-12-22
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-21
* Fix copy-and-paste error in logical decoding callback.Robert Haas2015-12-18
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-17
* Collect the global OR of hasRowSecurity flags for plancacheStephen Frost2015-12-14
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-14
* Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.Andres Freund2015-12-14
* Correct statement to actually be the intended assert statement.Andres Freund2015-12-14
* Consistently set all fields in pg_stat_replication to null instead of 0Magnus Hagander2015-12-13
* Properly initialize write, flush and replay locations in walsender slotsMagnus Hagander2015-12-13
* Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund2015-12-12
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-11
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Still more fixes for planner's handling of LATERAL references.Tom Lane2015-12-11
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-10
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-10
* Simplify LATERAL-related calculations within add_paths_to_joinrel().Tom Lane2015-12-09
* Allow foreign and custom joins to handle EvalPlanQual rechecks.Robert Haas2015-12-08
* Fix another oversight in checking if a join with LATERAL refs is legal.Tom Lane2015-12-07
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane2015-12-01
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Fix failure to consider failure cases in GetComboCommandId().Tom Lane2015-11-26
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas2015-11-18
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Fix possible internal overflow in numeric division.Tom Lane2015-11-17
* Message style fixPeter Eisentraut2015-11-17
* Message improvementsPeter Eisentraut2015-11-16
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-16
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-15
* Translation updatesPeter Eisentraut2015-11-09
* Set replication origin when decoding commit records.Andres Freund2015-11-09
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-07
* Set include_realm=1 default in parse_hba_lineStephen Frost2015-11-06
* Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane2015-11-05
* Pass extra data to bgworkers, and use this to fix parallel contexts.Robert Haas2015-11-05
* Improve comments about abbreviation abort.Robert Haas2015-11-03