aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* Fix handling of pgbench's hash when no argument is providedMichael Paquier2018-07-27
* Provide plpgsql tests for cases involving record field changes.Tom Lane2018-07-26
* Avoid crash in eval_const_expressions if a Param's type changes.Tom Lane2018-07-26
* LLVMJIT: Release JIT context after running ExprContext shutdown callbacks.Andres Freund2018-07-25
* LLVMJIT: Check for 'noinline' attribute in recursively inlined functions.Andres Freund2018-07-25
* Pad semaphores to avoid false sharing.Thomas Munro2018-07-25
* doc: Fix reference to "decoder" to instead be the correct "output plugin".Andres Freund2018-07-24
* psql: Add option for procedures to \dfPeter Eisentraut2018-07-24
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24
* pgbench: Remove duplicate entries from table of builtin functions.Robert Haas2018-07-23
* LLVMJIT: Adapt to API changes in gdb and perf support.Andres Freund2018-07-22
* LLVMJIT: Fix LLVM build for LLVM > 7.Andres Freund2018-07-22
* Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS.Andres Freund2018-07-22
* Fix JITed EEOP_AGG_INIT_TRANS, which missed some state.Andres Freund2018-07-22
* Further portability hacking in pg_upgrade's test script.Tom Lane2018-07-21
* Be more paranoid about quoting in pg_upgrade's test script.Tom Lane2018-07-21
* Avoid unportable shell syntax in pg_upgrade's test script.Tom Lane2018-07-20
* Guard against rare RAND_bytes() failures in pg_strong_random().Dean Rasheed2018-07-20
* Fix handling of empty uncompressed posting list pages in GINAlexander Korotkov2018-07-19
* Remove undocumented restriction against duplicate partition key columns.Tom Lane2018-07-19
* Improve psql's \d command to show whether index columns are key columns.Tom Lane2018-07-19
* Fix pg_get_indexdef()'s behavior for included index columns.Tom Lane2018-07-19
* Rewrite comments in replication slot advance implementationAlvaro Herrera2018-07-19
* Fix error message when a hostaddr cannot be parsed.Heikki Linnakangas2018-07-19
* Rephrase a few comments for clarity.Heikki Linnakangas2018-07-19
* Fix print of Path nodes when using OPTIMIZER_DEBUGMichael Paquier2018-07-19
* Fix re-parameterize of MergeAppendPathMichael Paquier2018-07-19
* Remove race-prone hot_standby_feedback test cases in 001_stream_rep.pl.Tom Lane2018-07-18
* Drop the rule against included index columns duplicating key columns.Tom Lane2018-07-18
* Fix misc typos, mostly in comments.Heikki Linnakangas2018-07-18
* doc: move PARTITION OF stanza to just below PARTITION BYAlvaro Herrera2018-07-17
* Fix ALTER TABLE...SET STATS error message for included columnsAlvaro Herrera2018-07-16
* Fix partition pruning with IS [NOT] NULL clausesAlvaro Herrera2018-07-16
* Add subtransaction handling for table synchronization workers.Robert Haas2018-07-16
* doc: Update redirecting linksPeter Eisentraut2018-07-16
* Fix hashjoin costing mistake introduced with inner_unique optimization.Tom Lane2018-07-14
* Fix crash in contrib/ltree's lca() function for empty input array.Tom Lane2018-07-13
* Update documentation editor setup instructionsPeter Eisentraut2018-07-13
* Fix crash in json{b}_populate_recordset() and json{b}_to_recordset().Tom Lane2018-07-13
* Dump foreign keys on partitioned tablesAlvaro Herrera2018-07-13
* Fix inadequate buffer locking in FSM and VM page re-initialization.Tom Lane2018-07-13
* docs: Remove "New" description of the libpqxx interfaceBruce Momjian2018-07-13
* Prohibit transaction commands in security definer proceduresPeter Eisentraut2018-07-13
* Reset shmem_exit_inprogress after shmem_exit()Peter Eisentraut2018-07-12
* Doc: minor improvement in pl/pgsql FETCH/MOVE documentation.Tom Lane2018-07-12
* Fix FK checks of TRUNCATE involving partitioned tablesAlvaro Herrera2018-07-12
* Doc: clarify release note text about v11's new window function features.Tom Lane2018-07-12
* Doc: update documentation for requirement of ORDER BY in GROUPS mode.Tom Lane2018-07-12
* Allow using the updated tuple while moving it to a different partition.Amit Kapila2018-07-12