index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix overly-strict assertions in spgtextproc.c.
Tom Lane
2016-01-02
*
Teach flatten_reloptions() to quote option values safely.
Tom Lane
2016-01-01
*
Add some more defenses against silly estimates to gincostestimate().
Tom Lane
2016-01-01
*
Split out pg_operator.h function declarations to new file pg_operator_fn.h.
Tom Lane
2016-01-01
*
Put back one copyObject() in rewriteTargetView().
Tom Lane
2015-12-29
*
Rename (new|old)estCommitTs to (new|old)estCommitTsXid
Joe Conway
2015-12-28
*
Fix brin_summarize_new_values() to check index type and ownership.
Tom Lane
2015-12-26
*
Comment improvements for abbreviated keys.
Robert Haas
2015-12-22
*
Make viewquery a copy in rewriteTargetView()
Stephen Frost
2015-12-21
*
Fix copy-and-paste error in logical decoding callback.
Robert Haas
2015-12-18
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Collect the global OR of hasRowSecurity flags for plancache
Stephen Frost
2015-12-14
*
Add missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
Alvaro Herrera
2015-12-14
*
Fix bug in SetOffsetVacuumLimit() triggered by find_multixact_start() failure.
Andres Freund
2015-12-14
*
Correct statement to actually be the intended assert statement.
Andres Freund
2015-12-14
*
Consistently set all fields in pg_stat_replication to null instead of 0
Magnus Hagander
2015-12-13
*
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-13
*
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
*
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
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
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
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-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
*
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-09
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-07
*
Further tweak commit_timestamp behavior
Alvaro Herrera
2015-12-03
*
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-12-01
*
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-29
*
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-26
*
Adopt the GNU convention for handling tar-archive members exceeding 8GB.
Tom Lane
2015-11-21
*
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-11-20
*
Fix incomplete set_foreignscan_references handling for fdw_recheck_quals
Robert Haas
2015-11-18
*
Remove function names from some elog() calls in heapam.c.
Andres Freund
2015-11-19
*
Fix possible internal overflow in numeric division.
Tom Lane
2015-11-17
*
Message style fix
Peter Eisentraut
2015-11-17
*
Message improvements
Peter Eisentraut
2015-11-16
*
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-16
*
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2015-11-15
*
Translation updates
Peter Eisentraut
2015-11-09
*
Set replication origin when decoding commit records.
Andres Freund
2015-11-09
*
Fix enforcement of restrictions inside regexp lookaround constraints.
Tom Lane
2015-11-07
*
Set include_realm=1 default in parse_hba_line
Stephen Frost
2015-11-06
*
Fix erroneous hash calculations in gin_extract_jsonb_path().
Tom Lane
2015-11-05
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Improve comments about abbreviation abort.
Robert Haas
2015-11-03
[next]