summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2022-11-18Fix typos and bump catversion.Robert Haas
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-18Fix typoAlvaro Herrera
2022-11-18doc: Small wording improvementPeter Eisentraut
2022-11-18Add glossary entries related to superusersAlvaro Herrera
2022-11-16doc: document the TAP test environment variablesDaniel Gustafsson
2022-11-16doc: update metacpan.org links to avoid redirectsDaniel Gustafsson
2022-11-16Mark argument of RegisterCustomRmgr() as const.Jeff Davis
2022-11-15Add test module for Custom WAL Resource Manager feature.Jeff Davis
2022-11-15doc: Use more concise wording for pl/pgSQL TG_ variablesDaniel Gustafsson
2022-11-15psql: Add command to use extended query protocolPeter Eisentraut
2022-11-15Disallow setting archive_library and archive_command at the same timePeter Eisentraut
2022-11-10Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".Tom Lane
2022-11-08Doc: improve tutorial section about grouped aggregates.Tom Lane
2022-11-04Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots.Amit Kapila
2022-11-02Doc: Update information about manually creating slots.Amit Kapila
2022-11-02doc: Fix some descriptions related to pg_ident_file_mappingsMichael Paquier
2022-11-01doc: Add note about lack of publication privilegesPeter Eisentraut
2022-10-26Add rule_number to pg_hba_file_rules and map_number to pg_ident_file_mappingsMichael Paquier
2022-10-25doc: Fix type of cursor_position in jsonlog tableMichael Paquier
2022-10-24Add support for regexps on database and user entries in pg_hba.confMichael Paquier
2022-10-20Doc: fix outdated wording about parallel seq scansDavid Rowley
2022-10-20Make finding openssl program a configure or meson optionPeter Eisentraut
2022-10-19Rework shutdown callback of archiver modulesMichael Paquier
2022-10-17doc: move the mention of aggregate JSON functions up in sectionBruce Momjian
2022-10-17doc: warn pg_stat_reset() can cause vacuum/analyze problemsBruce Momjian
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-14doc: Correct type of bgw_notify_pidPeter Eisentraut
2022-10-13pg_buffercache: Add pg_buffercache_summary()Andres Freund
2022-10-13Fix typo in CREATE PUBLICATION reference pageAlvaro Herrera
2022-10-13Allow batch insertion during COPY into a foreign table.Etsuro Fujita
2022-10-12doc: Fix description of replication command CREATE_REPLICATION_SLOTMichael Paquier
2022-10-12Doc: improve recommended systemd unit file.Tom Lane
2022-10-11Doc: add entry for pg_get_partkeydef().Tom Lane
2022-10-05doc: clarify description for log_startup_progress_intervalBruce Momjian
2022-10-05meson: docs: Add xml{lint,proc} wrapper to collect dependenciesAndres Freund
2022-10-03Revert "Optimize order of GROUP BY keys".Tom Lane
2022-10-01doc: Fix some grammar and typosMichael Paquier
2022-09-30Adjust PQsslAttributeNames() to match PQsslAttribute().Tom Lane
2022-09-30doc: Fix PQsslAttribute docs for compressionDaniel Gustafsson
2022-09-29Fix bogus behavior of PQsslAttribute(conn, "library").Tom Lane
2022-09-29Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-09-28doc: clarify internal behavior of RECURSIVE CTE queriesBruce Momjian
2022-09-28revert "warn of SECURITY DEFINER schemas for non-sql_body funcs"Bruce Momjian
2022-09-28Doc: document bpchar, clarify relationship of text and varchar.Tom Lane
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-27Introduce GUC_NO_RESET flag.Tom Lane