aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-02
* Message style improvementsPeter Eisentraut2015-10-28
* Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane2015-10-22
* Fix incorrect translation of minus-infinity datetimes for json/jsonb.Tom Lane2015-10-20
* Put back ssl_renegotiation_limit parameter, but only allow 0.Robert Haas2015-10-20
* Be a bit more rigorous about how we cache strcoll and strxfrm results.Robert Haas2015-10-20
* Remove obsolete comment.Robert Haas2015-10-20
* Remove volatile qualifiers from dynahash.c, shmem.c, and sinvaladt.cRobert Haas2015-10-16
* Fix NULL handling in datum_to_jsonb().Tom Lane2015-10-15
* 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
* Perform an immediate shutdown if the postmaster.pid file is removed.Tom Lane2015-10-06
* 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
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-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 recursion depth protection to LIKE matching.Tom Lane2015-10-02
* Add a Gather executor node.Robert Haas2015-09-30
* Parallel executor support.Robert Haas2015-09-28
* Second try at fixing O(N^2) problem in foreign key references.Tom Lane2015-09-25
* Allow planner to use expression-index stats for function calls in WHERE.Tom Lane2015-09-24
* Lower *_freeze_max_age minimum values.Andres Freund2015-09-24
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Cache argument type information in json(b) aggregate functions.Andrew Dunstan2015-09-18
* Add header forgotten in 213335c14529a8d5e2007ec0c256f4cf64d62d3bTeodor Sigaev2015-09-18
* Fix oversight in tsearch type checkTeodor Sigaev2015-09-17
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-16
* RLS refactoringStephen Frost2015-09-15
* Revert "Fix an O(N^2) problem in foreign key references".Tom Lane2015-09-15
* Fix the fastpath rule for jsonb_concat with an empty operand.Andrew Dunstan2015-09-13
* Fix an O(N^2) problem in foreign key references.Kevin Grittner2015-09-11
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Coordinate log_line_prefix options 'm' and 'n' to share a timeval.Jeff Davis2015-09-07
* Add log_line_prefix option 'n' for Unix epoch.Jeff Davis2015-09-07
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane2015-08-26
* Limit the verbosity of memory context statistics dumps.Tom Lane2015-08-25
* Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane2015-08-23
* Improve whitespacePeter Eisentraut2015-08-22