summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2016-08-08Fix several one-byte buffer over-reads in to_numberPeter Eisentraut
2016-08-08Translation updatesPeter Eisentraut
2016-08-08Fix two errors with nested CASE/WHEN constructs.Tom Lane
2016-08-07Fix misestimation of n_distinct for a nearly-unique column with many nulls.Tom Lane
2016-07-28Fix assorted fallout from IS [NOT] NULL patch.Tom Lane
2016-07-28Improve documentation about CREATE TABLE ... LIKE.Tom Lane
2016-07-26Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-07-16Fix torn-page, unlogged xid and further risks from heap_update().Andres Freund
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-13Fix multiple minor infelicities in aclchk.c error reports.Tom Lane
2016-06-06Don't reset changes_since_analyze after a selective-columns ANALYZE.Tom Lane
2016-05-25Avoid hot standby cancels from VAC FREEZEAlvaro Herrera
2016-05-24Fetch XIDs atomically during vac_truncate_clog().Tom Lane
2016-05-24Avoid consuming an XID during vac_truncate_clog().Tom Lane
2016-05-23Fix latent crash in do_text_output_multiline().Tom Lane
2016-05-10Fix autovacuum for shared relationsAlvaro Herrera
2016-05-09Translation updatesPeter Eisentraut
2016-05-07Distrust external OpenSSL clients; clear err queuePeter Eisentraut
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
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-08Fix possible use of uninitialised value in ts_headline()Teodor Sigaev
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-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-07Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane
2016-03-01Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane
2016-02-29Fix typosAlvaro Herrera
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-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-04Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.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