summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut
2019-05-22Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane
2019-05-21tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas
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 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-19Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund
2019-05-19Revert "postmaster: Start syslogger earlier".Tom Lane
2019-05-19Fix declarations of couple jsonpath functionsAlexander Korotkov
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-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-15Reverse order of newitem nbtree candidate splits.Peter Geoghegan
2019-05-14Handle table_complete_speculative's succeeded argument as documented.Andres Freund
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
2019-05-14Update information_schema for SQL:2016Peter Eisentraut
2019-05-14Detect internal GiST page splits correctly during index build.Heikki Linnakangas
2019-05-14Fix comment on when HOT update is possible.Heikki Linnakangas
2019-05-14Fix typo.Etsuro Fujita
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-05-13Standardize ItemIdData terminology.Peter Geoghegan
2019-05-13Fix logical replication's ideas about which type OIDs are built-in.Tom Lane
2019-05-13Improve commentary about hack in is_publishable_class().Tom Lane
2019-05-13Don't leave behind junk nbtree pages during split.Peter Geoghegan
2019-05-13Fix incorrect return value in JSON equality function for scalarsMichael Paquier
2019-05-12Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane
2019-05-12Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-05-09Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier
2019-05-09Repair issues with faulty generation of merge-append plans.Tom Lane
2019-05-09postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita
2019-05-09Fix SxactGlobalXmin tracking.Thomas Munro
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-08Remove obsolete nbtree split REDO routine comment.Peter Geoghegan
2019-05-08Fix error messagesAlvaro Herrera
2019-05-08Fix table lock levels for REINDEX INDEX CONCURRENTLYPeter Eisentraut
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas