summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add --buffer-usage-limit option to vacuumdbDavid Rowley2023-04-072-2/+15
* Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT optionDavid Rowley2023-04-073-0/+74
* psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.Tom Lane2023-04-061-4/+12
* psql: add an optional execution-count limit to \watch.Tom Lane2023-04-061-3/+7
* Support long distance matching for zstd compressionTomas Vondra2023-04-063-3/+13
* postgres_fdw: Add support for parallel abort.Etsuro Fujita2023-04-061-16/+31
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-051-12/+31
* Allow to use system CA pool for certificate verificationDaniel Gustafsson2023-04-052-1/+29
* pg_dump: Add support for zstd compressionTomas Vondra2023-04-051-5/+8
* doc: Update error messages in RLS examplesJohn Naylor2023-04-051-4/+4
* doc: Update SQL features/conformance information to SQL:2023Peter Eisentraut2023-04-053-183/+181
* doc: Update SQL keywords list to SQL:2023Peter Eisentraut2023-04-057-10/+96
* meson: docs: Allow configuring simple/website styleAndres Freund2023-04-042-3/+16
* docs: html: load stylesheet via custom.css.sourceAndres Freund2023-04-046-14/+21
* docs: html: copy images to output as part of xslt buildAndres Freund2023-04-043-1/+28
* meson: add docs, docs_pdf optionsAndres Freund2023-04-042-16/+40
* meson: docs: Preparatory cleanupsAndres Freund2023-04-041-17/+23
* docs: Remove support for 'htmlhelp' formatAndres Freund2023-04-043-68/+0
* doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit}Michael Paquier2023-04-051-4/+8
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-041-1/+1
* Add a way to get the current function's OID in pl/pgsql.Tom Lane2023-04-041-0/+5
* Add a run_as_owner option to subscriptions.Robert Haas2023-04-043-1/+33
* Perform logical replication actions as the table owner.Robert Haas2023-04-041-16/+9
* Add missing XML ID attributesPeter Eisentraut2023-04-042-2/+2
* bufmgr: Remove buffer-write-dirty tracepointsAndres Freund2023-04-031-17/+0
* Disable vacuum's use of a buffer access strategy during failsafeDavid Rowley2023-04-031-2/+6
* Doc: add Buffer Access Strategy to the glossaryDavid Rowley2023-04-011-0/+28
* Add show_data option to pg_get_wal_block_info.Peter Geoghegan2023-03-311-3/+14
* SQL/JSON: support the IS JSON predicateAlvaro Herrera2023-03-311-0/+80
* pg_regress: Emit TAP compliant outputDaniel Gustafsson2023-03-311-3/+5
* Add XML ID attributes to create_publication.sgml.Amit Kapila2023-03-315-51/+68
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-0/+11
* Show record information in pg_get_wal_block_info.Peter Geoghegan2023-03-301-72/+133
* Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6.Robert Haas2023-03-301-13/+13
* Add new predefined role pg_create_subscription.Robert Haas2023-03-304-9/+37
* Support connection load balancing in libpqDaniel Gustafsson2023-03-292-1/+73
* SQL/JSON: add standard JSON constructor functionsAlvaro Herrera2023-03-291-3/+283
* meson: Change default buildtype to debugoptimizedPeter Eisentraut2023-03-291-1/+1
* Avoid syncing data twice for the 'publish_via_partition_root' option.Amit Kapila2023-03-291-0/+10
* Add XML ID attributes to create_subscription.sgml.Amit Kapila2023-03-295-52/+67
* Validate ICU locales.Jeff Davis2023-03-281-0/+26
* Save a few bytes in pg_attributePeter Eisentraut2023-03-281-30/+30
* doc: fix Apple Silicon Homebrew prefix change documentationDaniel Gustafsson2023-03-271-1/+1
* doc: Fix XML_CATALOG_FILES env var for Apple M1 machinesDaniel Gustafsson2023-03-271-1/+5
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-271-0/+20
* Doc: clarify introduction to database roles.Tom Lane2023-03-261-6/+11
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-8/+10
* Doc: fix another "contents...exceed the available area" PDF warning.Tom Lane2023-03-251-1/+1
* Doc: fix examples for pg_input_error_info().Tom Lane2023-03-241-9/+14
* docs: Explain how to silence overly verbose messages by fopAndres Freund2023-03-241-0/+10