summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-05-22Add .gitignore entries for new ecpg test case.Tom Lane
2019-05-22In transam.h, don't expose static inline functions to frontend code.Tom Lane
2019-05-22Fix ordering of GRANT commands in pg_dump for database creationMichael Paquier
2019-05-22Un-break pg_upgrade regression test.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-05-21pg_upgrade: Avoid check target accidentally breaking make's --output-sync.Andres Freund
2019-05-21pg_upgrade: Don't use separate installation for test.Andres Freund
2019-05-21Make pg_upgrade's test.sh less chatty.Tom Lane
2019-05-21Insert temporary debugging output in regression tests.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
2019-05-20Stamp 12beta1.REL_12_BETA1Tom Lane
2019-05-20Fix regression tests broken in fc7c281f87467.Andres Freund
2019-05-20Fix comment for issue_xlog_fsync().Fujii Masao
2019-05-20Make VACUUM accept 1 and 0 as a boolean value.Fujii Masao
2019-05-20Translation updatesPeter Eisentraut
2019-05-20Remove bug.template filePeter Eisentraut
2019-05-20Remove outdated comment in copy.c.Andres Freund
2019-05-20Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund
2019-05-19Fix and improve SnapshotType comments.Andres Freund
2019-05-19Revert "In the pg_upgrade test suite, don't write to src/test/regress."Noah Misch
2019-05-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-19In the pg_upgrade test suite, don't write to src/test/regress.Noah Misch
2019-05-19Improve logrotate test so that it meaningfully exercises syslogger.Tom Lane