summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-03-26BRIN minmax-multi indexesTomas Vondra
2021-03-26BRIN bloom indexesTomas Vondra
2021-03-26Support the old signature of BRIN consistent functionTomas Vondra
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-03-25Document lock obtained during partition detachAlvaro Herrera
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2021-03-24doc: Fix typoPeter Eisentraut
2021-03-24Change checkpoint_completion_target default to 0.9Stephen Frost
2021-03-24Tidy up more loose ends related to configurable TOAST compression.Robert Haas
2021-03-24Add date_bin functionPeter Eisentraut
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-23Add bit_count SQL functionPeter Eisentraut
2021-03-23Use correct spelling of statistics kindTomas Vondra
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-22Pass all scan keys to BRIN consistent function at onceTomas Vondra
2021-03-22docs: Fix omissions related to configurable TOAST compression.Robert Haas
2021-03-19Provide recovery_init_sync_method=syncfs.Thomas Munro
2021-03-19Allow configurable LZ4 TOAST compression.Robert Haas
2021-03-18Implement GROUP BY DISTINCTTomas Vondra
2021-03-18Remove temporary files after backend crashTomas Vondra
2021-03-18Doc: Update description for parallel insert reloption.Amit Kapila
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-17Doc: remove duplicated step in RLS example.Tom Lane
2021-03-17Prevent buffer overrun in read_tablespace_map().Tom Lane
2021-03-17Doc: improve discussion of variable substitution in PL/pgSQL.Tom Lane
2021-03-17Doc: Add a description of substream in pg_subscription.Amit Kapila
2021-03-17Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro
2021-03-16Improve logging of auto-vacuum and auto-analyzeStephen Frost
2021-03-15Add libpq pipeline mode support to pgbenchAlvaro Herrera
2021-03-15Implement pipeline mode in libpqAlvaro Herrera
2021-03-15Make archiver process an auxiliary process.Fujii Masao
2021-03-12Add pg_amcheck, a CLI for contrib/amcheck.Robert Haas
2021-03-12Forbid marking an identity column as nullable.Tom Lane
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-03-11Be clear about whether a recovery pause has taken effect.Robert Haas
2021-03-11Doc: B-Tree only has one additional parameter.Peter Geoghegan
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-03-10Doc: get rid of <foreignphrase> tags.Tom Lane
2021-03-10Doc: improve introductory information about procedures.Tom Lane
2021-03-10Doc: fix missing mention of procedure OUT parameters.Tom Lane
2021-03-10pgbench: Improve time logic.Thomas Munro
2021-03-10Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila
2021-03-10Revert changes for SSL compression in libpqMichael Paquier
2021-03-09Fix vague comment in jsonb documentationAlexander Korotkov
2021-03-09libpq: Remove deprecated connection parameters authtype and ttyPeter Eisentraut
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-09Add support for more progress reporting in COPYMichael Paquier
2021-03-09Remove support for SSL compressionMichael Paquier