index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stamp 9.0.23.
REL9_0_23
REL9_0_STABLE
Tom Lane
2015-10-05
6
-21
/
+21
*
doc: Update URLs of external projects
Peter Eisentraut
2015-10-05
1
-4
/
+4
*
Translation updates
Peter Eisentraut
2015-10-05
37
-5975
/
+6519
*
Last-minute updates for release notes.
Tom Lane
2015-10-05
1
-0
/
+22
*
Remove outdated comment about relation level autovacuum freeze limits.
Andres Freund
2015-10-05
1
-3
/
+1
*
Prevent stack overflow in query-type functions.
Noah Misch
2015-10-05
4
-0
/
+13
*
Prevent stack overflow in container-type functions.
Noah Misch
2015-10-05
1
-0
/
+13
*
pgcrypto: Detect and report too-short crypt() salts.
Noah Misch
2015-10-05
9
-6
/
+103
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
1
-1
/
+1
*
Release notes for 9.5beta1, 9.4.5, 9.3.10, 9.2.14, 9.1.19, 9.0.23.
Tom Lane
2015-10-04
1
-0
/
+475
*
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
1
-1
/
+7
*
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Tom Lane
2015-10-04
1
-2
/
+4
*
Update time zone data files to tzdata release 2015g.
Tom Lane
2015-10-02
16
-124
/
+256
*
Add recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
2
-0
/
+4
*
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
7
-25
/
+128
*
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-02
1
-5
/
+16
*
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-02
3
-37
/
+158
*
Docs: add disclaimer about hazards of using regexps from untrusted sources.
Tom Lane
2015-10-02
1
-0
/
+22
*
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-10-01
1
-1
/
+1
*
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-30
1
-5
/
+45
*
Fix compiler warning about unused function in non-readline case.
Andrew Dunstan
2015-09-28
1
-3
/
+3
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
1
-7
/
+23
*
Further fix for psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-25
1
-3
/
+11
*
Fix psql's code for locale-aware formatting of numeric output.
Tom Lane
2015-09-24
1
-58
/
+45
*
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-24
1
-1
/
+1
*
Skip recently-added umask() call on Windows.
Noah Misch
2015-09-22
1
-13
/
+14
*
Docs: fix typo in to_char() example.
Tom Lane
2015-09-22
1
-1
/
+1
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
3
-4
/
+49
*
Restrict file mode creation mask during tmpfile().
Noah Misch
2015-09-20
1
-0
/
+12
*
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-20
1
-2
/
+5
*
Let compiler handle size calculation of bool types.
Michael Meskes
2015-09-19
2
-27
/
+4
*
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-18
1
-1
/
+5
*
Fix documentation of regular expression character-entry escapes.
Tom Lane
2015-09-16
1
-4
/
+17
*
Remove set-but-not-used variable.
Tom Lane
2015-09-12
1
-4
/
+0
*
pg_dump, pg_upgrade: allow postgres/template1 tablespace moves
Bruce Momjian
2015-09-11
2
-5
/
+44
*
Revert "Fix typo in setrefs.c"
Tom Lane
2015-09-10
1
-1
/
+1
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
1
-1
/
+1
*
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
1
-7
/
+12
*
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-09
1
-0
/
+1
*
Fix error message wording in previous sslinfo commit
Alvaro Herrera
2015-09-08
1
-6
/
+6
*
Add more sanity checks in contrib/sslinfo
Alvaro Herrera
2015-09-07
1
-3
/
+22
*
Change type of DOW/DOY to UNITS
Greg Stark
2015-09-07
1
-3
/
+3
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
1
-5
/
+3
*
Update site address of Snowball project
Teodor Sigaev
2015-09-07
1
-1
/
+1
*
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-06
2
-42
/
+43
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
5
-6
/
+6
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
8
-14
/
+192
*
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-29
1
-6
/
+10
*
dblink docs: fix typo to use "connname" (3 n's), not "conname"
Bruce Momjian
2015-08-27
1
-13
/
+13
*
Docs: be explicit about datatype matching for lead/lag functions.
Tom Lane
2015-08-25
1
-6
/
+10
[next]