aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan2013-12-27
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-27
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Fix failure with whole-row reference to a subquery.Tom Lane2013-11-11
* Support default arguments and named-argument notation for window functions.Tom Lane2013-11-06
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-03
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Plug memory leak in range_cmp function.Heikki Linnakangas2013-09-25
* Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane2013-08-03
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane2013-07-24
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Guard against input_rows == 0 in estimate_num_groups().Tom Lane2013-05-10
* Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane2013-04-03
* Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane2013-03-05
* Fix overflow check in tm2timestamp (this time for sure).Tom Lane2013-03-04
* Enable building with Microsoft Visual Studio 2012.Andrew Dunstan2013-02-06
* Prevent execution of enum_recv() from SQL.Tom Lane2013-02-04
* Reject out-of-range dates in to_date().Tom Lane2013-01-14
* Revert ill-considered change of index-size fudge factor.Tom Lane2013-01-11
* Fix some minor issues in view pretty-printing.Tom Lane2012-12-24
* Fix failure to ignore leftover temp tables after a server crash.Tom Lane2012-12-17
* Improve handling of INT_MIN / -1 and related cases.Tom Lane2012-11-19
* Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane2012-11-14
* Fix memory leaks in record_out() and record_send().Tom Lane2012-11-13
* Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane2012-10-19
* Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane2012-10-03
* Fix access past end of string in date parsing.Heikki Linnakangas2012-10-02
* Have pg_terminate/cancel_backend not ERROR on non-existent processesAlvaro Herrera2012-09-27
* Fix array_typanalyze to work for domains over arrays.Tom Lane2012-09-18
* Make configure probe for mbstowcs_l as well as wcstombs_l.Tom Lane2012-08-31
* Fix cascading privilege revoke to notice when privileges are still held.Tom Lane2012-08-23
* Check LIBXML_VERSION instead of testing in configure script.Tom Lane2012-08-17
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Fix redundant wordingAlvaro Herrera2012-08-07
* Make strings identicalAlvaro Herrera2012-08-06
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Refactor the way code is shared between some range type functions.Heikki Linnakangas2012-07-18
* Prevent corner-case core dump in rfree().Tom Lane2012-07-15
* Back-patch fix for extraction of fixed prefixes from regular expressions.Tom Lane2012-07-10
* Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.Tom Lane2012-07-09
* Fix planner to pass correct collation to operator selectivity estimators.Tom Lane2012-07-08
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Fix to_date's handling of year 519.Tom Lane2012-07-02
* Remove inappropriate semicolons after function definitions.Tom Lane2012-06-30
* Allow pg_terminate_backend() to be used on backends with matching role.Robert Haas2012-06-27
* Revisit error message details for JSON input parsing.Tom Lane2012-06-13
* Minor code review for json.c.Tom Lane2012-06-12