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