aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix some documentation about FKs and partitioned tablesMichael Paquier2019-05-29
* Make one message just like all its siblings.Alvaro Herrera2019-05-28
* Fix typo in messageAlvaro Herrera2019-05-28
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-28
* In the pg_upgrade test suite, remove and recreate "tmp_check".Noah Misch2019-05-28
* v12 release notes: Correct contributor name.Andres Freund2019-05-28
* Fix commentPeter Eisentraut2019-05-28
* docs: PG 12 relnote wording fixBruce Momjian2019-05-28
* Fix typos in SQL scripts of pgcryptoMichael Paquier2019-05-28
* doc: Fix generated column documentationPeter Eisentraut2019-05-27
* Fix more thinkos in new ECPG "PREPARE AS" code.Tom Lane2019-05-26
* Fix thinko in new ECPG "PREPARE AS" code.Tom Lane2019-05-26
* Fix typos.Amit Kapila2019-05-26
* Change Graphviz file extensionPeter Eisentraut2019-05-26
* Doc: fix incorrect references in PG 12 release notes.Amit Kapila2019-05-25
* Doc: fix typo in pgbench random_zipfian() documentation.Tom Lane2019-05-24
* Update copyright year.Thomas Munro2019-05-24
* Fix typos.Thomas Munro2019-05-24
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Fix table dump in pg_dump[all] with backends older than 9.5Michael Paquier2019-05-24
* pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund2019-05-23
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-23
* Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier2019-05-23
* Remove -o/--oids from pg_dumpallMichael Paquier2019-05-23
* Initial pgperltidy run for v12.Tom Lane2019-05-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut2019-05-22
* Mention ANALYZE boolean options in documentation.Fujii Masao2019-05-23
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-22
* docs: PG 12 release notes, support functionsBruce Momjian2019-05-22
* doc: PG 12 relnotes, correct recovery_target* variable mentionBruce Momjian2019-05-22
* Add .gitignore entries for new ecpg test case.Tom Lane2019-05-22
* In transam.h, don't expose static inline functions to frontend code.Tom Lane2019-05-22
* Fix ordering of GRANT commands in pg_dump for database creationMichael Paquier2019-05-22
* Un-break pg_upgrade regression test.Tom Lane2019-05-21
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-22
* pg_upgrade: Avoid check target accidentally breaking make's --output-sync.Andres Freund2019-05-21
* pg_upgrade: Don't use separate installation for test.Andres Freund2019-05-21
* docs: PG 12 relnote adjustments based on feedback from Tom LaneBruce Momjian2019-05-21
* docs: adjust RECORD PG 12 relnote itemBruce Momjian2019-05-21
* doc: adjust PG 12 relnotes item on float digit adjustmentBruce Momjian2019-05-21
* doc: fix markup for PG 12 rel notesBruce Momjian2019-05-21
* doc: adjustments for PG 12 release notesBruce Momjian2019-05-21
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-05-21
* Insert temporary debugging output in regression tests.Tom Lane2019-05-21
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Doc: improve description of regexp character classes.Tom Lane2019-05-20
* Stamp 12beta1.REL_12_BETA1Tom Lane2019-05-20
* Fix regression tests broken in fc7c281f87467.Andres Freund2019-05-20