summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Amit Kapila2019-05-2617-18/+18
* Update copyright year.Thomas Munro2019-05-247-7/+7
* Fix typos.Thomas Munro2019-05-248-8/+8
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-2314-169/+178
* Fix table dump in pg_dump[all] with backends older than 9.5Michael Paquier2019-05-241-0/+8
* pg_upgrade: Make test.sh's installcheck use to-be-upgraded version's bindir.Andres Freund2019-05-231-0/+8
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-233-7/+47
* Fix ordering of GRANT commands in pg_dumpall for tablespacesMichael Paquier2019-05-231-7/+26
* Remove -o/--oids from pg_dumpallMichael Paquier2019-05-231-7/+1
* Initial pgperltidy run for v12.Tom Lane2019-05-2238-384/+487
* Phase 2 pgindent run for v12.Tom Lane2019-05-22679-6985/+6971
* Initial pgindent run for v12.Tom Lane2019-05-22211-1266/+1388
* Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut2019-05-223-22/+52
* Mention ANALYZE boolean options in documentation.Fujii Masao2019-05-231-0/+2
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-223-6/+7
* Add .gitignore entries for new ecpg test case.Tom Lane2019-05-221-0/+2
* In transam.h, don't expose static inline functions to frontend code.Tom Lane2019-05-221-1/+10
* Fix ordering of GRANT commands in pg_dump for database creationMichael Paquier2019-05-221-7/+28
* Un-break pg_upgrade regression test.Tom Lane2019-05-211-1/+1
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-2216-23/+1163
* pg_upgrade: Avoid check target accidentally breaking make's --output-sync.Andres Freund2019-05-211-1/+10
* pg_upgrade: Don't use separate installation for test.Andres Freund2019-05-212-39/+5
* Make pg_upgrade's test.sh less chatty.Tom Lane2019-05-211-8/+2
* Insert temporary debugging output in regression tests.Tom Lane2019-05-214-0/+70
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-213-47/+76
* Stamp 12beta1.REL_12_BETA1Tom Lane2019-05-201-3/+3
* Fix regression tests broken in fc7c281f87467.Andres Freund2019-05-201-2/+2
* Fix comment for issue_xlog_fsync().Fujii Masao2019-05-211-1/+1
* Make VACUUM accept 1 and 0 as a boolean value.Fujii Masao2019-05-211-0/+1
* Translation updatesPeter Eisentraut2019-05-20150-89369/+143386
* Remove bug.template filePeter Eisentraut2019-05-201-4/+0
* Remove outdated comment in copy.c.Andres Freund2019-05-191-6/+1
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-193-23/+43
* Fix and improve SnapshotType comments.Andres Freund2019-05-191-5/+24
* Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch2019-05-195-38/+10
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-198-102/+160
* In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch2019-05-195-10/+38
* Improve logrotate test so that it meaningfully exercises syslogger.Tom Lane2019-05-191-28/+63
* Revert "postmaster: Start syslogger earlier".Tom Lane2019-05-191-60/+60
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-191-2/+2
* ANSI-ify a few straggler K&R-style function definitions.Tom Lane2019-05-182-35/+18
* Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane2019-05-181-0/+12
* "A void function may not return a value".Tom Lane2019-05-181-1/+1
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-177-57/+129
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-174-3/+110
* Restructure creation of run-time pruning steps.Tom Lane2019-05-1710-484/+614
* Fix regression test outputsMichael Paquier2019-05-179-18/+18
* More message style fixesAlvaro Herrera2019-05-1612-51/+78
* Remove extra nbtree half-dead internal page check.Peter Geoghegan2019-05-162-17/+20
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-163-37/+55