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
Age
Commit message (
Expand
)
Author
2015-10-05
Stamp 9.0.23.
REL9_0_23
origin/REL9_0_STABLE
Tom Lane
2015-10-05
Translation updates
Peter Eisentraut
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-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-04
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Tom Lane
2015-10-02
Update time zone data files to tzdata release 2015g.
Tom Lane
2015-10-02
Add recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-02
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-01
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-09-30
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-28
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-22
Skip recently-added umask() call on Windows.
Noah Misch
2015-09-21
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-20
Restrict file mode creation mask during tmpfile().
Noah Misch
2015-09-20
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-19
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-18
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-12
Remove set-but-not-used variable.
Tom Lane
2015-09-11
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-10
Revert "Fix typo in setrefs.c"
Tom Lane
2015-09-10
Fix typo in setrefs.c
Stephen Frost
2015-09-09
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-07
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-06
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-21
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-18
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-15
Use fuzzy path cost tiebreaking rule in our oldest supported branches.
Tom Lane
2015-08-15
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-13
Fix declaration of isarray variable.
Michael Meskes
2015-08-12
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
This routine was calling ecpg_alloc to allocate to memory but did not
Michael Meskes
2015-08-12
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-10
Fix privilege dumping from servers too old to have that type of privilege.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-08-06
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-05
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-04
Fix pg_dump to dump shell types.
Tom Lane
[next]