Commit Graph

33737 Commits (b84dbc8eb80b43e554891c459a19969d9fbdefe5)

Author SHA1 Message Date
Fujii Masao b84dbc8eb8 Add TRUNCATE parameter to VACUUM. 7 years ago
Magnus Hagander 98719af6c2 Fix typos and clarify a comment 7 years ago
Tom Lane 8d0ddccec6 Avoid "invalid memory alloc request size" while reading pg_stat_activity. 7 years ago
Amit Kapila 7db0cde6b5 Revert "Avoid the creation of the free space map for small heap relations". 7 years ago
Michael Paquier af82f95abb Remove some code related to 7.3 and older servers from tools of src/bin/ 7 years ago
Alvaro Herrera a1ec7402e9 Revert "Make pg_dump emit ATTACH PARTITION instead of PARTITION OF" 7 years ago
Michael Paquier 91248608a6 Add tests for error message generation in partition tuple routing 7 years ago
Dean Rasheed a0905056fd Use checkAsUser for selectivity estimator checks, if it's set. 7 years ago
Dean Rasheed 1aebfbea83 Fix security checks for selectivity estimation functions with RLS. 7 years ago
Tom Lane bd5e8b627b Bring pg_nextoid()'s error messages into line with message style guide. 7 years ago
Tom Lane 9691aa72e2 Fix style violations in syscache lookups. 7 years ago
Tom Lane 62148c3520 Add check for syscache lookup failure in update_relispartition(). 7 years ago
Michael Paquier 84e4570da9 Fix set of issues with memory-allocation system calls in frontend code 7 years ago
Noah Misch 34ff542a71 MSVC: Build ~35% faster by calling dumpbin just once per directory. 7 years ago
Peter Geoghegan 7b37f4b02e Correct more obsolete nbtree page split comments. 7 years ago
Tom Lane f884dca495 Remove RelationSetIndexList(). 7 years ago
Tom Lane f912d7dec2 Fix reindexing of pg_class indexes some more. 7 years ago
Alvaro Herrera 2bf372a4ae heap_prepare_freeze_tuple: Simplify coding 7 years ago
Peter Geoghegan 6dd86c269d Fix nbtsort.c's page space accounting. 7 years ago
Robert Haas dd69597988 Fix some problems with VACUUM (INDEX_CLEANUP FALSE). 7 years ago
Magnus Hagander 659e53498c Fix union for pgstat message types 7 years ago
Andres Freund 809c9b48f4 Run catalog reindexing test from 3dbb317d32 serially, to avoid deadlocks. 7 years ago
Andres Freund 4b40d40b30 Fix unused variable compiler warning in !debug builds. 7 years ago
Andres Freund a0b5bb6e02 Improve comment spelling and style in llvmjit_deform.c. 7 years ago
Andres Freund 3a48005b00 Improve code inferring length of bitmap for JITed tuple deforming. 7 years ago
Tom Lane e03ff73969 Clean up handling of constraint_exclusion and enable_partition_pruning. 7 years ago
Alvaro Herrera 9f8b717a80 Message style fixes 7 years ago
Alvaro Herrera 9a83afecb7 Widen tuple counter variables from long to int64 7 years ago
Andres Freund 3dbb317d32 Fix potential assertion failure when reindexing a pg_class index. 7 years ago
Andres Freund 5c1560606d Fix several recently introduced issues around handling new relation forks. 7 years ago
Peter Geoghegan 9ee7414ed0 Remove obsolete _bt_insert_parent() comment. 7 years ago
Tom Lane a1a789eb5a In walreceiver, don't try to do ereport() in a signal handler. 7 years ago
Michael Paquier 9c592896d9 Fix some typos 7 years ago
Alvaro Herrera ffbce803e6 Message fixes 7 years ago
Peter Eisentraut cd3e27464c Fix potential catalog corruption with temporary identity columns 7 years ago
Tom Lane c3f67ed6e4 Do pre-release housekeeping on catalog data, and fix jsonpath send/recv. 7 years ago
Noah Misch 90e7f31773 Use preprocessor conditions compatible with Emacs indent. 7 years ago
Tom Lane e481d26285 Clean up minor warnings from buildfarm. 7 years ago
Tom Lane 48f8fa9ce0 Portability fix for zic.c. 7 years ago
Tom Lane acb897b806 Sync our copy of the timezone library with IANA release tzcode2019a. 7 years ago
Tom Lane d312de3fc0 Update time zone data files to tzdata release 2019a. 7 years ago
Tom Lane c01eb619a8 Apply stopgap fix for bug #15672. 7 years ago
Alvaro Herrera 7fcdb5e002 pg_dump: store unused attribs as NULL instead of '\0' 7 years ago
Alvaro Herrera 05b38c7e63 Fix partitioned index attachment 7 years ago
Fujii Masao c247ae0922 Fix file path in comment. 7 years ago
Fujii Masao 978b032d1f Fix function names in comments. 7 years ago
Alvaro Herrera 87259588d0 Fix tablespace inheritance for partitioned rels 7 years ago
Alvaro Herrera 3b23552ad8 Make pg_dump emit ATTACH PARTITION instead of PARTITION OF 7 years ago
Tom Lane 0fae846232 Fix some minor postmaster-state-machine issues. 7 years ago
Alvaro Herrera 0a999e1290 Unify error messages 7 years ago