index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
...
*
Fix incorrect handling of lookahead constraints in pg_regprefix().
Tom Lane
2015-10-19
*
Add a C API for parallel heap scans.
Robert Haas
2015-10-16
*
Allow a parallel context to relaunch workers.
Robert Haas
2015-10-16
*
Miscellaneous cleanup of regular-expression compiler.
Tom Lane
2015-10-16
*
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of pullback/pushfwd in regular-expression compiler.
Tom Lane
2015-10-16
*
Improve performance of fixempties() pass in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix regular-expression compiler to handle loops of constraint arcs.
Tom Lane
2015-10-16
*
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
*
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-16
*
Prohibit parallel query when the isolation level is serializable.
Robert Haas
2015-10-16
*
Rewrite interaction of parallel mode with parallel executor support.
Robert Haas
2015-10-16
*
Mark more functions parallel-restricted or parallel-unsafe.
Robert Haas
2015-10-16
*
Fix a problem with parallel workers being unable to restore role.
Robert Haas
2015-10-16
*
Invalidate caches after cranking up a parallel worker transaction.
Robert Haas
2015-10-16
*
Tighten up application of parallel mode checks.
Robert Haas
2015-10-16
*
Transfer current command counter ID to parallel workers.
Robert Haas
2015-10-16
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
*
Revert "Have dtrace depend on object files directly, not objfiles.txt"
Robert Haas
2015-10-15
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Fix bogus comments
Alvaro Herrera
2015-10-15
*
Have dtrace depend on object files directly, not objfiles.txt
Robert Haas
2015-10-13
*
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
*
Use JsonbIteratorToken consistently in automatic variable declarations.
Noah Misch
2015-10-11
*
Speed up text sorts where the same strings occur multiple times.
Robert Haas
2015-10-09
*
Make abbreviated key comparisons for text a bit cheaper.
Robert Haas
2015-10-09
*
Remove set_latch_on_sigusr1 flag.
Robert Haas
2015-10-09
*
Handle append_rel_list in expand_security_qual
Stephen Frost
2015-10-09
*
Fix uninitialized-variable bug.
Tom Lane
2015-10-09
*
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
*
Remove more volatile qualifiers.
Robert Haas
2015-10-06
*
Have CREATE TABLE LIKE add OID column if any LIKEd table has one
Bruce Momjian
2015-10-05
*
to_number(): allow 'V' to divide by 10^(the number of digits)
Bruce Momjian
2015-10-05
*
to_char(): Do not count negative sign as a digit for time values
Bruce Momjian
2015-10-05
*
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
*
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
*
Apply SELECT policies in INSERT/UPDATE+RETURNING
Stephen Frost
2015-10-05
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
*
Fix some issues in new hashtable size calculations in nodeHash.c.
Tom Lane
2015-10-04
*
Disallow invalid path elements in jsonb_set
Andrew Dunstan
2015-10-04
*
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-10-04
*
Make BYPASSRLS behave like superuser RLS bypass.
Noah Misch
2015-10-03
*
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-10-03
[prev]
[next]