summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-04-23Rename strtoi() to strtoint().Tom Lane
2016-04-22Fix planner failure with full join in RHS of left join.Tom Lane
2016-04-21Improve TranslateSocketError() to handle more Windows error codes.Tom Lane
2016-04-21Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2016-04-20Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
2016-04-04Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane
2016-04-04Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-19Remove dependency on psed for MSVC builds.Andrew Dunstan
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-15Fix typos in commentsAlvaro Herrera
2016-03-10Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander
2016-03-10Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund
2016-03-10Introduce durable_rename() and durable_link_or_rename().Andres Freund
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-07Fix wrong allocation size in c8f621c43.Andres Freund
2016-03-07Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
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