summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-01-11Fix possible crashes due to using elog/ereport too early in startup.Tom Lane
2013-12-27Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan
2013-12-27Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner
2013-11-23Avoid potential buffer overflow crashPeter Eisentraut
2013-11-11Fix failure with whole-row reference to a subquery.Tom Lane
2013-11-07Be more robust when strerror() doesn't give a useful result.Tom Lane
2013-11-06Support default arguments and named-argument notation for window functions.Tom Lane
2013-11-03Prevent memory leaks from accumulating across printtup() calls.Tom Lane
2013-11-01Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane
2013-09-25Plug memory leak in range_cmp function.Heikki Linnakangas
2013-08-24Account better for planning cost when choosing whether to use custom plans.Tom Lane
2013-08-03Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane
2013-08-02Fix old visibility bug in HeapTupleSatisfiesDirtyAlvaro Herrera
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-07-14Ensure 64bit arithmetic when calculating tapeSpaceStephen Frost
2013-06-11Fix cache flush hazard in cache_record_field_properties().Tom Lane
2013-05-10Guard against input_rows == 0 in estimate_num_groups().Tom Lane
2013-04-20Fix longstanding race condition in plancache.c.Tom Lane
2013-04-03Avoid updating our PgBackendStatus entry when track_activities is off.Tom Lane
2013-04-01Fix insecure parsing of server command-line switches.Tom Lane
2013-04-01Make REPLICATION privilege checks test current user not authenticated user.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-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-01-21Fix error-checking typo in check_TSCurrentConfig().Tom Lane
2013-01-14Reject out-of-range dates in to_date().Tom Lane
2013-01-11Revert ill-considered change of index-size fudge factor.Tom Lane
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-18Fix failure to ignore leftover temp tables after a server crash.Tom Lane
2012-12-16Fix filling of postmaster.pid in bootstrap/standalone mode.Tom Lane
2012-12-12Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane
2012-11-29Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane
2012-11-20Improve handling of INT_MIN / -1 and related cases.Tom Lane
2012-11-18Limit values of archive_timeout, post_auth_delay, auth_delay.milliseconds.Tom Lane
2012-11-18Fix syslogger to not fail when log_rotation_age exceeds 2^31 milliseconds.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 hash_search to avoid corruption of the hash table on out-of-memory.Tom Lane
2012-10-19Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.Tom Lane
2012-10-12Make equal() ignore CoercionForm fields for better planning with casts.Tom Lane
2012-10-03Avoid planner crash/Assert failure with joins to unflattened subqueries.Tom Lane
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane