summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-05-19Revert "postmaster: Start syslogger earlier".Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
2019-05-19ANSI-ify a few straggler K&R-style function definitions.Tom Lane
2019-05-18Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane
2019-05-18"A void function may not return a value".Tom Lane
2019-05-18tableam: Avoid relying on relation size to determine validity of tids.Andres Freund
2019-05-18tableam: Don't assume that every AM uses md.c style storage.Andres Freund
2019-05-17Restructure creation of run-time pruning steps.Tom Lane
2019-05-17Fix regression test outputsMichael Paquier
2019-05-16More message style fixesAlvaro Herrera
2019-05-16Remove extra nbtree half-dead internal page check.Peter Geoghegan
2019-05-16Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane
2019-05-16Fix partition pruning to treat stable comparison operators properly.Tom Lane
2019-05-15Remove obsolete nbtree insertion comment.Peter Geoghegan
2019-05-15Remove no-longer-used typedef.Tom Lane
2019-05-15Reverse order of newitem nbtree candidate splits.Peter Geoghegan
2019-05-14Handle table_complete_speculative's succeeded argument as documented.Andres Freund
2019-05-14Add isolation test for INSERT ON CONFLICT speculative insertion failure.Andres Freund
2019-05-14Fix "make clean" to clean out junk files left behind after ssl tests.Tom Lane
2019-05-14Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane
2019-05-14Remove pg_rewind's private logging.h/logging.c files.Tom Lane
2019-05-14Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane
2019-05-14In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane
2019-05-14Update SQL features/conformance information to SQL:2016Peter Eisentraut