summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-13Fix timestamp range handling in regression tests of modules/commit_ts/Michael Paquier
2020-07-12Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONSMichael Paquier
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-11Avoid trying to restore table ACLs and per-column ACLs in parallel.Tom Lane
2020-07-11doc: Add link from pg_dump --encoding to supported encodingsPeter Eisentraut
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-10Doc: update or remove dead external links.Tom Lane
2020-07-10Add missing <application> tags in application doc <refentrytitle>sPeter Eisentraut
2020-07-10Revert "Remove reset of testtablespace from pg_regress on Windows"Michael Paquier
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-09Further tighten Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-09pg_dump: Further reorganize getTableAttrs()Peter Eisentraut
2020-07-09doc: Correct the description about the length of pg_stat_activity.query.Fujii Masao
2020-07-09Tighten up Windows CRLF conversion in our TAP test scripts.Tom Lane
2020-07-08Fix whitespace in HashAgg EXPLAIN ANALYZEDavid Rowley
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-07-08docs: replace 'master process' with 'supervisor process' where appropriate.Andres Freund
2020-07-08docs: replace 'master' with 'root' where appropriate.Andres Freund
2020-07-08docs: replace 'master' with 'primary' where appropriate.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-08tap tests: replace 'master' with 'primary'.Andres Freund
2020-07-08Don't treat DumpOptions->dump_inserts like a booleanAlvaro Herrera
2020-07-08Add test coverage for pg_current_logfile() function.Tom Lane
2020-07-08Fix incorrect variable datatype.Fujii Masao
2020-07-08Remove junk in test filePeter Eisentraut
2020-07-08Fix typoMagnus Hagander
2020-07-08Fix function name in comment.Fujii Masao
2020-07-08doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methodsMichael Paquier
2020-07-07Un-break pg_upgrade from pre-v12 servers.Tom Lane
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-07Resolve gratuitous tabs in test SQL filePeter Eisentraut
2020-07-06Remove unnecessary PageIsEmpty() nbtree build check.Peter Geoghegan
2020-07-06Create composite array types for initdb-created relations.Tom Lane
2020-07-06Fix typo in testPeter Eisentraut
2020-07-06doc: Add note about possible performance overhead by enabling track_planning.Fujii Masao
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-06Improve perl script in MSVC to build binariesMichael Paquier
2020-07-05Inline the fast path of plpgsql's exec_cast_value().Tom Lane