summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-07-17Add huge_page_size setting for use on Linux.Thomas Munro
2020-07-15Eliminate cache lookup errors in SQL functions for object addressesMichael Paquier
2020-07-14Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.Tom Lane
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-07-14Add comment to explain an unused function parameterDavid Rowley
2020-07-14Fix timing issue with ALTER TABLE's validate constraintDavid Rowley
2020-07-14Fix comments related to table AMsMichael Paquier
2020-07-14Cope with lateral references in the quals of a subquery RTE.Tom Lane
2020-07-13Fix uninitialized value in segno calculationAlvaro Herrera
2020-07-13HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis
2020-07-13Revert "Use CP_SMALL_TLIST for hash aggregate"Jeff Davis
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-12Include replication origins in SQL functions for commit timestampMichael Paquier
2020-07-11Avoid useless buffer allocations during binary COPY FROM.Tom Lane
2020-07-11Rename field "relkind" to "objtype" for CTAS and ALTER TABLE nodesMichael Paquier
2020-07-11Forbid numeric NaN in jsonpathAlexander Korotkov
2020-07-11Improve error reporting for jsonpath .double() methodAlexander Korotkov
2020-07-10Log the location field before any backtracePeter Eisentraut
2020-07-10Remove WARNING message from brin_desummarize_rangeAlvaro Herrera
2020-07-09Fix pg_current_logfile() to not emit a carriage return on Windows.Tom Lane
2020-07-08Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-07-08code: replace 'master' with 'primary' where appropriate.Andres Freund
2020-07-08Fix incorrect variable datatype.Fujii Masao
2020-07-08Fix typoMagnus Hagander
2020-07-08Fix function name in comment.Fujii Masao
2020-07-07Don't create pg_type entries for sequences or toast tables.Tom Lane
2020-07-07Morph pg_replication_slots.min_safe_lsn to safe_wal_sizeAlvaro Herrera
2020-07-07Check ssl_in_use flag when reporting statisticsMagnus Hagander
2020-07-06Remove unnecessary PageIsEmpty() nbtree build check.Peter Geoghegan
2020-07-06Create composite array types for initdb-created relations.Tom Lane
2020-07-06Refactor routines for name lookups of procedures and operatorsMichael Paquier
2020-07-06Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.Amit Kapila
2020-07-06Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier
2020-07-06Remove unused function parameter in end_parallel_vacuum.Amit Kapila
2020-07-05Rename enable_incrementalsort for clarityPeter Eisentraut
2020-07-04Fix "ignoring return value" complaints from commit 96d1f423f9Joe Conway
2020-07-04Read until EOF vice stat-reported size in read_binary_fileJoe Conway
2020-07-03Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesets some more.Tom Lane
2020-07-03Fix temporary tablespaces for shared filesetsMagnus Hagander
2020-07-02Initialize work_mem using current guc.c default.Peter Geoghegan
2020-07-02nbtree: Rename _bt_search() variables.Peter Geoghegan
2020-07-02Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier
2020-07-01Refactor ObjectAddress field assignments in more placesMichael Paquier
2020-07-01Improve vacuum error context handling.Amit Kapila
2020-07-01Refactor creation of normal dependency records when creating extensionMichael Paquier
2020-07-01Further adjustments to Hashagg EXPLAIN ANALYZE outputDavid Rowley
2020-06-30Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao