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
*
Remove legacy multixact truncation support.
Andres Freund
2015-09-26
*
Rework the way multixact truncations work.
Andres Freund
2015-09-26
*
Second try at fixing O(N^2) problem in foreign key references.
Tom Lane
2015-09-25
*
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-24
*
Don't zero opfuncid when reading nodes.
Robert Haas
2015-09-24
*
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-24
*
Make ANALYZE compute basic statistics even for types with no "=" operator.
Tom Lane
2015-09-23
*
Add readfuncs.c support for plan nodes.
Robert Haas
2015-09-23
*
Print a MergeJoin's mergeNullsFirst array as bool, not int.
Robert Haas
2015-09-23
*
Allow autoanalyze to add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-23
*
Teach planstate_tree_walker about custom scans.
Robert Haas
2015-09-22
*
Correct value of LW_SHARED_MASK.
Andres Freund
2015-09-22
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
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
*
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-20
*
Add missing serial comma
Peter Eisentraut
2015-09-18
*
Remove trailing slashes from directories in find command
Peter Eisentraut
2015-09-18
*
Glue layer to connect the executor to the shm_mq mechanism.
Robert Haas
2015-09-18
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
*
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-18
*
Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b
Teodor Sigaev
2015-09-18
*
Fix oversight in tsearch type check
Teodor Sigaev
2015-09-17
*
Add new function planstate_tree_walker.
Robert Haas
2015-09-17
*
Fix bug introduced by microvacuum for GiST
Teodor Sigaev
2015-09-17
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
Sync regex code with Tcl 8.6.4.
Tom Lane
2015-09-16
*
Enforce ALL/SELECT policies in RETURNING for RLS
Stephen Frost
2015-09-15
*
RLS refactoring
Stephen Frost
2015-09-15
*
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-15
*
Improve log messages related to tablespace_map file
Fujii Masao
2015-09-15
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
Update SQL features list
Peter Eisentraut
2015-09-12
*
Fix build problems in commit aa65de042f5828968f2f6cd65f45c543a40cc3e6.
Robert Haas
2015-09-11
*
Add missing ReleaseBuffer call in BRIN revmap code
Alvaro Herrera
2015-09-11
*
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
2015-09-11
*
When trace_lwlocks is used, identify individual lwlocks by name.
Robert Haas
2015-09-11
*
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
*
Fix oversight in 013ebc0a7b7ea9c1b1ab7a3d4dd75ea121ea8ba7 commit
Teodor Sigaev
2015-09-09
*
Microvacuum for GIST
Teodor Sigaev
2015-09-09
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Lock all relations referred to in updatable views
Stephen Frost
2015-09-08
*
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-09
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Coordinate log_line_prefix options 'm' and 'n' to share a timeval.
Jeff Davis
2015-09-07
*
Add log_line_prefix option 'n' for Unix epoch.
Jeff Davis
2015-09-07
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Add pages deleted from pending list to FSM
Teodor Sigaev
2015-09-07
[next]