summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-10-09Doc: use CURRENT_USER not USER in plpgsql trigger examples.Tom Lane
2023-10-09Remove duplicate words in docs and code comments.Amit Kapila
2023-10-05dblink: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-05postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait eventsMichael Paquier
2023-10-04Document that --sync-method takes an argument.Nathan Bossart
2023-10-04doc: Clarify not-null constraints in information schemaPeter Eisentraut
2023-10-04worker_spi: Rename custom wait event to "WorkerSpiMain"Michael Paquier
2023-10-03Doc: suppress "exceed the available area" warning in PDF build.Tom Lane
2023-09-30Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROMAndrew Dunstan
2023-09-29doc: remove PG version mention in EXPLAIN outputBruce Momjian
2023-09-29Doc: improve description of dump/restore's --clean and --if-exists.Tom Lane
2023-09-29doc: Change statistics function xref to the right targetDaniel Gustafsson
2023-09-29doc: Fix descriptions related to the handling of non-ASCII charactersMichael Paquier
2023-09-28doc: Clarify where ereport severity levels are definedDaniel Gustafsson
2023-09-28doc: Improve documentation about pg_resetwal -f optionPeter Eisentraut
2023-09-26doc: clarify the effect of concurrent work_mem allocationsBruce Momjian
2023-09-26doc: clarify handling of time zones with "time with time zone"Bruce Momjian
2023-09-26doc: clarify the behavior of unopenable listen_addressesBruce Momjian
2023-09-26doc: pg_upgrade, clarify standby servers must remain runningBruce Momjian
2023-09-26pgrowlocks: change lock mode output labels for consistencyBruce Momjian
2023-09-26doc: mention GROUP BY columns can reference target col numbersBruce Momjian
2023-09-25doc: Tell about "vcregress taptest" for regression tests on WindowsMichael Paquier
2023-09-25Add worker type to pg_stat_subscription.Nathan Bossart
2023-09-25docs: Clarify --with-segsize-blocks documentationAndres Freund
2023-09-25Add GUC for temporarily disabling event triggersDaniel Gustafsson
2023-09-22Doc: copy-edit the introductory para for the pg_class catalog.Tom Lane
2023-09-21Allow dbname in pg_basebackup/pg_receivewal connstringDaniel Gustafsson
2023-09-20doc: Fix description of BUFFER_USAGE_LIMIT for VACUUM and ANALYZEMichael Paquier
2023-09-20unaccent: Add support for quoted translated charactersMichael Paquier
2023-09-18Don't crash if cursor_to_xmlschema is used on a non-data-returning Portal.Tom Lane
2023-09-18doc: Add example for how to set file_fdw column optionDaniel Gustafsson
2023-09-08doc: remove mention of backslash doubling in stringsBruce Momjian
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-09-08doc: Extend documentation of PG_TEST_EXTRADaniel Gustafsson
2023-09-07doc: change "cross product" to "Cartesian product"Bruce Momjian
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-09-06doc: mention that to_char() values are roundedBruce Momjian
2023-09-05doc: mention libpq regression testsBruce Momjian
2023-09-05Remove the "snapshot too old" feature.Thomas Munro
2023-08-30Doc: Improve documentation for creating custom scan paths.Etsuro Fujita
2023-08-30Allow pgbench to exit immediately when any client is aborted.Tatsuo Ishii
2023-08-29Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut
2023-08-29Allow \watch queries to stop on minimum rows returnedDaniel Gustafsson
2023-08-25Catalog not-null constraintsAlvaro Herrera
2023-08-23Add to_bin() and to_oct().Nathan Bossart
2023-08-23doc: Replace list of drivers and PLs with wiki linkDaniel Gustafsson
2023-08-23doc: Add more ICU rules examplesPeter Eisentraut
2023-08-23doc: Improve ICU external linkPeter Eisentraut
2023-08-23Improve vertical spacing of documentation markupPeter Eisentraut
2023-08-20Add system view pg_wait_eventsMichael Paquier