summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-10-05Fix handling of redundant options with COPY for "freeze" and "header"Michael Paquier
2020-10-04Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-10-02Add block information in error context of WAL REDO apply loopMichael Paquier
2020-10-01Set right-links during sorted GiST index build.Heikki Linnakangas
2020-10-01Fix and test snapshot behavior on standby.Andres Freund
2020-09-30Reword partitioning error messageAlvaro Herrera
2020-09-30Fix handling of BC years in to_date/to_timestamp.Tom Lane
2020-09-29Fix make_timestamp[tz] to accept negative years as meaning BC.Tom Lane
2020-09-29Support for ISO 8601 in the jsonpath .datetime() methodAlexander Korotkov
2020-09-29Remove excess space from jsonpath .datetime() default format stringAlexander Korotkov
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-29Fix progress reporting of REINDEX CONCURRENTLYMichael Paquier
2020-09-29Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane
2020-09-28Assign collations in partition bound expressions.Tom Lane
2020-09-28Remove complaints about COLLATE clauses in partition bound values.Tom Lane
2020-09-28Cache the result of converting now() to a struct pg_tm.Tom Lane
2020-09-28Minor mop-up for List improvements.Tom Lane
2020-09-27Move resolution of AlternativeSubPlan choices to the planner.Tom Lane
2020-09-26Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane
2020-09-26Fix the logical replication from HEAD to lower versions.Amit Kapila
2020-09-25Defer flushing of SLRU files.Thomas Munro
2020-09-24Fix two bugs in MaintainOldSnapshotTimeMapping.Robert Haas