summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2015-10-05Prevent stack overflow in query-type functions.Noah Misch
2015-10-05Prevent stack overflow in container-type functions.Noah Misch
2015-10-02Add recursion depth protection to LIKE matching.Tom Lane
2015-09-21Fix possible internal overflow in numeric multiplication.Tom Lane
2015-09-06 Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark
2015-07-30Avoid some zero-divide hazards in the planner.Tom Lane
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-03-31Remove spurious semicolons.Heikki Linnakangas
2015-02-25Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane
2015-02-02to_char(): prevent writing beyond the allocated bufferBruce Momjian
2015-02-02to_char(): prevent accesses beyond the allocated bufferBruce Momjian
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-17Fix namespace handling in xpath functionPeter Eisentraut
2014-12-29Backpatch variable renaming in formatting.cBruce Momjian
2014-12-01Guard against bad "dscale" values in numeric_recv().Tom Lane
2014-10-27Fix two bugs in tsquery @> operator.Heikki Linnakangas
2014-10-16Support timezone abbreviations that sometimes change.Tom Lane
2014-09-11Fix power_var_int() for large integer exponents.Tom Lane
2014-05-15Handle duplicate XIDs in txid_snapshot.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30Check for interrupts and stack overflow during rule/view dumps.Tom Lane
2014-03-07Avoid memcpy() with same source and destination address.Heikki Linnakangas
2014-03-06Avoid getting more than AccessShareLock when deparsing a query.Tom Lane
2014-03-01Allow regex operations to be terminated early by query cancel requests.Tom Lane
2014-02-25Use SnapshotDirty rather than an active snapshot to probe index endpoints.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2013-11-30Prevent possible compiler warnings.Tom Lane
2013-11-23Avoid potential buffer overflow crashPeter Eisentraut
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-08-03Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane
2013-07-31Fix regexp_matches() handling of zero-length matches.Tom Lane
2013-07-24Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2013-05-10Guard against input_rows == 0 in estimate_num_groups().Tom Lane
2013-03-05Fix to_char() to use ASCII-only case-folding rules where appropriate.Tom Lane
2013-03-04Fix overflow check in tm2timestamp (this time for sure).Tom Lane
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-01-14Reject out-of-range dates in to_date().Tom Lane
2012-11-19Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-14Fix the int8 and int2 cases of (minimum possible integer) % (-1).Tom Lane
2012-11-13Fix memory leaks in record_out() and record_send().Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-02Fix access past end of string in date parsing.Heikki Linnakangas
2012-08-23Fix cascading privilege revoke to notice when privileges are still held.Tom Lane
2012-08-14Prevent access to external files/URLs via XML entity references.Tom Lane
2012-08-03Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane