summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2023-10-24Reword memory terminology for PQresultMemorySizeDaniel Gustafsson
2023-10-24Doc: indexUnchanged is strictly a hint.Peter Geoghegan
2023-10-23doc: Improve example query related to pg_wait_eventsMichael Paquier
2023-10-23doc: Fix some grammar and inconsistent tagsMichael Paquier
2023-10-20Doc: update CREATE OPERATOR's statement about => as an operator.Tom Lane
2023-10-20Extend ALTER OPERATOR to allow setting more optimization attributes.Tom Lane
2023-10-19pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-10-18Add flush option to pg_logical_emit_message()Michael Paquier
2023-10-17Reword messages about impending (M)XID exhaustion.Robert Haas
2023-10-16Update the documentation on recovering from (M)XID exhaustion.Robert Haas
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-10-13Doc: Add more links in logical replication pages.Amit Kapila
2023-10-13Add support for AT LOCALMichael Paquier
2023-10-13doc: Mention timezone(zone, time) in section for AT TIME ZONEMichael Paquier
2023-10-12Doc: fix grammatical errors for enable_partitionwise_aggregateDavid Rowley
2023-10-12Add option to bgworkers to allow the bypass of role login checkMichael Paquier
2023-10-10doc: pg_upgrade: use dynamic new cluster major version numbersBruce Momjian
2023-10-10doc: clarify that SSPI and GSSAPI are interchangeableBruce Momjian
2023-10-10doc: Move CREATE ROLE's IN GROUP and USER to deprecatedBruce Momjian
2023-10-10doc: foreign servers with pushdown need matching collationBruce Momjian
2023-10-10doc: add SSL configuration section referenceBruce Momjian
2023-10-10doc: clarify how the bootstrap user name is chosenBruce Momjian
2023-10-10doc: document the need to analyze partitioned tablesBruce Momjian
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