Commit Graph

47239 Commits (5efd604ec0a3bdde98fe19d8cada69ab4ef80db3)
 

Author SHA1 Message Date
Alvaro Herrera 5efd604ec0 Document piecemeal construction of partitioned indexes 7 years ago
Peter Eisentraut ece9dc40d6 doc: Fix whitespace 7 years ago
Peter Eisentraut c880096dc1 Add command column to pg_stat_progress_create_index 7 years ago
Michael Paquier 041a2642e5 Fix some typos and inconsistencies in tableam.h 7 years ago
Tom Lane 2cd4e83570 Fix contrib/auto_explain to not cause problems in parallel workers. 7 years ago
Tom Lane eaf0292c3b Fix unsafe memory management in CloneRowTriggersToPartition(). 7 years ago
Peter Eisentraut 05d36b68ed Update SQL conformance information about JSON path 7 years ago
Michael Paquier 1fb6f62a84 Fix typos in various places 7 years ago
Michael Paquier 0240a00fbd Fix some issues and improve psql completion for access methods 7 years ago
Tom Lane f4755a2c01 Make cpluspluscheck more portable. 7 years ago
Tom Lane 032627ee78 Clean up PL/Perl's handling of the _() macro. 7 years ago
Tom Lane 135063e6f6 worker_spi needs a .gitignore file now. 7 years ago
Tom Lane 10a53cae99 Un-break ecpg tests for Windows. 7 years ago
Alvaro Herrera 4b3f1dd71b Increase test coverage for worker_spi by ∞% 7 years ago
Michael Paquier 0b8e0532c6 Fix documentation of check_option in information_schema.views 7 years ago
Tom Lane 6f54b80edd Improve coverage of cpluspluscheck. 7 years ago
Andres Freund b1cd7ce23f Integrate cpluspluscheck into build system. 7 years ago
David Rowley 72b6223f76 Fix incorrect parameter name in comment 7 years ago
Tom Lane ec66ec8b21 Adjust ecpg expected-results files for commit 7640f9312. 7 years ago
Tom Lane 4f67858d3f Fix C++ incompatibilities in ecpg/preproc/ header files. 7 years ago
Tom Lane 3f61b3205f Fix C++ incompatibilities in plpgsql's header files. 7 years ago
Tom Lane 7640f93123 Fix assorted header files that failed to compile standalone. 7 years ago
Tom Lane 9e58705a7f Make our perfect hash functions be valid C++. 7 years ago
Alvaro Herrera d22f885f89 Fix double-phrase typo in message 7 years ago
Michael Paquier fc115d0f9f Rework options of pg_checksums options for filenode handling 7 years ago
Andres Freund 13002bf0bc Remove unnecessary (and wrong) forward declaration. 7 years ago
Tomas Vondra fe415ff104 Make error logging in extended statistics more consistent 7 years ago
Michael Paquier 56b78626c7 Fix some documentation about access methods 7 years ago
Michael Paquier f73293aba4 Fix some documentation about FKs and partitioned tables 7 years ago
Alvaro Herrera d890fa812d Make one message just like all its siblings. 7 years ago
Alvaro Herrera a100974751 Fix typo in message 7 years ago
Noah Misch 40b132c1af In the pg_upgrade test suite, don't write to src/test/regress. 7 years ago
Noah Misch 10b72deafe In the pg_upgrade test suite, remove and recreate "tmp_check". 7 years ago
Andres Freund d5ec46bf22 v12 release notes: Correct contributor name. 7 years ago
Peter Eisentraut a94fd139df Fix comment 7 years ago
Bruce Momjian 3ceaed106d docs: PG 12 relnote wording fix 7 years ago
Michael Paquier af94ea7406 Fix typos in SQL scripts of pgcrypto 7 years ago
Peter Eisentraut 00ef6e3b28 doc: Fix generated column documentation 7 years ago
Tom Lane 39fe881d3c Fix more thinkos in new ECPG "PREPARE AS" code. 7 years ago
Tom Lane 331695a4d9 Fix thinko in new ECPG "PREPARE AS" code. 7 years ago
Amit Kapila 9679345f3c Fix typos. 7 years ago
Peter Eisentraut 41205719d3 Change Graphviz file extension 7 years ago
Amit Kapila 02aa15de1b Doc: fix incorrect references in PG 12 release notes. 7 years ago
Tom Lane 591fb289c3 Doc: fix typo in pgbench random_zipfian() documentation. 7 years ago
Thomas Munro 4c9210f34c Update copyright year. 7 years ago
Thomas Munro 7988cb446d Fix typos. 7 years ago
Andres Freund 73b8c3bd28 tableam: Rename wrapper functions to match callback names. 7 years ago
Michael Paquier 54487d1560 Fix table dump in pg_dump[all] with backends older than 9.5 7 years ago
Andres Freund f916221df5 pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir. 7 years ago
Andrew Gierth 44e95b5728 Fix array size allocation for HashAggregate hash keys. 7 years ago