summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2019-04-26Apply stopgap fix for bug #15672.Tom Lane
2019-04-25Fix partitioned index attachmentAlvaro Herrera
2019-04-25Fix function names in comments.Fujii Masao
2019-04-25Fix tablespace inheritance for partitioned relsAlvaro Herrera
2019-04-24Fix some minor postmaster-state-machine issues.Tom Lane
2019-04-24Unify error messagesAlvaro Herrera
2019-04-24Allow pg_class xid & multixid horizons to not be set.Andres Freund
2019-04-23Repair assorted issues in locale data extraction.Tom Lane
2019-04-23Prevent O(N^2) unique index insertion edge case.Peter Geoghegan
2019-04-23Avoid order-of-execution problems with ALTER TABLE ADD PRIMARY KEY.Tom Lane
2019-04-23Don't request pretty-printed output from xmlNodeDump().Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-22Convert gist to compute page level xid horizon on primary.Andres Freund
2019-04-21Fix mvdistinct and dependencies size calculationsTomas Vondra
2019-04-19Fix slot type issue for fuzzy distance index scan over out-of-core table AM.Andres Freund
2019-04-19Fix two memory leaks around force-storing tuples in slots.Andres Freund
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-04-19Fix collection of typos and grammar mistakes in docs and commentsMichael Paquier