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