summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-07-20Assert that buffer is pinned in LockBuffer().Peter Geoghegan
2020-07-20Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Immediately WAL-log subtransaction and top-level XID association.Amit Kapila
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-20Fix minor typo in nodeIncrementalSort.c.Amit Kapila
2020-07-19Avoid harmless Valgrind no-buffer-pin errors.Peter Geoghegan
2020-07-19Mark buffers as defined to Valgrind consistently.Peter Geoghegan
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-18Adjust minor comment in reorderbuffer.c.Amit Kapila
2020-07-18Fix comments in reorderbuffer.c.Amit Kapila
2020-07-18Rename "hash_mem" local variable.Peter Geoghegan
2020-07-18Add Valgrind buffer access instrumentation.Peter Geoghegan
2020-07-17Avoid CREATE INDEX unique index deduplication.Peter Geoghegan
2020-07-17Fix whitespacePeter Eisentraut
2020-07-17Resolve gratuitous tabs in SQL filePeter Eisentraut
2020-07-17Fix signal handler setup for SIGHUP in the apply launcher process.Amit Kapila
2020-07-17Use MinimalTuple for tuple queues.Thomas Munro
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