Commit Graph

7493 Commits (3c554100307f4e57c0881e205dbdbc173bb84d56)

Author SHA1 Message Date
Thomas Munro c2dc19342e Revert recovery prefetching feature. 5 years ago
Tom Lane a55a98477b Sync guc.c and postgresql.conf.sample with the SGML docs. 5 years ago
Andrew Dunstan 8292c0675a
Add a README and Makefile recipe for Gen_dummy_probes.pl 5 years ago
Tomas Vondra 8d4b311d24 Make pg_get_statisticsobjdef_expressions return NULL 5 years ago
Thomas Munro ec48314708 Revert per-index collation version tracking feature. 5 years ago
Peter Eisentraut 38f36aad8c GUC description improvements for clarity 5 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 5 years ago
Alexander Korotkov eb086056fe Make websearch_to_tsquery() parse text in quotes as a single token 5 years ago
Bruce Momjian 651d005e76 Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9 5 years ago
Alvaro Herrera d6b8d29419
Allow a partdesc-omitting-partitions to be cached 5 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 5 years ago
Amit Kapila e7eea52b2d Fix Logical Replication of Truncate in synchronous commit mode. 5 years ago
Alexander Korotkov 6bbcff096f Mark multirange_constructor0() and multirange_constructor2() strict 5 years ago
Peter Eisentraut 7776a23a4b Fix incorrect format placeholder 5 years ago
Michael Paquier 45c0c5f70e Fix some comments in fmgr.c 5 years ago
Bruce Momjian db01f797dd Fix interaction of log_line_prefix's query_id and log_statement 5 years ago
Bruce Momjian 9660834dd8 adjust query id feature to use pg_stat_activity.query_id 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Michael Paquier ac725ee0f9 doc: Move force_parallel_mode to section for developer options 5 years ago
Amit Kapila cca57c1d9b Use NameData datatype for slotname in stats. 5 years ago
Tom Lane 69d5ca484b Fix some inappropriately-disallowed uses of ALTER ROLE/DATABASE SET. 5 years ago
Noah Misch 455dbc010b Use "-I." in directories holding Bison parsers, for Oracle compilers. 5 years ago
Michael Paquier b094063cd1 Move log_autovacuum_min_duration into its correct sections 5 years ago
Michael Paquier 7a3972597f Fix out-of-bound memory access for interval -> char conversion 5 years ago
Tom Lane 6277435a8a Silence some Coverity warnings and improve code consistency. 5 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 5 years ago
Peter Eisentraut 496e58bb0e Improve behavior of date_bin with origin in the future 5 years ago
Tom Lane 07b76833b1 Doc: update documentation of check_function_bodies. 5 years ago
Thomas Munro 846d35b2dc Make new GUC short descriptions more consistent. 5 years ago
Thomas Munro dc88460c24 Doc: Review for "Optionally prefetch referenced data in recovery." 5 years ago
Magnus Hagander 1798d8f8b6 Fix typo 5 years ago
Michael Paquier 609b0652af Fix typos and grammar in documentation and code comments 5 years ago
Bruce Momjian 0f61727b75 Fixes for query_id feature 5 years ago
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 5 years ago
Magnus Hagander aaf0432572 Add functions to wait for backend termination 5 years ago
Amit Kapila 8ffb003591 Fix typo in jsonfuncs.c. 5 years ago
Bruce Momjian f57a2f5e03 Add csvlog output for the new query_id value 5 years ago
Peter Eisentraut e717a9a18b SQL-standard function body 5 years ago
Peter Geoghegan 1e55e7d175 Add wraparound failsafe to VACUUM. 5 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Tom Lane 3db826bd55 Tighten up allowed names for custom GUC parameters. 5 years ago
Tom Lane 091e22b2e6 Clean up treatment of missing default and CHECK-constraint records. 5 years ago
Peter Eisentraut a2da77cdb4 Change return type of EXTRACT to numeric 5 years ago
Fujii Masao 43620e3286 Add function to log the memory contexts of specified backend process. 5 years ago
Tom Lane dfc843d465 Fix more confusion in SP-GiST. 5 years ago
Andres Freund 225a22b19e Improve efficiency of wait event reporting, remove proc.h dependency. 5 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 5 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago