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
Age
Commit message (
Expand
)
Author
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
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
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-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-27
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-17
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-15
Improve performance of EXPLAIN with large range tables.
Tom Lane
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-07
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2014-12-29
Backpatch variable renaming in formatting.c
Bruce Momjian
2014-12-02
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-12-01
Fix backpatching error in commit 55c88079
Andrew Dunstan
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
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-10-04
Update time zone data files to tzdata release 2014h.
Tom Lane
2014-09-11
Fix power_var_int() for large integer exponents.
Tom Lane
2014-08-16
Fix bogus return macros in range_overright_internal().
Tom Lane
2014-08-09
Fix conversion of domains to JSON in 9.3 and 9.2.
Tom Lane
2014-07-19
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-07-16
Fix bugs in SP-GiST search with range type's -|- (adjacent) operator.
Heikki Linnakangas
2014-06-24
Fix handling of nested JSON objects in json_populate_recordset and friends.
Tom Lane
2014-06-04
Fix longstanding bug in HeapTupleSatisfiesVacuum().
Andres Freund
2014-05-15
Handle duplicate XIDs in txid_snapshot.
Heikki Linnakangas
2014-05-14
Code review for recent changes in relcache.c.
Tom Lane
2014-05-09
Get rid of bogus dependency on typcategory in to_json() and friends.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-01
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
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-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-04-30
Limit overall indentation in rule/view dumps.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-04-05
Fix processing of PGC_BACKEND GUC parameters on Windows.
Tom Lane
2014-04-03
Fix non-equivalence of VARIADIC and non-VARIADIC function call formats.
Tom Lane
2014-04-01
Fix bugs in manipulation of PgBackendStatus.st_clienthostname.
Tom Lane
2014-03-16
Make punctuation consistent
Peter Eisentraut
2014-03-13
Prevent interrupts while reporting non-ERROR elog messages.
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-21
Do ScalarArrayOp estimation correctly when array is a stable expression.
Tom Lane
2014-02-20
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
[next]