summaryrefslogtreecommitdiff
path: root/src
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-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-04Add command column to pg_stat_progress_create_indexPeter Eisentraut
2019-06-04Fix some typos and inconsistencies in tableam.hMichael Paquier
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-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-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-28Fix commentPeter 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-24Update copyright year.Thomas Munro
2019-05-24Fix typos.Thomas Munro
2019-05-23tableam: Rename wrapper functions to match callback names.Andres Freund
2019-05-23Fix table dump in pg_dump[all] with backends older than 9.5Michael Paquier
2019-05-23pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund
2019-05-23Fix array size allocation for HashAggregate hash keys.Andrew Gierth
2019-05-23Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier
2019-05-23Remove -o/--oids from pg_dumpallMichael Paquier
2019-05-22Initial pgperltidy run for v12.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut
2019-05-22Mention ANALYZE boolean options in documentation.Fujii Masao
2019-05-22Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane