aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix misspelled function name in comment.Heikki Linnakangas2016-02-01
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-26
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-22
* Add defenses against putting expanded objects into Const nodes.Tom Lane2016-01-21
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Properly close token in sspi authenticationMagnus Hagander2016-01-14
* Remove a useless PG_GETARG_DATUM() call from jsonb_build_array.Tom Lane2016-01-09
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-09
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-04
* Translation updatesPeter Eisentraut2016-01-04
* Fix regrole and regnamespace output functions to do quoting, too.Tom Lane2016-01-04
* Fix regrole and regnamespace types to honor quoting like other reg* types.Tom Lane2016-01-04
* Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane2016-01-03
* Guard against null arguments in binary_upgrade_create_empty_extension().Tom Lane2016-01-03
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-03
* 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