Commit Graph

51259 Commits (81a23dd87999ec9fb62554328c69c5b678612d56)
 

Author SHA1 Message Date
Fujii Masao 81a23dd879 Avoid unnecessary table open/close in TRUNCATE command. 4 years ago
Fujii Masao 08aa89b326 Remove COMMIT_TS_SETTS record. 4 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 4 years ago
Peter Eisentraut 496e58bb0e Improve behavior of date_bin with origin in the future 5 years ago
Tom Lane 99964c4ade Fix failure of xlogprefetch.h to include all prerequisite headers. 5 years ago
Tom Lane 07b76833b1 Doc: update documentation of check_function_bodies. 5 years ago
David Rowley 152d33bcce Improve slightly misleading comments in nodeFuncs.c 5 years ago
Peter Eisentraut 9cae39b8e6 doc: Fix man page whitespace issues 5 years ago
Alvaro Herrera e7e341409a
Suppress length of Notice/Error msgs in PQtrace regress mode 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
Peter Eisentraut 49fb4e6b24 doc: Additional documentation for date_bin 5 years ago
Alvaro Herrera 41badeaba8
Document ANALYZE storage parameters for partitioned tables 5 years ago
Alvaro Herrera 0e69f705cc
Set pg_class.reltuples for partitioned tables 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
Peter Geoghegan 796092fb84 Silence another _bt_check_unique compiler warning. 5 years ago
Tom Lane d1fcbde579 Add support for tab-completion of type arguments in \df, \do. 5 years ago
Tom Lane 01add89454 Suppress uninitialized-variable warning. 5 years ago
Bruce Momjian 0f61727b75 Fixes for query_id feature 5 years ago
Magnus Hagander 5844c23dc5 Merge v1.10 of pg_stat_statements into v1.9 5 years ago
Thomas Munro 34399a670a Remove duplicate typedef. 5 years ago
Fujii Masao 8ff1c94649 Allow TRUNCATE command to truncate foreign tables. 5 years ago
David Rowley 50e17ad281 Speedup ScalarArrayOpExpr evaluation 5 years ago
Thomas Munro 1d257577e0 Optionally prefetch referenced data in recovery. 5 years ago
Thomas Munro f003d9f872 Add circular WAL decoding buffer. 5 years ago
Thomas Munro 323cbe7c7d Remove read_page callback from XLogReader. 5 years ago
David Rowley 5ac9c43073 Cleanup partition pruning step generation 5 years ago
Peter Eisentraut 7e3c54168d Add ORDER BY to some regression test queries 5 years ago
Magnus Hagander aaf0432572 Add functions to wait for backend termination 5 years ago
Peter Eisentraut fb310f1781 doc: Prefer explicit JOIN syntax over old implicit syntax in tutorial 5 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 5 years ago
Peter Eisentraut 2e0e066679 Update Unicode data to CLDR 39 5 years ago
Thomas Munro 2f27f8c511 Provide ReadRecentBuffer() to re-pin buffers by ID. 5 years ago
Alvaro Herrera 0827e8af70
autovacuum: handle analyze for partitioned tables 5 years ago
Andres Freund b3ee4c5038 Cope with NULL query string in ExecInitParallelPlan(). 5 years ago
Amit Kapila 8ffb003591 Fix typo in jsonfuncs.c. 5 years ago
Alvaro Herrera 4131f755d5
Repair find_inheritance_children with no active snapshot 5 years ago
Tom Lane a3027e1e7f Allow psql's \df and \do commands to specify argument types. 5 years ago
Bruce Momjian f57a2f5e03 Add csvlog output for the new query_id value 5 years ago
Peter Geoghegan 5100010ee4 Teach VACUUM to bypass unnecessary index vacuuming. 5 years ago
Bruce Momjian bc70728693 Fix regression test failure caused by commit 4f0b0966c8 5 years ago
Michael Paquier c7578fa640 Fix some failures with connection tests on Windows hosts 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
Robert Haas ec7ffb8096 amcheck: fix multiple problems with TOAST pointer validation 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Tom Lane a282ee68a0 Remove channel binding requirement from clientcert=verify-full test. 5 years ago
Tom Lane 0d46771eaa Comment cleanup for a1115fa07. 5 years ago