aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix incorrect handling of lookahead constraints in pg_regprefix().Tom Lane2015-10-19
* Add a C API for parallel heap scans.Robert Haas2015-10-16
* Allow a parallel context to relaunch workers.Robert Haas2015-10-16
* Miscellaneous cleanup of regular-expression compiler.Tom Lane2015-10-16
* Improve memory-usage accounting in regular-expression compiler.Tom Lane2015-10-16
* Improve performance of pullback/pushfwd in regular-expression compiler.Tom Lane2015-10-16
* Improve performance of fixempties() pass in regular-expression compiler.Tom Lane2015-10-16
* Fix O(N^2) performance problems in regular-expression compiler.Tom Lane2015-10-16
* Fix regular-expression compiler to handle loops of constraint arcs.Tom Lane2015-10-16
* Remove volatile qualifiers from proc.c and procarray.cRobert Haas2015-10-16
* Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas2015-10-16
* Prohibit parallel query when the isolation level is serializable.Robert Haas2015-10-16
* Rewrite interaction of parallel mode with parallel executor support.Robert Haas2015-10-16
* Mark more functions parallel-restricted or parallel-unsafe.Robert Haas2015-10-16
* Fix a problem with parallel workers being unable to restore role.Robert Haas2015-10-16
* Invalidate caches after cranking up a parallel worker transaction.Robert Haas2015-10-16
* Tighten up application of parallel mode checks.Robert Haas2015-10-16
* Transfer current command counter ID to parallel workers.Robert Haas2015-10-16
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-15
* Revert "Have dtrace depend on object files directly, not objfiles.txt"Robert Haas2015-10-15
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Fix bogus commentsAlvaro Herrera2015-10-15
* Have dtrace depend on object files directly, not objfiles.txtRobert Haas2015-10-13
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-13
* On Windows, ensure shared memory handle gets closed if not being used.Tom Lane2015-10-13
* Use JsonbIteratorToken consistently in automatic variable declarations.Noah Misch2015-10-11
* Speed up text sorts where the same strings occur multiple times.Robert Haas2015-10-09
* Make abbreviated key comparisons for text a bit cheaper.Robert Haas2015-10-09
* Remove set_latch_on_sigusr1 flag.Robert Haas2015-10-09
* Handle append_rel_list in expand_security_qualStephen Frost2015-10-09
* Fix uninitialized-variable bug.Tom Lane2015-10-09
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* Remove more volatile qualifiers.Robert Haas2015-10-06
* Have CREATE TABLE LIKE add OID column if any LIKEd table has oneBruce Momjian2015-10-05
* to_number(): allow 'V' to divide by 10^(the number of digits)Bruce Momjian2015-10-05
* to_char(): Do not count negative sign as a digit for time valuesBruce Momjian2015-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
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-03