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 misspelled function name in comment.
Heikki Linnakangas
2016-02-01
*
Fix startup so that log prefix %h works for the log_connections message.
Tom Lane
2016-01-26
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Properly close token in sspi authentication
Magnus Hagander
2016-01-14
*
Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.
Tom Lane
2016-01-09
*
Clean up some lack-of-STRICT issues in the core code, too.
Tom Lane
2016-01-09
*
Adjust behavior of row_security GUC to match the docs.
Tom Lane
2016-01-04
*
Translation updates
Peter Eisentraut
2016-01-04
*
Fix regrole and regnamespace output functions to do quoting, too.
Tom Lane
2016-01-04
*
Fix regrole and regnamespace types to honor quoting like other reg* types.
Tom Lane
2016-01-04
*
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
*
Guard against null arguments in binary_upgrade_create_empty_extension().
Tom Lane
2016-01-03
*
Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.
Tom Lane
2016-01-03
*
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
[prev]
[next]