aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-21
* Fix comment for issue_xlog_fsync().Fujii Masao2019-05-21
* Make VACUUM accept 1 and 0 as a boolean value.Fujii Masao2019-05-21
* Translation updatesPeter Eisentraut2019-05-20
* Remove outdated comment in copy.c.Andres Freund2019-05-19
* Minimally fix partial aggregation for aggregates that don't have one argument.Andres Freund2019-05-19
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-19
* Revert "postmaster: Start syslogger earlier".Tom Lane2019-05-19
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-19
* Make BufFileCreateTemp() ensure that temp tablespaces are set up.Tom Lane2019-05-18
* "A void function may not return a value".Tom Lane2019-05-18
* tableam: Avoid relying on relation size to determine validity of tids.Andres Freund2019-05-17
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-17
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* More message style fixesAlvaro Herrera2019-05-16
* Remove extra nbtree half-dead internal page check.Peter Geoghegan2019-05-16
* Fix bogus logic for combining range-partitioned columns during pruning.Tom Lane2019-05-16
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-16
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-15
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-15
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-14
* Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane2019-05-14
* In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane2019-05-14
* Update SQL features/conformance information to SQL:2016Peter Eisentraut2019-05-14
* Update information_schema for SQL:2016Peter Eisentraut2019-05-14
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-14
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-14
* Fix typo.Etsuro Fujita2019-05-14
* Fix duplicated words in commentsMichael Paquier2019-05-14
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-13
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-13
* Improve commentary about hack in is_publishable_class().Tom Lane2019-05-13
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-13
* Fix incorrect return value in JSON equality function for scalarsMichael Paquier2019-05-13
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-12
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-12
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane2019-05-10
* Improve and fix some error handling for REINDEX INDEX/TABLE CONCURRENTLYMichael Paquier2019-05-10
* Repair issues with faulty generation of merge-append plans.Tom Lane2019-05-09
* postgres_fdw: Fix cost estimation for aggregate pushdown.Etsuro Fujita2019-05-09
* Fix SxactGlobalXmin tracking.Thomas Munro2019-05-09
* Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane2019-05-08
* Remove obsolete nbtree split REDO routine comment.Peter Geoghegan2019-05-08
* Fix error messagesAlvaro Herrera2019-05-08
* Fix table lock levels for REINDEX INDEX CONCURRENTLYPeter Eisentraut2019-05-08
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan2019-05-07
* Improve error reporting in jsonpathAlexander Korotkov2019-05-08
* Add TRUNCATE parameter to VACUUM.Fujii Masao2019-05-08