index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Add "xid <> xid" and "xid <> int4" operators.
Tom Lane
2015-11-07
*
Modify tqueue infrastructure to support transient record types.
Robert Haas
2015-11-06
*
Add sort support routine for the UUID data type.
Robert Haas
2015-11-06
*
Pass extra data to bgworkers, and use this to fix parallel contexts.
Robert Haas
2015-11-05
*
Allow postgres_fdw to ship extension funcs/operators for remote execution.
Tom Lane
2015-11-03
*
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-11-02
*
Implement lookbehind constraints in our regular-expression engine.
Tom Lane
2015-10-30
*
Update parallel executor support to reuse the same DSM.
Robert Haas
2015-10-30
*
Make Gather node projection-capable.
Robert Haas
2015-10-28
*
Cleanup commit timestamp module activaction, again
Alvaro Herrera
2015-10-27
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Fix incorrect comment in plannodes.h
Robert Haas
2015-10-20
*
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
*
Improve memory-usage accounting in regular-expression compiler.
Tom Lane
2015-10-16
*
Fix O(N^2) performance problems in regular-expression compiler.
Tom Lane
2015-10-16
*
Remove cautions about using volatile from spin.h.
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
*
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-10-16
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-10-13
*
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
*
Add BSWAP64 macro.
Robert Haas
2015-10-08
*
Correct pg_indent to pgindent in various comments.
Robert Haas
2015-10-08
*
docs: clarify JSONB operator descriptions
Bruce Momjian
2015-10-07
*
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
*
Do not write out WCOs in Query
Stephen Frost
2015-10-05
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
2015-10-04
*
Fix some issues in new hashtable size calculations in nodeHash.c.
Tom Lane
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 recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
*
Fix commit_ts for standby
Alvaro Herrera
2015-10-01
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Code review for transaction commit timestamps
Alvaro Herrera
2015-09-29
*
Parallel executor support.
Robert Haas
2015-09-28
*
Fix "sesssion" typo
Alvaro Herrera
2015-09-28
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
*
Remove the row_security=force GUC value.
Noah Misch
2015-09-20
*
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-18
*
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-18
*
Add new function planstate_tree_walker.
Robert Haas
2015-09-17
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
[next]