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
/
include
/
utils
Age
Commit message (
Expand
)
Author
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-06-25
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-07
Use a safer method for determining whether relcache init file is stale.
Tom Lane
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2014-02-17
Fix handling of wide datetime input/output.
Noah Misch
2013-07-07
Fix include-guard
Magnus Hagander
2013-03-05
Fix to_char() to use ASCII-only case-folding rules where appropriate.
Tom Lane
2012-12-17
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-07-10
Back-patch fix for extraction of fixed prefixes from regular expressions.
Tom Lane
2012-07-09
Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns.
Tom Lane
2012-05-30
Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich.
Tom Lane
2012-02-15
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2011-12-12
Revert the behavior of inet/cidr functions to not unpack the arguments.
Heikki Linnakangas
2011-11-08
Make DatumGetInetP() unpack inet datums with a 1-byte header, and add
Heikki Linnakangas
2011-10-05
Improve and simplify CREATE EXTENSION's management of GUC variables.
Tom Lane
2011-08-16
Fix race condition in relcache init file invalidation.
Tom Lane
2011-07-16
Add an errdetail_internal() ereport auxiliary routine.
Tom Lane
2011-07-08
Fix another oversight in logging of changes in postgresql.conf settings.
Tom Lane
2011-07-07
Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane
2011-07-06
Remove assumptions that not-equals operators cannot be in any opclass.
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-03
Fix failure to check whether a rowtype's component types are sortable.
Tom Lane
2011-05-11
Split PGC_S_DEFAULT into two values, for true boot_val vs computed default.
Tom Lane
2011-04-28
Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...
Andrew Dunstan
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-23
Fix char2wchar/wchar2char to support collations properly.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-11
Teach pattern_fixed_prefix() about collations.
Tom Lane
2011-04-11
Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-26
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-14
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-03
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-02-28
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
[next]