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