summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-19Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.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-07-15Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.Andres Freund
2016-07-15Avoid serializability errors when locking a tuple with a committed updateAlvaro Herrera
2016-07-14Fix GiST index build for NaN values in geometric types.Tom Lane
2016-07-01Be more paranoid in ruleutils.c's get_variable().Tom Lane
2016-06-27Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-22Make "postgres -C guc" print "" not "(null)" for null-valued GUCs.Tom Lane
2016-06-17Finish up XLOG_HINT renamingAlvaro Herrera
2016-06-16Fix validation of overly-long IPv6 addresses.Tom Lane
2016-06-16Avoid crash in "postgres -C guc" for a GUC with a null string value.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-31Avoid useless closely-spaced writes of statistics files.Tom Lane
2016-05-27Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane
2016-05-25Avoid hot standby cancels from VAC FREEZEAlvaro Herrera
2016-05-25Ensure that backends see up-to-date statistics for shared catalogs.Tom Lane
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-12Fix obsolete commentAlvaro Herrera
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-07Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane
2016-05-06Fix possible read past end of string in to_timestamp().Tom Lane
2016-04-30Fix mishandling of equivalence-class tests in parameterized plans.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-18Fix --disable-spinlocks in 9.2 and 9.3 branches.Tom Lane
2016-04-16Fix missing "static".Tom Lane
2016-04-16Make fallback implementation of pg_memory_barrier() work in 9.2 and 9.3.Tom Lane
2016-04-15Remove trailing commas in enums.Andres Freund
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-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