aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAge
* Prevent access to external files/URLs via XML entity references.Tom Lane2012-08-14
* Fix bugs with parsing signed hh:mm and hh:mm:ss fields in interval input.Tom Lane2012-08-03
* 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
* Back-patch addition of pg_wchar-to-multibyte conversion functionality.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
* Fix race condition in enum value comparisons.Tom Lane2012-07-01
* Revert back-branch changes in behavior of age(xid).Tom Lane2012-05-31
* Ignore SECURITY DEFINER and SET attributes for a PL's call handler.Tom Lane2012-05-30
* Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.Tom Lane2012-05-30
* Fix string truncation to be multibyte-aware in text_name and bpchar_name.Tom Lane2012-05-25
* Remove extraneous #include "storage/proc.h"Simon Riggs2012-05-11
* Ensure age() returns a stable value rather than the latest valueSimon Riggs2012-05-11
* Avoid xid error from age() function when run on Hot StandbySimon Riggs2012-05-09
* Fix printing of whole-row Vars at top level of a SELECT targetlist.Tom Lane2012-04-27
* Fix an Assert that turns out to be reachable after all.Tom Lane2012-04-09
* Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane2012-02-15
* Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas2012-01-30
* Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane2011-12-20
* Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas2011-12-12
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-30
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-30
* Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas2011-11-08
* Fix race condition with toast table access from a stale syscache entry.Tom Lane2011-11-01
* Fix assorted bogosities in cash_in() and cash_out().Tom Lane2011-10-29
* Don't trust deferred-unique indexes for join removal.Tom Lane2011-10-23
* Improve and simplify CREATE EXTENSION's management of GUC variables.Tom Lane2011-10-05
* Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.Tom Lane2011-10-04
* Suppress "unused function" warning when not HAVE_LOCALE_T.Tom Lane2011-09-20
* Improve reporting of newlocale() failures in CREATE COLLATION.Tom Lane2011-09-20
* Fix corner case bug in numeric to_char().Tom Lane2011-09-07
* Fix get_name_for_var_field() to deal with RECORD Params.Tom Lane2011-09-07
* Avoid possibly accessing off the end of memory in SJIS2004 conversion.Tom Lane2011-09-06
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-09-01
* Further repair of eqjoinsel ndistinct-clamping logic.Tom Lane2011-09-01
* Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.Tom Lane2011-08-31
* Fix a missed case in code for "moving average" estimate of reltuples.Tom Lane2011-08-30
* Fix concat_ws() to not insert a separator after leading NULL argument(s).Tom Lane2011-08-29
* Fix potential memory clobber in tsvector_concat().Tom Lane2011-08-26
* Revert "Tweak postgresql.conf.sample's comments on listen_addresess."Robert Haas2011-08-25
* Tweak postgresql.conf.sample's comments on listen_addresess.Robert Haas2011-08-25
* Forget about targeting catalog cache invalidations by tuple TID.Tom Lane2011-08-16
* Fix incorrect order of operations during sinval reset processing.Tom Lane2011-08-16
* Fix race condition in relcache init file invalidation.Tom Lane2011-08-16
* Fix incorrect timeout handling during initial authentication transaction.Tom Lane2011-08-13
* Reduce PG_SYSLOG_LIMIT to 900 bytes.Tom Lane2011-08-05
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Add an errdetail_internal() ereport auxiliary routine.Tom Lane2011-07-16