aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane2015-10-01
* Improve LISTEN startup time when there are many unread notifications.Tom Lane2015-09-30
* Don't dump core when destroying an unused ParallelContext.Robert Haas2015-09-30
* Include policies based on ACLs neededStephen Frost2015-09-30
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Comment update for join pushdown.Robert Haas2015-09-29
* Fix "sesssion" typoAlvaro Herrera2015-09-28
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-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
* 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
* 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
* 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
* 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
* Add missing ReleaseBuffer call in BRIN revmap codeAlvaro Herrera2015-09-11
* Fix an O(N^2) problem in foreign key references.Kevin Grittner2015-09-11
* Fix setrefs.c comment properly.Tom Lane2015-09-10
* Fix typo in setrefs.cStephen Frost2015-09-10
* Fix minor bug in regexp makesearch() function.Tom Lane2015-09-09
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Lock all relations referred to in updatable viewsStephen Frost2015-09-08
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Fix CreateTableSpace() so it will compile without HAVE_SYMLINK.Tom Lane2015-09-05
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix brin index summarizing while vacuuming.Tatsuo Ishii2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Allow notifications to bgworkers without database connections.Robert Haas2015-09-01
* Ensure locks are acquired on RLS-added relationsStephen Frost2015-08-28
* Avoid use of float arithmetic in bipartite_match.c.Tom Lane2015-08-23
* Fix typo in C comment.Kevin Grittner2015-08-23
* Improve whitespacePeter Eisentraut2015-08-22
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-21
* Do not allow *timestamp to be passed as NULLAlvaro Herrera2015-08-21