summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2024-03-05Fix search_path to a safe value during maintenance operations.Jeff Davis
2024-03-04Add macro for customizing an archiving WARNING message.Nathan Bossart
2024-03-04Remove the adminpack contrib extensionDaniel Gustafsson
2024-03-04Fix doc omission for MERGE into updatable views.Dean Rasheed
2024-03-04doc: Fix datatype for postgres_fdw optionDaniel Gustafsson
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-03-02Documentation update for Standard Collations.Jeff Davis
2024-02-29Support MERGE into updatable views.Dean Rasheed
2024-02-28Improve performance of subsystems on top of SLRUAlvaro Herrera
2024-02-28Remove AIX supportHeikki Linnakangas
2024-02-28Rename SLRU elements in view pg_stat_slruAlvaro Herrera
2024-02-26Revise MERGE documentationAlvaro Herrera
2024-02-25Doc: fix minor typos in two ECPG function descriptions.Tom Lane
2024-02-25Improve documentation and GUC description for transaction_timeoutAlexander Korotkov
2024-02-22Add a new slot sync worker to synchronize logical slots.Amit Kapila
2024-02-21doc: Fix link to pg_ident_file_mappings viewDaniel Gustafsson
2024-02-20Doc: improve explanation of type interval, especially extract().Tom Lane
2024-02-20Revert "Improve compression and storage support with inheritance"Peter Eisentraut
2024-02-20doc: Use system-username instead of system-userMichael Paquier
2024-02-19Doc: fix typo in SECURITY LABEL synopsis.Tom Lane
2024-02-16Improve compression and storage support with inheritancePeter Eisentraut
2024-02-15Introduce transaction_timeoutAlexander Korotkov
2024-02-15Allow passing extra options to initdb for testsPeter Eisentraut
2024-02-14Centralize logic for restoring errno in signal handlers.Nathan Bossart
2024-02-14Allow pg_monitor to execute pg_current_logfile().Nathan Bossart
2024-02-14doc: Remove links to further reading from pgcrypto docsDaniel Gustafsson
2024-02-14Add a slot synchronization function.Amit Kapila
2024-02-13Skip .DS_Store files in server side utilsDaniel Gustafsson
2024-02-13Doc: Improve upgrade for streaming replication section.Amit Kapila
2024-02-11Fix some typos in event trigger docsAlexander Korotkov
2024-02-10Disallow jsonpath methods involving TZ in immutable functionsAndrew Dunstan
2024-02-08doc: Remove superfluous bracket in synopsisDaniel Gustafsson
2024-02-08Fix documentation build with older docbook-xslPeter Eisentraut
2024-02-08Update commentPeter Eisentraut
2024-02-07Update PQparameterStatus and ParameterStatus docsAlvaro Herrera
2024-02-07Clean-ups for 776621a5e4 and 7329240437.Amit Kapila
2024-02-06doc: Spell I/O consistentlyMichael Paquier
2024-02-02Improve documentation for COPY ... ON_ERROR ...Alexander Korotkov
2024-02-01doc: improve role option documentationBruce Momjian
2024-02-01doc: remove incorrect grammar for ALTER EVENT TRIGGERDaniel Gustafsson
2024-02-01doc: Fix incorrect openssl optionDaniel Gustafsson
2024-01-31doc: Document more that relations share a namespacePeter Eisentraut
2024-01-30Add a failover option to subscriptions.Amit Kapila
2024-01-29Doc: mention foreign keys can reference unique indexesDavid Rowley
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-29Doc: Fix incorrect reference to conflicting column in pg_replication_slots.Amit Kapila
2024-01-29Remove make function vpathsearchPeter Eisentraut
2024-01-29Allow setting failover property in the replication command.Amit Kapila
2024-01-26Make spelling of cancelled/cancellation consistentAlvaro Herrera
2024-01-25Support TZ and OF format codes in to_timestamp().Tom Lane