index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Commit message (
Expand
)
Author
Age
*
Fix problems with ParamListInfo serialization mechanism.
Robert Haas
2015-11-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.
Tom Lane
2015-10-22
*
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-20
*
Put back ssl_renegotiation_limit parameter, but only allow 0.
Robert Haas
2015-10-20
*
Be a bit more rigorous about how we cache strcoll and strxfrm results.
Robert Haas
2015-10-20
*
Remove obsolete comment.
Robert Haas
2015-10-20
*
Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.c
Robert Haas
2015-10-16
*
Fix NULL handling in datum_to_jsonb().
Tom Lane
2015-10-15
*
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
*
Perform an immediate shutdown if the postmaster.pid file is removed.
Tom Lane
2015-10-06
*
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
*
ALTER TABLE .. FORCE ROW LEVEL SECURITY
Stephen Frost
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 recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Parallel executor support.
Robert Haas
2015-09-28
*
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
*
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-24
*
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
*
Cache argument type information in json(b) aggregate functions.
Andrew Dunstan
2015-09-18
*
Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3b
Teodor Sigaev
2015-09-18
*
Fix oversight in tsearch type check
Teodor Sigaev
2015-09-17
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
RLS refactoring
Stephen Frost
2015-09-15
*
Revert "Fix an O(N^2) problem in foreign key references".
Tom Lane
2015-09-15
*
Fix the fastpath rule for jsonb_concat with an empty operand.
Andrew Dunstan
2015-09-13
*
Fix an O(N^2) problem in foreign key references.
Kevin Grittner
2015-09-11
*
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
*
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-06
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.
Tom Lane
2015-08-26
*
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
*
Reduce number of bytes examined by convert_one_string_to_scalar().
Tom Lane
2015-08-23
*
Improve whitespace
Peter Eisentraut
2015-08-22
[next]