Commit Graph

16230 Commits (df3737a651f40a398c14348b0482e97031e7a7d4)

Author SHA1 Message Date
Michael Paquier 9668c4a661 Rework shutdown callback of archiver modules 3 years ago
Bruce Momjian 77dd153d39 doc: move the mention of aggregate JSON functions up in section 3 years ago
Bruce Momjian 4d070469c1 doc: warn pg_stat_reset() can cause vacuum/analyze problems 3 years ago
Andres Freund c037471832 pgstat: Track time of the last scan of a relation 3 years ago
Peter Eisentraut 34df7b9dfd doc: Correct type of bgw_notify_pid 3 years ago
Andres Freund 2589434ae0 pg_buffercache: Add pg_buffercache_summary() 3 years ago
Alvaro Herrera 7f8d9cedb3
Fix typo in CREATE PUBLICATION reference page 3 years ago
Etsuro Fujita 97da48246d Allow batch insertion during COPY into a foreign table. 3 years ago
Michael Paquier 63585b1ebd doc: Fix description of replication command CREATE_REPLICATION_SLOT 3 years ago
Tom Lane 2d27e13b35 Doc: improve recommended systemd unit file. 3 years ago
Tom Lane 422f86a82e Doc: add entry for pg_get_partkeydef(). 3 years ago
Bruce Momjian 23f3989d92 doc: clarify description for log_startup_progress_interval 3 years ago
Andres Freund 29668e3186 meson: docs: Add xml{lint,proc} wrapper to collect dependencies 3 years ago
Tom Lane f4c7c410ee Revert "Optimize order of GROUP BY keys". 3 years ago
Michael Paquier 83e42a0035 doc: Fix some grammar and typos 3 years ago
Tom Lane 4e4f7b9fcc Adjust PQsslAttributeNames() to match PQsslAttribute(). 3 years ago
Daniel Gustafsson 51fd7cdfd0 doc: Fix PQsslAttribute docs for compression 3 years ago
Tom Lane 80a05679d5 Fix bogus behavior of PQsslAttribute(conn, "library"). 3 years ago
Tom Lane d7e39d72ca Use actual backend IDs in pg_stat_get_backend_idset() and friends. 3 years ago
Michael Paquier 0823d061b0 Introduce SYSTEM_USER 3 years ago
Bruce Momjian 2a66b9bfb7 doc: clarify internal behavior of RECURSIVE CTE queries 3 years ago
Bruce Momjian f77becbe5a revert "warn of SECURITY DEFINER schemas for non-sql_body funcs" 3 years ago
Tom Lane 0937f6d172 Doc: document bpchar, clarify relationship of text and varchar. 3 years ago
Robert Haas a448e49bcb Revert 56-bit relfilenode change and follow-up commits. 3 years ago
Peter Eisentraut c8b2ef05f4 Convert *GetDatum() and DatumGet*() macros to inline functions 3 years ago
Robert Haas 05d4cbf9b6 Increase width of RelFileNumbers from 32 bits to 56 bits. 3 years ago
Tom Lane 3853664265 Introduce GUC_NO_RESET flag. 3 years ago
Alvaro Herrera 249b0409b1
Fix pg_stat_statements for MERGE 3 years ago
Tom Lane fbd2bd15b0 Doc: further adjust notes about pg_upgrade_output.d. 3 years ago
Peter Eisentraut 6d6e136872 Improve terminology 3 years ago
Tom Lane 5f1048881d Doc: minor cleanups. 3 years ago
Alvaro Herrera 0032a54567
Remove PQsendQuery support in pipeline mode 3 years ago
Amit Kapila 13a185f54b Allow publications with schema and table of the same schema. 3 years ago
Tom Lane d89755dac6 Doc: adjust misleading phrasing of a few cross-references. 3 years ago
Alvaro Herrera 790bf615dd
Remove ALL keyword from TABLES IN SCHEMA for publication 3 years ago
Peter Eisentraut ba50834551 Restore archive_command documentation 3 years ago
Michael Paquier 18ac08f0b4 Use min/max bounds defined by Zstd for compression level 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Fujii Masao 2f636daac8 docs: Fix snapshot name in SET TRANSACTION docs. 3 years ago
Michael Paquier 6f0dad88b2 doc: Fix parameter name for pg_create_logical_replication_slot() 3 years ago
Peter Eisentraut 1fe1d09652 Add missing serial commas 3 years ago
Amit Kapila a234177906 Fix typos. 3 years ago
Peter Eisentraut b2451385cb Message wording improvements 3 years ago
Peter Eisentraut c7db01e325 Don't allow creation of database with ICU locale with unsupported encoding 3 years ago
Alvaro Herrera 3a06a79cd1
Copy-edit docs for logical replication column lists 3 years ago
Tom Lane 31dcfae83c Use the terminology "WAL file" not "log file" more consistently. 3 years ago
Peter Eisentraut 111d954024 Small wording improvements 3 years ago
Peter Eisentraut 5f84647ee1 Update .gitignore 3 years ago
Peter Eisentraut ab393528fa Run xmllint validation only once 3 years ago
Daniel Gustafsson 8b60db7743 Handle SIGTERM in pg_receivewal and pg_recvlogical 3 years ago