Commit Graph

51247 Commits (41badeaba8beee7648ebe7923a41c04f1f3cb302)
 

Author SHA1 Message Date
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
Robert Haas 4573f6a9af amcheck: Remove duplicate XID/MXID bounds checks. 5 years ago
Peter Geoghegan 3c3b8a4b26 Truncate line pointer array during VACUUM. 5 years ago
Tom Lane 3db826bd55 Tighten up allowed names for custom GUC parameters. 5 years ago
Tomas Vondra 23607a8156 Don't add non-existent pages to bitmap from BRIN 5 years ago
Peter Eisentraut 5c55dc8b47 libpq: Set Server Name Indication (SNI) for SSL connections 5 years ago
Magnus Hagander c1968426ba Refactor hba_authname 5 years ago
Peter Eisentraut 4560e0acda doc: Improve wording 5 years ago
Heikki Linnakangas d92b1cdbab Revert "Add sortsupport for gist_btree opclasses, for faster index builds." 5 years ago
Heikki Linnakangas 9f984ba6d2 Add sortsupport for gist_btree opclasses, for faster index builds. 5 years ago
Peter Eisentraut dd13ad9d39 Fix use of cursor sensitivity terminology 5 years ago
Peter Eisentraut 0b5e824528 Message improvement 5 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago