summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-12-31Remove some useless codeAlvaro Herrera
2018-12-31Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279.Tom Lane
2018-12-30Change "checkpoint starting" message to use "wal"Peter Eisentraut
2018-12-30Add a hash opclass for type "tid".Tom Lane
2018-12-30Support parameterized TidPaths.Tom Lane
2018-12-30Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.Tom Lane
2018-12-29Use pg_strong_random() to select each server process's random seed.Tom Lane
2018-12-29Use a separate random seed for SQL random()/setseed() functions.Tom Lane
2018-12-28Fix thinko in previous commitAlvaro Herrera
2018-12-28Rewrite ExecPartitionCheckEmitError for clarityAlvaro Herrera
2018-12-27Remove obsolete IndexIs* macrosPeter Eisentraut
2018-12-27Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov
2018-12-27Ignore inherited temp relations from other sessions when truncatingMichael Paquier
2018-12-26Fix failure to check for open() or fsync() failures.Tom Lane
2018-12-24Prioritize history files when archivingMichael Paquier
2018-12-23Disable WAL-skipping optimization for COPY on views and foreign tablesMichael Paquier
2018-12-22Add WRITE_*_ARRAY macrosPeter Eisentraut
2018-12-22Add some const decorationsPeter Eisentraut
2018-12-20Check for conflicting queries during replay of gistvacuumpage()Alexander Korotkov
2018-12-20Base information_schema.sql_identifier domain on name, not varchar.Tom Lane
2018-12-20Avoid producing over-length specific_name outputs in information_schema.Tom Lane
2018-12-20Fix lock level used for partition when detaching itAlvaro Herrera
2018-12-20DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera
2018-12-20Fix ADD IF NOT EXISTS used in conjunction with ALTER TABLE ONLYGreg Stark
2018-12-19Add text-vs-name cross-type operators, and unify name_ops with text_ops.Tom Lane
2018-12-19Make type "name" collation-aware.Tom Lane
2018-12-19Remove function names from error messagesAlvaro Herrera
2018-12-19Small improvements for allocation logic in ginHeapTupleFastCollect().Tom Lane
2018-12-19Remove obsolete nbtree duplicate entries comment.Peter Geoghegan
2018-12-19Correct obsolete nbtree recovery comments.Peter Geoghegan
2018-12-18Make collation-aware system catalog columns use "C" collation.Tom Lane
2018-12-18Fix ancient thinko in mergejoin cost estimation.Tom Lane
2018-12-18Include partitioned indexes to system view pg_indexesMichael Paquier
2018-12-17Fix tablespace handling for partitioned tablesAlvaro Herrera
2018-12-17Remove extra semicolons.Amit Kapila
2018-12-17Fix use-after-free bug when renaming constraintsMichael Paquier
2018-12-17Make constraint rename issue relcache invalidation on target relationMichael Paquier
2018-12-17Modernize our code for looking up descriptive strings for Unix signals.Tom Lane
2018-12-16Improve detection of child-process SIGPIPE failures.Tom Lane
2018-12-14Make pg_statistic and related code account more honestly for collations.Tom Lane
2018-12-13Introduce new extended routines for FDW and foreign server lookupsMichael Paquier
2018-12-13Create a separate oid range for oids assigned by genbki.pl.Andres Freund
2018-12-13Fix bogus logic for skipping unnecessary partcollation dependencies.Tom Lane
2018-12-13Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane
2018-12-13Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov
2018-12-13Prevent deadlock in ginRedoDeletePage()Alexander Korotkov
2018-12-13Fix deadlock in GIN vacuum introduced by 218f51584d5Alexander Korotkov
2018-12-12Repair bogus EPQ plans generated for postgres_fdw foreign joins.Tom Lane
2018-12-12Repair bogus handling of multi-assignment Params in upper plan levels.Tom Lane
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier