summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13Fix logical replication's ideas about which type OIDs are built-in.Tom Lane
2019-05-13Improve commentary about hack in is_publishable_class().Tom Lane
2019-05-13Don't leave behind junk nbtree pages during split.Peter Geoghegan
2019-05-13Fix incorrect return value in JSON equality function for scalarsMichael Paquier
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-05-09Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier
2019-05-09Repair issues with faulty generation of merge-append plans.Tom Lane
2019-05-09postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita
2019-05-09Fix SxactGlobalXmin tracking.Thomas Munro
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Remove obsolete nbtree split REDO routine comment.Peter Geoghegan
2019-05-08Fix error messagesAlvaro Herrera
2019-05-08Fix table lock levels for REINDEX INDEX CONCURRENTLYPeter Eisentraut
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-05-08Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Fix typos and clarify a commentMagnus Hagander
2019-05-07Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane
2019-05-07Revert "Avoid the creation of the free space map for small heap relations".Amit Kapila
2019-05-06Use checkAsUser for selectivity estimator checks, if it's set.Dean Rasheed
2019-05-06Fix security checks for selectivity estimation functions with RLS.Dean Rasheed
2019-05-05Bring pg_nextoid()'s error messages into line with message style guide.Tom Lane
2019-05-05Fix style violations in syscache lookups.Tom Lane
2019-05-05Add check for syscache lookup failure in update_relispartition().Tom Lane
2019-05-03Correct more obsolete nbtree page split comments.Peter Geoghegan
2019-05-03Remove RelationSetIndexList().Tom Lane
2019-05-02Fix reindexing of pg_class indexes some more.Tom Lane
2019-05-02heap_prepare_freeze_tuple: Simplify codingAlvaro Herrera
2019-05-02Fix nbtsort.c's page space accounting.Peter Geoghegan
2019-05-02Fix some problems with VACUUM (INDEX_CLEANUP FALSE).Robert Haas
2019-05-01Fix union for pgstat message typesMagnus Hagander
2019-05-01Fix unused variable compiler warning in !debug builds.Andres Freund
2019-04-30Improve comment spelling and style in llvmjit_deform.c.Andres Freund
2019-04-30Improve code inferring length of bitmap for JITed tuple deforming.Andres Freund
2019-04-30Clean up handling of constraint_exclusion and enable_partition_pruning.Tom Lane
2019-04-30Message style fixesAlvaro Herrera
2019-04-30Widen tuple counter variables from long to int64Alvaro Herrera
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-30Fix several recently introduced issues around handling new relation forks.Andres Freund
2019-04-29Remove obsolete _bt_insert_parent() comment.Peter Geoghegan
2019-04-29In walreceiver, don't try to do ereport() in a signal handler.Tom Lane
2019-04-29Fix potential catalog corruption with temporary identity columnsPeter Eisentraut
2019-04-28Use preprocessor conditions compatible with Emacs indent.Noah Misch
2019-04-28Clean up minor warnings from buildfarm.Tom Lane