summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2021-07-14Clarify description of pg_stat_statements columnsMagnus Hagander
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-14Change the name of the Result Cache node to MemoizeDavid Rowley
2021-07-13Rename debug_invalidate_system_caches_always to debug_discard_caches.Tom Lane
2021-07-12Add PSQL_WATCH_PAGER for psql's \watch command.Thomas Munro
2021-07-12doc: Fix typo in function prototypePeter Eisentraut
2021-07-09libpq: Fix sending queries in pipeline aborted stateAlvaro Herrera
2021-07-07doc: Fix description about pg_stat_statements.track_planning.Fujii Masao
2021-07-07postgres_fdw: Tighten up allowed values for batch_size, fetch_size options.Fujii Masao
2021-07-06Allow CustomScan providers to say whether they support projections.Tom Lane
2021-07-06Doc: add info about timestamps with fractional-minute UTC offsets.Tom Lane
2021-07-05doc: Fix quoting markupPeter Eisentraut
2021-07-05Doc: Hash Indexes.Amit Kapila
2021-07-04doc: Mention requirement to --enable-tap-tests on section for TAP testsMichael Paquier
2021-07-04Doc: mention that VACUUM can't utilize over 1GB of RAMDavid Rowley
2021-07-03doc: adjust "cities" example to be consistent with other SQLBruce Momjian
2021-07-02docs: clarify new aggressive vacuum mode for multi-xactsBruce Momjian
2021-07-02Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier
2021-07-01doc: Remove inappropriate <acronym> tagsPeter Eisentraut
2021-07-01add missing tag from commit b8c4261e5eAndrew Dunstan
2021-07-01doc: Clean up title case usePeter Eisentraut
2021-07-01Add new make targets world-bin and install-world-binAndrew Dunstan
2021-07-01Add --clobber-cache option to initdb, for CCA testing.Tom Lane
2021-07-01Allow specifying pg_waldump --rmgr option multiple times.Heikki Linnakangas
2021-06-30doc: Improve descriptions of tup_returned and tup_fetched in pg_stat_databaseFujii Masao
2021-06-30doc: Add type information for postgres_fdw parameters.Fujii Masao
2021-06-30Allow enabling two-phase option via replication protocol.Amit Kapila
2021-06-30Optimize pg_checksums --enable where checksum is already setMichael Paquier
2021-06-29Add PQsendFlushRequest to libpqAlvaro Herrera
2021-06-29Add support for LZ4 with compression of full-page writes in WALMichael Paquier
2021-06-28Stamp HEAD as 15devel.Andrew Dunstan
2021-06-28Change recovery_init_sync_method to PGC_SIGHUP.Thomas Munro
2021-06-26Doc: update v14 release notes for revert of commit c0cb87fbb.Tom Lane
2021-06-25Doc: remove commit f560209c6 from v14 release notes.Tom Lane
2021-06-25Put option listing back into alphabetical orderPeter Eisentraut
2021-06-25Fixes in ALTER SUBSCRIPTION DROP PUBLICATION codePeter Eisentraut
2021-06-25doc: Change reloption data type spelling for consistencyPeter Eisentraut
2021-06-25Doc: Fix minor formatting issue in logicaldecoding.sgml.Amit Kapila
2021-06-25doc: Add acronyms for MITM and SNIMichael Paquier
2021-06-24doc: Move remove_temp_files_after_crash to section for developer optionsMichael Paquier
2021-06-24Doc: Update logical replication message formats.Amit Kapila
2021-06-24Doc: Update caveats in synchronous logical replication.Amit Kapila
2021-06-23Doc: fix confusion about LEAKPROOF in syntax summaries.Tom Lane
2021-06-21Finish rename of PQtraceSetFlags() to PQsetTraceFlags().Noah Misch
2021-06-21doc: adjust PG 14 relnotes to be currentBruce Momjian
2021-06-21doc: add mention of +4GB windows file handling in PG14 relnotesBruce Momjian
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-06-18doc: Apply markup <productname> to OpenSSL more consistentlyMichael Paquier
2021-06-17Document a few caveats in synchronous logical replication.Amit Kapila
2021-06-15Revert 29854ee8d1 due to buildfarm failuresAlexander Korotkov