Commit Graph

15377 Commits (198b3716dba68544b55cb97bd120738a86d5df2d)

Author SHA1 Message Date
Alvaro Herrera 198b3716db
Improve PQtrace() output format 5 years ago
Amit Kapila f64ea6dc5c Add a xid argument to the filter_prepare callback for output plugins. 5 years ago
Andrew Dunstan 6d7a6feac4 Allow matching the DN of a client certificate for authentication 5 years ago
Peter Eisentraut f37fec837c Add unistr function 5 years ago
Stephen Frost b64654d6c4 doc: Define TLS as an acronym 5 years ago
Tomas Vondra a4d75c86bf Extended statistics on expressions 5 years ago
Noah Misch a14a0118a1 Add "pg_database_owner" default role. 5 years ago
Tomas Vondra ab596105b5 BRIN minmax-multi indexes 5 years ago
Tomas Vondra 77b88cd1bb BRIN bloom indexes 5 years ago
Tomas Vondra a681e3c107 Support the old signature of BRIN consistent function 5 years ago
Alvaro Herrera 71f4c8c6f7
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY 5 years ago
Alvaro Herrera 650d623530
Document lock obtained during partition detach 5 years ago
Michael Meskes ad8305a43d Add DECLARE STATEMENT command to ECPG 5 years ago
Peter Eisentraut 5173e42892 doc: Fix typo 5 years ago
Stephen Frost bbcc4eb2e0 Change checkpoint_completion_target default to 0.9 5 years ago
Robert Haas e5595de03e Tidy up more loose ends related to configurable TOAST compression. 5 years ago
Peter Eisentraut 49ab61f0bd Add date_bin function 5 years ago
Amit Kapila 26acb54a13 Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."." 5 years ago
Fujii Masao 84007043fc Rename wait event WalrcvExit to WalReceiverExit. 5 years ago
Peter Eisentraut a6715af1e7 Add bit_count SQL function 5 years ago
Tomas Vondra a5f002ad9a Use correct spelling of statistics kind 5 years ago
Fujii Masao 1e3e8b51bd Change the type of WalReceiverWaitStart wait event from Client to IPC. 5 years ago
Tomas Vondra a1c649d889 Pass all scan keys to BRIN consistent function at once 5 years ago
Robert Haas 24f0e395ac docs: Fix omissions related to configurable TOAST compression. 5 years ago
Thomas Munro 61752afb26 Provide recovery_init_sync_method=syncfs. 5 years ago
Robert Haas bbe0a81db6 Allow configurable LZ4 TOAST compression. 5 years ago
Tomas Vondra be45be9c33 Implement GROUP BY DISTINCT 5 years ago
Tomas Vondra cd91de0d17 Remove temporary files after backend crash 5 years ago
Amit Kapila ed62d3737c Doc: Update description for parallel insert reloption. 5 years ago
Amit Kapila c8f78b6161 Add a new GUC and a reloption to enable inserts in parallel-mode. 5 years ago
Tom Lane 70945649d7 Doc: remove duplicated step in RLS example. 5 years ago
Tom Lane a50e4fd028 Prevent buffer overrun in read_tablespace_map(). 5 years ago
Tom Lane c783e656d4 Doc: improve discussion of variable substitution in PL/pgSQL. 5 years ago
Amit Kapila 7efeb214ad Doc: Add a description of substream in pg_subscription. 5 years ago
Thomas Munro 9e7ccd9ef6 Enable parallelism in REFRESH MATERIALIZED VIEW. 5 years ago
Stephen Frost 94d13d474d Improve logging of auto-vacuum and auto-analyze 5 years ago
Alvaro Herrera 9aa491abbf
Add libpq pipeline mode support to pgbench 5 years ago
Alvaro Herrera acb7e4eb6b
Implement pipeline mode in libpq 5 years ago
Fujii Masao d75288fb27 Make archiver process an auxiliary process. 5 years ago
Robert Haas 9706092839 Add pg_amcheck, a CLI for contrib/amcheck. 5 years ago
Tom Lane f52c5d6749 Forbid marking an identity column as nullable. 5 years ago
Thomas Munro de829ddf23 Add condition variable for walreceiver shutdown. 5 years ago
Robert Haas 32fd2b57d7 Be clear about whether a recovery pause has taken effect. 5 years ago
Peter Geoghegan 3f0daeb02f Doc: B-Tree only has one additional parameter. 5 years ago
Peter Geoghegan 9f3665fbfc Don't consider newly inserted tuples in nbtree VACUUM. 5 years ago
Thomas Munro d87251048a Replace buffer I/O locks with condition variables. 5 years ago
Tom Lane b12436340a Doc: get rid of <foreignphrase> tags. 5 years ago
Tom Lane 227338b00d Doc: improve introductory information about procedures. 5 years ago
Tom Lane 3ebc6d2957 Doc: fix missing mention of procedure OUT parameters. 5 years ago
Thomas Munro 547f04e734 pgbench: Improve time logic. 5 years ago