summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Fix double-phrase typo in messageAlvaro Herrera2019-05-311-1/+1
* Make error logging in extended statistics more consistentTomas Vondra2019-05-302-18/+8
* Make one message just like all its siblings.Alvaro Herrera2019-05-281-1/+1
* Fix typo in messageAlvaro Herrera2019-05-281-1/+1
* Fix typos.Amit Kapila2019-05-2613-14/+14
* Update copyright year.Thomas Munro2019-05-244-4/+4
* Fix typos.Thomas Munro2019-05-243-3/+3
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-2313-127/+135
* Fix array size allocation for HashAggregate hash keys.Andrew Gierth2019-05-231-7/+22
* Initial pgperltidy run for v12.Tom Lane2019-05-222-5/+5
* Phase 2 pgindent run for v12.Tom Lane2019-05-22271-2717/+2717
* Initial pgindent run for v12.Tom Lane2019-05-22109-560/+599
* Convert ExecComputeStoredGenerated to use tuple slotsPeter Eisentraut2019-05-221-16/+17
* Fix O(N^2) performance issue in pg_publication_tables view.Tom Lane2019-05-221-3/+4
* tableam: Move heap-specific logic from needs_toast_table below tableam.Robert Haas2019-05-212-47/+56
* 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-2010-49478/+87556
* 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-191-10/+24
* Don't to predicate lock for analyze scans, refactor scan option passing.Andres Freund2019-05-193-60/+80
* Revert "postmaster: Start syslogger earlier".Tom Lane2019-05-191-60/+60
* Fix declarations of couple jsonpath functionsAlexander Korotkov2019-05-191-2/+2
* 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-175-44/+102
* tableam: Don't assume that every AM uses md.c style storage.Andres Freund2019-05-173-3/+70
* Restructure creation of run-time pruning steps.Tom Lane2019-05-175-455/+530
* 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-161-37/+9
* Fix partition pruning to treat stable comparison operators properly.Tom Lane2019-05-161-50/+153
* Remove obsolete nbtree insertion comment.Peter Geoghegan2019-05-151-3/+0
* Reverse order of newitem nbtree candidate splits.Peter Geoghegan2019-05-151-15/+22
* Handle table_complete_speculative's succeeded argument as documented.Andres Freund2019-05-142-2/+2
* Fix SQL-style substring() to have spec-compliant greediness behavior.Tom Lane2019-05-141-8/+65
* In bootstrap mode, use default signal handling for SIGINT etc.Tom Lane2019-05-141-5/+9
* Update SQL features/conformance information to SQL:2016Peter Eisentraut2019-05-142-2/+47
* Update information_schema for SQL:2016Peter Eisentraut2019-05-141-42/+49
* Detect internal GiST page splits correctly during index build.Heikki Linnakangas2019-05-141-0/+33
* Fix comment on when HOT update is possible.Heikki Linnakangas2019-05-141-1/+1
* Fix typo.Etsuro Fujita2019-05-141-2/+2
* Fix duplicated words in commentsMichael Paquier2019-05-142-2/+2
* Standardize ItemIdData terminology.Peter Geoghegan2019-05-139-57/+31
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-132-4/+8
* Improve commentary about hack in is_publishable_class().Tom Lane2019-05-131-5/+10
* Don't leave behind junk nbtree pages during split.Peter Geoghegan2019-05-131-87/+126
* Fix incorrect return value in JSON equality function for scalarsMichael Paquier2019-05-131-1/+1
* Fix misoptimization of "{1,1}" quantifiers in regular expressions.Tom Lane2019-05-121-1/+4
* Fail pgwin32_message_to_UTF16() for SQL_ASCII messages.Noah Misch2019-05-121-2/+7