summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2020-06-29Mop up some no-longer-necessary hacks around printf %.*s format.Tom Lane
2020-06-29nbtree: Correct inaccurate split location comment.Peter Geoghegan
2020-06-29Avoid using %c printf format for potentially non-ASCII characters.Tom Lane
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2020-06-29Clean up grammar a bitPeter Eisentraut
2020-06-29Refactor ObjectAddress field assignments for type dependenciesMichael Paquier
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-27Remove duplicate check added by commit b2a5545bd6.Amit Kapila
2020-06-27Persist slot invalidation correctlyAlvaro Herrera
2020-06-25Fix misuse of table_index_fetch_tuple_check().Peter Geoghegan
2020-06-25Remove erroneous assertion from pg_copy_logical_replication_slot().Fujii Masao
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-24Add parens to ConvertToXSegs macroAlvaro Herrera
2020-06-24Fix comment in heap.cMichael Paquier
2020-06-22Undo double-quoting of index names in non-text EXPLAIN output formats.Tom Lane
2020-06-20Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov
2020-06-20Remove dead forceSync parameter of XactLogCommitRecord().Noah Misch
2020-06-20Removal unused function parameter in CopyReadBinaryAttribute.Amit Kapila