summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-12-22Add some const decorationsPeter Eisentraut
2018-12-22Fix ancient compiler warnings and typos in !HAVE_SYMLINK codePeter 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-20Make bitmapset.c use 64-bit bitmap words on 64-bit machines.Tom Lane
2018-12-20DETACH PARTITION: hold locks on indexes until end of transactionAlvaro Herrera
2018-12-20Add more tab completion for CREATE TABLE in psqlMichael Paquier
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-18Tweak description comments in tests for partition functionsMichael Paquier
2018-12-18Include ALTER INDEX SET STATISTICS in pg_dumpMichael Paquier
2018-12-17Drop support for getting signal descriptions from sys_siglist[].Tom Lane
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-16Make error handling in parallel pg_upgrade less bogus.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
2018-12-11Fix test_rls_hooks to assign expression collations properly.Tom Lane
2018-12-11Raise some timeouts to 180s, in test code.Noah Misch
2018-12-10Add stack depth checks to key recursive functions in backend/nodes/*.c.Tom Lane
2018-12-10Make TupleDescInitBuiltinEntry throw error for unsupported types.Tom Lane
2018-12-10Add pg_dump test for empty OP classStephen Frost
2018-12-10Add additional partition tests to pg_dumpStephen Frost
2018-12-10Remove dead code in toast_fetch_datum_sliceStephen Frost
2018-12-10Ensure cleanup of orphan archive status filesMichael Paquier
2018-12-09Add timestamp of last received message from standby to pg_stat_replicationMichael Paquier
2018-12-07In PQprint(), write HTML table trailer before closing the output pipe.Tom Lane