summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-06pg_waldump: Fix invalid option handlingHEADmasterPeter Eisentraut
2019-06-06Fix confusion on different kinds of slots in IndexOnlyScans.Heikki Linnakangas
2019-06-06Docs: concurrent builds of partitioned indexes are not supportedDavid Rowley
2019-06-05doc: Add links to tablesPeter Eisentraut
2019-06-05Fix confusing NOTICE text in REINDEX CONCURRENTLYDavid Rowley
2019-06-05Fix incorrect index behavior in COPY FROM with partitioned tablesDavid Rowley
2019-06-05Rework code using list_delete_cell() in MergeAttributesMichael Paquier
2019-06-04Document piecemeal construction of partitioned indexesAlvaro Herrera
2019-06-04doc: Fix whitespacePeter Eisentraut
2019-06-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
2019-06-03Fix contrib/auto_explain to not cause problems in parallel workers.Tom Lane
2019-06-03Fix unsafe memory management in CloneRowTriggersToPartition().Tom Lane
2019-06-03Update SQL conformance information about JSON pathPeter Eisentraut
2019-06-03Fix typos in various placesMichael Paquier
2019-06-03Fix some issues and improve psql completion for access methodsMichael Paquier
2019-06-02Make cpluspluscheck more portable.Tom Lane
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2019-06-02worker_spi needs a .gitignore file now.Tom Lane
2019-06-02Un-break ecpg tests for Windows.Tom Lane
2019-06-02Increase test coverage for worker_spi by ∞%Alvaro Herrera
2019-06-01Fix documentation of check_option in information_schema.viewsMichael Paquier
2019-05-31Improve coverage of cpluspluscheck.Tom Lane
2019-05-31Integrate cpluspluscheck into build system.Andres Freund
2019-05-31Fix incorrect parameter name in commentDavid Rowley
2019-05-31Adjust ecpg expected-results files for commit 7640f9312.Tom Lane
2019-05-31Fix C++ incompatibilities in ecpg/preproc/ header files.Tom Lane
2019-05-31Fix C++ incompatibilities in plpgsql's header files.Tom Lane
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-31Make our perfect hash functions be valid C++.Tom Lane
2019-05-31Fix double-phrase typo in messageAlvaro Herrera
2019-05-30Rework options of pg_checksums options for filenode handlingMichael Paquier
2019-05-30Remove unnecessary (and wrong) forward declaration.Andres Freund
2019-05-30Make error logging in extended statistics more consistentTomas Vondra
2019-05-29Fix some documentation about access methodsMichael Paquier
2019-05-29Fix some documentation about FKs and partitioned tablesMichael Paquier
2019-05-29Make one message just like all its siblings.Alvaro Herrera
2019-05-28Fix typo in messageAlvaro Herrera
2019-05-28In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-28In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch
2019-05-28v12 release notes: Correct contributor name.Andres Freund
2019-05-28Fix commentPeter Eisentraut
2019-05-28docs: PG 12 relnote wording fixBruce Momjian
2019-05-28Fix typos in SQL scripts of pgcryptoMichael Paquier
2019-05-27doc: Fix generated column documentationPeter Eisentraut
2019-05-26Fix more thinkos in new ECPG "PREPARE AS" code.Tom Lane
2019-05-26Fix thinko in new ECPG "PREPARE AS" code.Tom Lane
2019-05-26Fix typos.Amit Kapila
2019-05-26Change Graphviz file extensionPeter Eisentraut
2019-05-25Doc: fix incorrect references in PG 12 release notes.Amit Kapila