summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-13Improve comment for att_isnull.Robert Haas
2019-05-13Fix misuse of an integer as a bool.Tom Lane
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-11Honor TEMP_CONFIG in TAP suites.Noah Misch
2019-05-11Fix error reporting in reindexdbMichael Paquier
2019-05-10Remove reindex_catalog test from test schedules.Andres Freund
2019-05-10Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach.Tom Lane
2019-05-10Fix and improve description of locktag types in lock.hMichael Paquier
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-09pg_controldata: Add common gettext flagsPeter Eisentraut
2019-05-09Fix grammar in error messagePeter Eisentraut
2019-05-09Clean up the behavior and API of catalog.c's is-catalog-relation tests.Tom Lane
2019-05-09Fix error status of vacuumdb when multiple jobs are usedMichael Paquier
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-08Probe only 127.0.0.1 when looking for ports on Unix.Thomas Munro
2019-05-08Add missing periods to comments.Etsuro Fujita
2019-05-08Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas
2019-05-08Correct obsolete nbtsort.c minimum key comment.Peter Geoghegan
2019-05-07Add jsonpath_encoding_1.out changes missed in 29ceacc3f9Alexander Korotkov
2019-05-07Improve error reporting in jsonpathAlexander Korotkov
2019-05-07Add TRUNCATE parameter to VACUUM.Fujii Masao
2019-05-07Fix typos and clarify a commentMagnus Hagander