aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid hot standby cancels from VAC FREEZEAlvaro Herrera2016-05-25
* Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane2016-05-25
* Fetch XIDs atomically during vac_truncate_clog().Tom Lane2016-05-24
* Avoid consuming an XID during vac_truncate_clog().Tom Lane2016-05-24
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Fix missing initialization of buffer_std field in _bt_newroot().Tom Lane2016-05-21
* Fix obsolete commentAlvaro Herrera2016-05-12
* Fix autovacuum for shared relationsAlvaro Herrera2016-05-10
* Translation updatesPeter Eisentraut2016-05-09
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-05-07
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix possible read past end of string in to_timestamp().Tom Lane2016-05-06
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Remember asking for feedback during walsender shutdown.Andres Freund2016-04-28
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Fix planner failure with full join in RHS of left join.Tom Lane2016-04-21
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-21
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane2016-04-15
* Fix memory leak in GIN index scans.Tom Lane2016-04-15
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Fix possible use of uninitialised value in ts_headline()Teodor Sigaev2016-04-08
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Fix latent portability issue in pgwin32_dispatch_queued_signals().Tom Lane2016-04-04
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Translation updatesPeter Eisentraut2016-03-28
* Remove dependency on psed for MSVC builds.Andrew Dunstan2016-03-19
* Fix assorted breakage in to_char()'s OF format option.Tom Lane2016-03-17
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid crash on old Windows with AVX2-capable CPU for VS2013 buildsMagnus Hagander2016-03-10
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane2016-03-09
* Further improvements to c8f621c43.Andres Freund2016-03-07
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-06
* Fix not-terribly-safe coding in NIImportOOAffixes() and NIImportAffixes().Tom Lane2016-03-06
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Fix json_to_record() bug with nested objects.Tom Lane2016-03-02
* Improve error message for rejecting RETURNING clauses with dropped columns.Tom Lane2016-02-29
* Fix typosAlvaro Herrera2016-02-29
* Remove useless unary plus.Tom Lane2016-02-29
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-29
* Avoid multiple free_struct_lconv() calls on same data.Tom Lane2016-02-28
* Correct StartupSUBTRANS for page wraparoundSimon Riggs2016-02-19
* Suppress compiler warnings about useless comparison of unsigned to zero.Tom Lane2016-02-15