aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* doc: Update uses of the word "procedure"Peter Eisentraut2018-08-22
* Fix typoAlvaro Herrera2018-08-21
* fix typoAlvaro Herrera2018-08-21
* Fix set of NLS translation issuesMichael Paquier2018-08-21
* Fix typo in description of enable_parallel_hashMichael Paquier2018-08-21
* Clarify comment about assignment and reset of temp namespace ID in MyProcMichael Paquier2018-08-21
* Improve error messages for CREATE OR REPLACE PROCEDUREPeter Eisentraut2018-08-18
* Set scan direction appropriately for SubPlans (bug #15336)Andrew Gierth2018-08-17
* Fix executor prune failure when plan already prunedAlvaro Herrera2018-08-16
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Update FSM on WAL replay of page all-visible/frozenAlvaro Herrera2018-08-15
* Clean up assorted misuses of snprintf()'s result value.Tom Lane2018-08-15
* Remove obsolete commentPeter Eisentraut2018-08-13
* Make autovacuum more aggressive to remove orphaned temp tablesMichael Paquier2018-08-13
* Adjust comment atop ExecShutdownNode.Amit Kapila2018-08-13
* Prohibit shutting down resources if there is a possibility of back up.Amit Kapila2018-08-13
* Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)Andrew Gierth2018-08-13
* Fix wrong order of operations in inheritance_planner.Tom Lane2018-08-11
* Revert changes in execMain.c from commit 16828d5c0273bAndrew Dunstan2018-08-10
* Handle parallel index builds on mapped relations.Peter Geoghegan2018-08-10
* Fix typo in SP-GiST error messageAlexander Korotkov2018-08-10
* Spell "partitionwise" consistently.Heikki Linnakangas2018-08-09
* Restrict access to reindex of shared catalogs for non-privileged usersMichael Paquier2018-08-09
* Remove bogus Assert in make_partitionedrel_pruneinfo().Tom Lane2018-08-08
* Don't run atexit callbacks in quickdie signal handlers.Heikki Linnakangas2018-08-08
* Match RelOptInfos by relids not pointer equality.Tom Lane2018-08-08
* Don't record FDW user mappings as members of extensions.Tom Lane2018-08-07
* Fix incorrect initialization of BackendActivityBuffer.Tom Lane2018-08-07
* Translation updatesPeter Eisentraut2018-08-06
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-04
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Add table relcache invalidation to index builds.Peter Geoghegan2018-08-03
* Fix buffer usage stats for parallel nodes.Amit Kapila2018-08-03
* Match the buffer usage tracking for leader and worker backends.Amit Kapila2018-08-03
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Fix logical replication slot initializationAlvaro Herrera2018-08-01
* Fix per-tuple memory leak in partition tuple routingAlvaro Herrera2018-08-01
* Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.Tom Lane2018-07-31
* Remove dead code left behind by 1b6801051.Tom Lane2018-07-30
* Verify range bounds to bms_add_range when necessaryAlvaro Herrera2018-07-30
* Change bms_add_range to be a no-op for empty rangesAlvaro Herrera2018-07-30
* Set ActiveSnapshot when logically replaying insertsAlvaro Herrera2018-07-30
* Document security implications of qualified names.Noah Misch2018-07-28
* Fix the buffer release order for parallel index scans.Amit Kapila2018-07-27
* 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
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24