summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-10-26Extend PageIsVerified() to handle more custom optionsMichael Paquier
2020-10-25Fix corner case for a BEFORE ROW UPDATE trigger returning OLD.Tom Lane
2020-10-25Fix incorrect parameter name in a function header commentDavid Rowley
2020-10-23Fix broken XML formatting in EXPLAIN output for incremental sorts.Tom Lane
2020-10-23Fix initialization of es_result_relations in EvalPlanQualStart().Heikki Linnakangas
2020-10-22Extend amcheck to check heap pages.Robert Haas
2020-10-22Optimize a few list_delete_ptr callsDavid Rowley
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut
2020-10-20Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-19Fix list-munging bug that broke SQL function result coercions.Tom Lane
2020-10-19Remove PartitionRoutingInfo struct.Heikki Linnakangas
2020-10-19Revise child-to-root tuple conversion map management.Heikki Linnakangas
2020-10-19Clean up code to resolve the "root target relation" in nodeModifyTable.cHeikki Linnakangas
2020-10-19Avoid invalid alloc size error in shm_mqPeter Eisentraut
2020-10-18Prevent overly large and NaN row estimates in relationsDavid Rowley
2020-10-16llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund
2020-10-15llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund
2020-10-15Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"Alvaro Herrera
2020-10-15Remove pointless HeapTupleHeaderIndicatesMovedPartitions callsAlvaro Herrera
2020-10-15Review logical replication tablesync codeAlvaro Herrera
2020-10-15Refactor code for cross-partition updates to a separate function.Heikki Linnakangas
2020-10-15Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-15Handle EACCES errors from kevent() better.Thomas Munro
2020-10-15Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila
2020-10-14Restore replication protocol's duplicate command tagsAlvaro Herrera
2020-10-14Make WL_POSTMASTER_DEATH level-triggered on kqueue builds.Thomas Munro
2020-10-14Remove es_result_relation_info from EState.Heikki Linnakangas
2020-10-14Include result relation info in direct modify ForeignScan nodes.Heikki Linnakangas
2020-10-14Correct error messagePeter Eisentraut
2020-10-13Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas
2020-10-12Fix GiST buffering build to work when there are included columns.Tom Lane
2020-10-12Re-allow testing of GiST buffered builds.Tom Lane
2020-10-12Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane
2020-10-12Fix estimates for ModifyTable paths without RETURNING.Thomas Munro
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-10-09Fix typos in logical.c and reorderbuffer.c.Amit Kapila
2020-10-08Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane
2020-10-08Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane
2020-10-08Fix typo in multixact.cMichael Paquier
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-07Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane
2020-10-07Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane
2020-10-07Display the names of missing columns in error during logical replication.Amit Kapila
2020-10-06Build EC members for child join rels in the right memory context.Tom Lane
2020-10-06Fix compilation warning in xlog.cMichael Paquier
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-10-05Include the process PID in assertion-failure messages.Tom Lane
2020-10-05Fix two latent(?) bugs in equivclass.c.Tom Lane