aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix uninitialized-variable bug.Tom Lane2015-10-09
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* Translation updatesPeter Eisentraut2015-10-05
* Prevent stack overflow in query-type functions.Noah Misch2015-10-05
* Prevent stack overflow in container-type functions.Noah Misch2015-10-05
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Apply SELECT policies in INSERT/UPDATE+RETURNINGStephen Frost2015-10-05
* Do not write out WCOs in QueryStephen Frost2015-10-05
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane2015-10-04
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-04
* Disallow invalid path elements in jsonb_setAndrew Dunstan2015-10-04
* Group cluster_name and update_process_title settings togetherPeter Eisentraut2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Improve errhint() about replication slot naming restrictions.Andres Freund2015-10-03
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-03
* Add recursion depth protection to LIKE matching.Tom Lane2015-10-02
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-02
* Add some more query-cancel checks to regular expression matching.Tom Lane2015-10-02
* Don't disable commit_ts in standby if enabled locallyAlvaro Herrera2015-10-02
* Fix message punctuation according to style guidePeter Eisentraut2015-10-01
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* 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