summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-22Deduplicate "invalid input syntax" messages for various types.Andres Freund
2018-07-21Further portability hacking in pg_upgrade's test script.Tom Lane
2018-07-21Be more paranoid about quoting in pg_upgrade's test script.Tom Lane
2018-07-20Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane
2018-07-20Guard against rare RAND_bytes() failures in pg_strong_random().Dean Rasheed
2018-07-20Bump catalog version for recent toast table additionsMichael Paquier
2018-07-19Add toast tables to most system catalogsMichael Paquier
2018-07-19Remove undocumented restriction against duplicate partition key columns.Tom Lane
2018-07-19Improve psql's \d command to show whether index columns are key columns.Tom Lane
2018-07-19Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane
2018-07-19Rewrite comments in replication slot advance implementationAlvaro Herrera
2018-07-19Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov
2018-07-19Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas
2018-07-19Rephrase a few comments for clarity.Heikki Linnakangas
2018-07-19Fix comment.Heikki Linnakangas
2018-07-19Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas
2018-07-19Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier
2018-07-19Fix re-parameterize of MergeAppendPathMichael Paquier
2018-07-18Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane
2018-07-18Drop the rule against included index columns duplicating key columns.Tom Lane
2018-07-18Use a ResourceOwner to track buffer pins in all cases.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-18Fix more portability issues with casts to Size when using off_tMichael Paquier
2018-07-18Fix casting in error message for two-phase fileMichael Paquier
2018-07-17Rework error messages around file handlingMichael Paquier
2018-07-17doc: move PARTITION OF stanza to just below PARTITION BYAlvaro Herrera
2018-07-17Revise BuildIndexValueDescription to simplify itAlvaro Herrera
2018-07-17Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera
2018-07-16Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera
2018-07-16Add subtransaction handling for table synchronization workers.Robert Haas
2018-07-16Add plan_cache_mode settingPeter Eisentraut
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-07-14Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane
2018-07-13Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane
2018-07-13Update documentation editor setup instructionsPeter Eisentraut
2018-07-13Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane
2018-07-13Dump foreign keys on partitioned tablesAlvaro Herrera
2018-07-13Improve performance of tuple conversion map generationHeikki Linnakangas
2018-07-13Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane
2018-07-13docs: Remove "New" description of the libpqxx interfaceBruce Momjian
2018-07-13Prohibit transaction commands in security definer proceduresPeter Eisentraut
2018-07-13Remove obsolete documentation build tools for WindowsPeter Eisentraut
2018-07-13Accept invalidation messages in InitializeSessionUserId().Thomas Munro
2018-07-13Add pg_dump --on-conflict-do-nothing option.Thomas Munro
2018-07-13Fix argument of pg_create_logical_replication_slot for slot nameMichael Paquier
2018-07-12Clean up temporary WAL segments after an instance crashMichael Paquier
2018-07-12Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut
2018-07-12Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.Tom Lane
2018-07-12Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera
2018-07-12Doc: clarify release note text about v11's new window function features.Tom Lane