Commit Graph

16492 Commits (664d757531e11ea5ef6971884ddb2a7af6fae69a)

Author SHA1 Message Date
Tom Lane f3fa31327e Add pg_buffercache_usage_counts() to contrib/pg_buffercache. 2 years ago
Alvaro Herrera e056c557ae
Catalog NOT NULL constraints 2 years ago
Tom Lane ff245a3788 Doc: improve descriptions of max_[pred_]locks_per_transaction GUCs. 2 years ago
Tom Lane 888f2ea0a8 Add array_sample() and array_shuffle() functions. 2 years ago
David Rowley ae78cae3be Add --buffer-usage-limit option to vacuumdb 2 years ago
David Rowley 1cbbee0338 Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option 2 years ago
Tom Lane 31ae2aa9d2 psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2 years ago
Tom Lane 00beecfe83 psql: add an optional execution-count limit to \watch. 2 years ago
Tomas Vondra 2820adf775 Support long distance matching for zstd compression 2 years ago
Etsuro Fujita 983ec23007 postgres_fdw: Add support for parallel abort. 2 years ago
Andres Freund 31966b151e bufmgr: Introduce infrastructure for faster relation extension 2 years ago
Daniel Gustafsson 8eda731465 Allow to use system CA pool for certificate verification 2 years ago
Tomas Vondra 84adc8e20f pg_dump: Add support for zstd compression 2 years ago
John Naylor 542b6347bf doc: Update error messages in RLS examples 2 years ago
Peter Eisentraut c9f57541d9 doc: Update SQL features/conformance information to SQL:2023 2 years ago
Peter Eisentraut 1993f3feb7 doc: Update SQL keywords list to SQL:2023 2 years ago
Andres Freund 9d2a464a04 meson: docs: Allow configuring simple/website style 2 years ago
Andres Freund b8059bdf1e docs: html: load stylesheet via custom.css.source 2 years ago
Andres Freund 0012979d98 docs: html: copy images to output as part of xslt build 2 years ago
Andres Freund ef07d351a1 meson: add docs, docs_pdf options 2 years ago
Andres Freund 0ba827ecfc meson: docs: Preparatory cleanups 2 years ago
Andres Freund d75c7fbaf9 docs: Remove support for 'htmlhelp' format 2 years ago
Michael Paquier e126d817c7 doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit} 2 years ago
Jeff Davis ea1db8ae70 Canonicalize ICU locale names to language tags. 2 years ago
Tom Lane d3d53f955c Add a way to get the current function's OID in pl/pgsql. 2 years ago
Robert Haas 482675987b Add a run_as_owner option to subscriptions. 2 years ago
Robert Haas 1e10d49b65 Perform logical replication actions as the table owner. 2 years ago
Peter Eisentraut 3077324b03 Add missing XML ID attributes 2 years ago
Andres Freund 8a2b1b1477 bufmgr: Remove buffer-write-dirty tracepoints 2 years ago
David Rowley 4830f10243 Disable vacuum's use of a buffer access strategy during failsafe 2 years ago
David Rowley c8f8d0eb18 Doc: add Buffer Access Strategy to the glossary 2 years ago
Peter Geoghegan df4f3ab517 Add show_data option to pg_get_wal_block_info. 2 years ago
Alvaro Herrera 6ee30209a6
SQL/JSON: support the IS JSON predicate 2 years ago
Daniel Gustafsson 558fff0adf pg_regress: Emit TAP compliant output 2 years ago
Amit Kapila ed94e8563e Add XML ID attributes to create_publication.sgml. 2 years ago
Andres Freund 8aaa04b32d Track shared buffer hits in pg_stat_io 2 years ago
Peter Geoghegan 122376f028 Show record information in pg_get_wal_block_info. 2 years ago
Robert Haas 9c487efe35 Fix documentation build for c3afe8cf5a. 2 years ago
Robert Haas c3afe8cf5a Add new predefined role pg_create_subscription. 2 years ago
Daniel Gustafsson 7f5b19817e Support connection load balancing in libpq 2 years ago
Alvaro Herrera 7081ac46ac
SQL/JSON: add standard JSON constructor functions 2 years ago
Peter Eisentraut 5aae36dc9c meson: Change default buildtype to debugoptimized 2 years ago
Amit Kapila 062a844424 Avoid syncing data twice for the 'publish_via_partition_root' option. 2 years ago
Amit Kapila de5a47af2d Add XML ID attributes to create_subscription.sgml. 2 years ago
Jeff Davis 1671f990dd Validate ICU locales. 2 years ago
Peter Eisentraut 90189eefc1 Save a few bytes in pg_attribute 2 years ago
Daniel Gustafsson 5a91c79755 doc: fix Apple Silicon Homebrew prefix change documentation 2 years ago
Daniel Gustafsson 4c8d654084 doc: Fix XML_CATALOG_FILES env var for Apple M1 machines 2 years ago
Daniel Gustafsson b577743000 Make SCRAM iteration count configurable 2 years ago
Tom Lane 6eefe2ce46 Doc: clarify introduction to database roles. 2 years ago