Commit Graph

47042 Commits (af82f95abb23a56d18fd009ef9eca68ef803a041)
 

Author SHA1 Message Date
Michael Paquier af82f95abb Remove some code related to 7.3 and older servers from tools of src/bin/ 7 years ago
Bruce Momjian bdf595adbc docs: fist draft version of the PG 12 release notes 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
Noah Misch 726cc4242a Suppress compiler warning in non-SSL, non-assert builds. 7 years ago
Peter Geoghegan 7b37f4b02e Correct more obsolete nbtree page split comments. 7 years ago
Tom Lane 8309eae499 Doc: remove obsolete comment about per-branch documentation. 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
Bruce Momjian 26950273dc doc: clarify behavior of pg_upgrade's clone mode 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 b06a354e38 docs: Fix small copy & paste mistake. 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
Bruce Momjian ad23adc5a1 doc: improve PG 12 to_timestamp()/to_date() wording 7 years ago
Bruce Momjian 3454738625 doc: move "only" to a more appropriate place in the sentence 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
Michael Paquier ac86237603 Fix more typos and inconsistencies in documentation 7 years ago
Tom Lane 8cad5adb9c Avoid postgres_fdw crash for a targetlist entry that's just a Param. 7 years ago
Joe Conway 29046c44f3 Add viewBox attribute to storage page layout SVG image 7 years ago
Joe Conway 7dc78d8ef3 Add guidance on making documentation SVG images responsive 7 years ago
Joe Conway cf3ff97a15 Correct the URL pointing to PL/R 7 years ago
Peter Eisentraut ddcaa59672 Update config.guess and config.sub 7 years ago
Tom Lane 48f8fa9ce0 Portability fix for zic.c. 7 years ago
Michael Paquier a967878414 Mention REINDEX CONCURRENTLY in documentation about index maintenance 7 years ago
Tom Lane acb897b806 Sync our copy of the timezone library with IANA release tzcode2019a. 7 years ago