aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane2015-10-01
* Fix readfuncs/outfuncs problems in last night's Gather patch.Robert Haas2015-10-01
* Fix errors in commit a04bb65f70dafdf462e0478ad19e6de56df89bfc.Tom Lane2015-09-30
* Improve LISTEN startup time when there are many unread notifications.Tom Lane2015-09-30
* Add a Gather executor node.Robert Haas2015-09-30
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Include policies based on ACLs neededStephen Frost2015-09-30
* Small improvements in comments in async.c.Tom Lane2015-09-29
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Comment update for join pushdown.Robert Haas2015-09-29
* Parallel executor support.Robert Haas2015-09-28
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* COPY: use pg_plan_query() instead of planner()Alvaro Herrera2015-09-28
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-28
* Use LOCKBIT_ON() instead of a bit shift in a few places.Robert Haas2015-09-28
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Second try at fixing O(N^2) problem in foreign key references.Tom Lane2015-09-25
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Don't zero opfuncid when reading nodes.Robert Haas2015-09-24
* Lower *_freeze_max_age minimum values.Andres Freund2015-09-24
* Make ANALYZE compute basic statistics even for types with no "=" operator.Tom Lane2015-09-23
* Add readfuncs.c support for plan nodes.Robert Haas2015-09-23
* Print a MergeJoin's mergeNullsFirst array as bool, not int.Robert Haas2015-09-23
* Allow autoanalyze to add pages deleted from pending list to FSMTeodor Sigaev2015-09-23
* Teach planstate_tree_walker about custom scans.Robert Haas2015-09-22
* Correct value of LW_SHARED_MASK.Andres Freund2015-09-22
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane2015-09-20
* Add missing serial commaPeter Eisentraut2015-09-18
* Remove trailing slashes from directories in find commandPeter Eisentraut2015-09-18
* Glue layer to connect the executor to the shm_mq mechanism.Robert Haas2015-09-18
* Cache argument type information in json(b) aggregate functions.Andrew Dunstan2015-09-18
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev2015-09-18
* Fix oversight in tsearch type checkTeodor Sigaev2015-09-17
* Add new function planstate_tree_walker.Robert Haas2015-09-17
* Fix bug introduced by microvacuum for GiSTTeodor Sigaev2015-09-17
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* Sync regex code with Tcl 8.6.4.Tom Lane2015-09-16
* Enforce ALL/SELECT policies in RETURNING for RLSStephen Frost2015-09-15
* RLS refactoringStephen Frost2015-09-15
* Revert "Fix an O(N^2) problem in foreign key references".Tom Lane2015-09-15
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Update SQL features listPeter Eisentraut2015-09-12
* Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.Robert Haas2015-09-11