summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-03-01Update docs of logical replication for commit ce0fdbfe97.Amit Kapila
2021-03-01Update the docs and comments for decoding of prepared xacts.Amit Kapila
2021-02-27Enhanced cycle mark valuesPeter Eisentraut
2021-02-26Doc: further clarify libpq's description of connection string URIs.Tom Lane
2021-02-26doc: Improve {archive,restore}_command for compressed logsMichael Paquier
2021-02-26Revert "pg_collation_actual_version() -> pg_collation_current_version()."Thomas Munro
2021-02-25Change regex \D and \W shorthands to always match newlines.Tom Lane
2021-02-25Allow complemented character class escapes within regex brackets.Tom Lane
2021-02-25doc: Mention PGDATABASE as supported by pgbenchMichael Paquier
2021-02-25Use full 64-bit XIDs in deleted nbtree pages.Peter Geoghegan
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2021-02-24doc: Improve description of wal_receiver_status_intervalMichael Paquier
2021-02-23VACUUM: ignore indexing operations with CONCURRENTLYAlvaro Herrera
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2021-02-22Fix docs build for website stylesMagnus Hagander
2021-02-22pg_collation_actual_version() -> pg_collation_current_version().Thomas Munro
2021-02-20doc: Mention that partitions_{done,total} is 0 for REINDEX progress reportsMichael Paquier
2021-02-19Update snowballPeter Eisentraut
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Fix pointer type in ExecForeignBatchInsert SGML docsTomas Vondra
2021-02-17Routine usage information schema tablesPeter Eisentraut
2021-02-17Fix typoMagnus Hagander
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Add "LP_DEAD item?" column to GiST pageinspect functionsPeter Geoghegan
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-13doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commandsMichael Paquier
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-11Remove dead code in ECPGconnect(), and improve documentation.Tom Lane
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao
2021-02-09Display the time when the process started waiting for the lock, in pg_locks.Fujii Masao
2021-02-09Add option PROCESS_TOAST to VACUUMMichael Paquier
2021-02-07Docs: fix pg_wal_lsn_diff manual.Tatsuo Ishii
2021-02-04Refactor Windows error message for easier translationPeter Eisentraut
2021-02-04Add TABLESPACE option to REINDEXMichael Paquier
2021-02-03Remove special BKI_LOOKUP magic for namespace and role OIDs.Tom Lane
2021-02-02Build in some knowledge about foreign-key relationships in the catalogs.Tom Lane
2021-02-02Doc: consistently identify OID catalog columns that can be zero.Tom Lane
2021-02-01Doc: work a little harder on the initial examples for regex matching.Tom Lane
2021-02-01SEARCH and CYCLE clausesPeter Eisentraut
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-31Throw error when assigning jsonb scalar instead of a composite objectAlexander Korotkov
2021-01-31Filling array gaps during jsonb subscriptingAlexander Korotkov
2021-01-31Implementation of subscripting for jsonbAlexander Korotkov
2021-01-30doc: Clarify status of SELECT INTO on reference pagePeter Eisentraut
2021-01-30Allow GRANTED BY clause in normal GRANT and REVOKE statementsPeter Eisentraut
2021-01-29Doc: improve cross-references for SET/SHOW.Tom Lane
2021-01-29Document behavior of the .** jsonpath accessor in the lax modeAlexander Korotkov
2021-01-29doc: Improve wording of section for repslot statisticsMichael Paquier
2021-01-29Remove documentation of waiting restore_command.Thomas Munro