summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2020-07-21Be more careful about marking catalog columns NOT NULL by default.Tom Lane
2020-07-21Assert that we don't insert nulls into attnotnull catalog columns.Tom Lane
2020-07-20Correctly mark pg_subscription_rel.srsublsn as nullable.Tom Lane
2020-07-20Rename wal_keep_segments to wal_keep_size.Fujii Masao
2020-07-20Add generic_plans and custom_plans fields into pg_prepared_statements.Fujii Masao
2020-07-19Correctly mark pg_subscription.subslotname as nullable.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-18doc: Refresh more URLs in the docsMichael Paquier
2020-07-18doc: Fix description of \copy for psqlMichael Paquier
2020-07-17Cope with data-offset-less archive files during out-of-order restores.Tom Lane
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-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-11doc: Add link from pg_dump --encoding to supported encodingsPeter Eisentraut
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-09doc: Correct the description about the length of pg_stat_activity.query.Fujii Masao
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-08doc: Fix inconsistencies in GIN, BRIN and SP-GiST for optional opclass methodsMichael Paquier
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-06doc: Add note about possible performance overhead by enabling track_planning.Fujii Masao
2020-07-05doc: Spell checkingPeter Eisentraut
2020-07-05doc: Fix incorrect reference to textout in plpgsql examplesMichael Paquier
2020-07-05Rename enable_incrementalsort for clarityPeter Eisentraut
2020-07-03Clamp total-tuples estimates for foreign tables to ensure planner sanity.Tom Lane
2020-07-03doc: Correct description of restart_lsn in pg_replication_slotsFujii Masao
2020-07-03Change default of pg_stat_statements.track_planning to off.Fujii Masao
2020-06-30doc: clarify that storage parameter values are optionalBruce Momjian
2020-06-30doc: change pg_upgrade wal_level to be not minimalBruce Momjian
2020-06-30Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.Fujii Masao
2020-06-29Remove support for timezone "posixrules" file.Tom Lane
2020-06-29Add current substring regular expression syntaxPeter Eisentraut
2020-06-28Fix documentation of "must be vacuumed within" warning.Noah Misch
2020-06-27Change libpq's default ssl_min_protocol_version to TLSv1.2.Tom Lane
2020-06-26Doc: explain that "timestamp - timestamp" applies justify_hours().Tom Lane
2020-06-25doc: mention trigger helper functions in CREATE TRIGGER docsBruce Momjian
2020-06-25docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian
2020-06-25Doc: correct nitpicky mistakes in array_position/array_positions examples.Tom Lane
2020-06-24Adjust max_slot_wal_keep_size behavior per reviewAlvaro Herrera
2020-06-22Doc fixup for hashagg_avoid_disk_plan GUC.Jeff Davis
2020-06-22Fix inconsistent markups in catalogs.sgmlMichael Paquier
2020-06-22Add --no-index-cleanup and --no-truncate to vacuumdb.Michael Paquier
2020-06-21Language fixes for docs related to opclass optionsAlexander Korotkov
2020-06-21Doc: Tweak description of B-Tree duplicate tuples.Peter Geoghegan
2020-06-20Minor corrections to docs related to opclass optionsAlexander Korotkov