summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-05Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-03-01Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane
2016-02-29Fix typosAlvaro Herrera
2016-02-29Remove useless unary plus.Tom Lane
2016-02-29Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed
2016-02-29Avoid multiple free_struct_lconv() calls on same data.Tom Lane
2016-02-19Correct StartupSUBTRANS for page wraparoundSimon Riggs
2016-02-15Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane
2016-02-11Avoid use of sscanf() to parse ispell dictionary files.Tom Lane
2016-02-08Translation updatesPeter Eisentraut
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-06Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-01-26Fix startup so that log prefix %h works for the log_connections message.Tom Lane
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-04Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2016-01-02Fix overly-strict assertions in spgtextproc.c.Tom Lane
2016-01-01Teach flatten_reloptions() to quote option values safely.Tom Lane
2016-01-01Add some more defenses against silly estimates to gincostestimate().Tom Lane
2015-12-29Put back one copyObject() in rewriteTargetView().Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-21adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Correct statement to actually be the intended assert statement.Andres Freund
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-11Still more fixes for planner's handling of LATERAL references.Tom Lane
2015-12-10Fix bug leading to restoring unlogged relations from empty files.Andres Freund
2015-12-09Simplify 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-01Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane
2015-11-26Fix failure to consider failure cases in GetComboCommandId().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-17Fix possible internal overflow in numeric division.Tom Lane
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2015-11-07Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane
2015-11-05Fix erroneous hash calculations in gin_extract_jsonb_path().Tom Lane
2015-11-03shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive.Robert Haas
2015-10-31Fix serialization anomalies due to race conditions on INSERT.Kevin Grittner
2015-10-30Fix typo in bgworker.cRobert Haas
2015-10-28Fix incorrect message in ATWrongRelkindError.Robert Haas