summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
6 daysdoc: Fix output column name for pg_stat_get_backend_subxact()Michael Paquier
10 daysdoc: Remove unnecessary CVE items from release notesMichael Paquier
2026-09-01doc: clarify aliasing of VALUES in FROM clausesFujii Masao
2026-08-22Doc: fix typoDavid Rowley
2026-08-17Doc: clean up documentation about text search datatype limits.Tom Lane
2026-08-14doc: Clarify the logging collector's guarantees.Nathan Bossart
2026-08-10Last-minute updates for release notes.Tom Lane
2026-08-10psql: Don't do backquote expansion in \unrestrict.Nathan Bossart
2026-08-10pgcrypto: Add option to revert to prior decryption behaviorJacob Champion
2026-08-10Check for USAGE privilege on the subtype in CREATE TYPE AS RANGE.Nathan Bossart
2026-08-10Add an output_plugin_libraries GUC to bless trusted output pluginsJacob Champion
2026-08-10Use value of scram_iterations in mock_scram_secret().Nathan Bossart
2026-08-09Release notes for 18.5, 17.11, 16.15, 15.19, 14.24.Tom Lane
2026-07-29doc: Add a note that refint will be removed in v20Daniel Gustafsson
2026-07-27Add support for Visual Studio 2026 in pre-17 build scriptsAndrew Dunstan
2026-07-25psql: Allow pg_read_all_stats to see database size in \l+Fujii Masao
2026-07-20doc: Granting TRIGGER or REFERENCES on table is dangerous.Robert Haas
2026-07-17Doc: Clarify DROP SUBSCRIPTION behavior after SET (slot_name = NONE).Amit Kapila
2026-07-16doc: Fix log_parameter_max_length docs to reference log_min_duration_statementFujii Masao
2026-07-08doc: Clarify COPY FROM WHERE expression restrictionsFujii Masao
2026-07-08doc: Fix typo in rule-system view exampleFujii Masao
2026-07-03Remove replication slot advice from MultiXact wraparound hintsFujii Masao
2026-07-01Document wal_compression=onJohn Naylor
2026-06-23doc: Describe better handling of indexes in ALTER TABLE ATTACH PARTITIONMichael Paquier
2026-06-18doc: Fix "Prev" link, take 2.Nathan Bossart
2026-06-15doc: Fix "Prev" link.Nathan Bossart
2026-06-14Doc: remove stale entry for removed aclitem[] ~ aclitem operator.Tom Lane
2026-06-12doc: fix reference for finding replication slots to dropFujii Masao
2026-06-08doc: Expand on proper use of refint.Nathan Bossart
2026-06-08ecpg: Reject multiple header items in GET/SET DESCRIPTORFujii Masao
2026-05-20pg_recvlogical: Honor source cluster file permissions for output filesFujii Masao
2026-05-15Doc: fix release-note typo.Tom Lane
2026-05-11Last-minute updates for release notes.Tom Lane
2026-05-11Mark PQfn() unsafe and fix overrun in frontend LO interface.Nathan Bossart
2026-05-10Release notes for 18.4, 17.10, 16.14, 15.18, 14.23.Tom Lane
2026-05-01doc: Mention validation attempt during ALTER INDEX .. ATTACH PARTITIONMichael Paquier
2026-04-27doc: Fix grammar in some logical replication pagesMichael Paquier
2026-04-20doc: Correct context description for some JIT support GUCsFujii Masao
2026-04-17doc: Improve description of pg_ctl -l log file permissionsFujii Masao
2026-04-01doc: Add missing description for DROP SUBSCRIPTION IF EXISTS.Nathan Bossart
2026-03-09doc: Document IF NOT EXISTS option for ALTER FOREIGN TABLE ADD COLUMN.Fujii Masao
2026-03-05doc: Clarify that COLUMN is optional in ALTER TABLE ... ADD/DROP COLUMN.Fujii Masao
2026-03-03doc: Clarify that empty COMMENT string removes the comment.Fujii Masao
2026-02-26doc: Clarify INCLUDING COMMENTS behavior in CREATE TABLE LIKE.Fujii Masao
2026-02-22Release notes for 18.3, 17.9, 16.13, 15.17, 14.22.Tom Lane
2026-02-11doc: Mention all SELECT privileges required by INSERT ... ON CONFLICT.Dean Rasheed
2026-02-11doc: Clarify RLS policies applied for ON CONFLICT DO NOTHING.Dean Rasheed
2026-02-09Last-minute updates for release notes.Tom Lane
2026-02-08Release notes for 18.2, 17.8, 16.12, 15.16, 14.21.Tom Lane
2026-02-06Add file_extend_method=posix_fallocate,write_zeros.Thomas Munro