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
path:
root
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and
Neil Conway
2006-03-11
1
-3
/
+2
*
Fix order of linking of libxslt and libxml2, per Dave Page.
Tom Lane
2006-03-10
1
-1
/
+1
*
Update /contrib regression tests for escape_string_warning.
Bruce Momjian
2006-03-08
3
-7
/
+7
*
Make all our flex and bison files use %option prefix or %name-prefix
Tom Lane
2006-03-07
4
-12
/
+16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
7
-8
/
+8
*
Significantly improve ranking:
Teodor Sigaev
2006-03-02
3
-92
/
+161
*
Woops: also update the alternative "expected" files for contrib/cube's
Neil Conway
2006-03-01
2
-12
/
+12
*
Update the expected regression test results to account for the changes to
Neil Conway
2006-03-01
1
-6
/
+6
*
Attached is a patch that replaces a bunch of places where StringInfos
Neil Conway
2006-03-01
3
-100
/
+87
*
This patch makes the error message strings throughout the backend
Neil Conway
2006-03-01
25
-115
/
+106
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
36
-741
/
+732
*
contrib uninstall scripts
Peter Eisentraut
2006-02-27
34
-12
/
+1222
*
Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.
Peter Eisentraut
2006-02-25
8
-3163
/
+1
*
Fix vacuumlo to avoid unnecessary use of backslash in search pattern.
Tom Lane
2006-02-23
1
-2
/
+2
*
Fixing and improve compound word support. This changes cannot be applied to
Teodor Sigaev
2006-02-20
1
-56
/
+75
*
Patch from Marko Kreen:
Neil Conway
2006-02-18
1
-32
/
+70
*
Need a DLLIMPORT for MaxFSMPages, per buildfarm failure on snake.
Tom Lane
2006-02-14
1
-1
/
+3
*
Add contrib/pg_freespacemap to display free space map information.
Bruce Momjian
2006-02-12
6
-1
/
+371
*
Clean up some signedness warnings.
Tom Lane
2006-02-10
3
-10
/
+12
*
Fix fallout from psql line-wrapping patch.
Tom Lane
2006-02-10
1
-26
/
+26
*
Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during
Teodor Sigaev
2006-02-10
1
-7
/
+9
*
renew output of regression test accordingly to
Teodor Sigaev
2006-02-10
2
-730
/
+730
*
1 Fix bug with very short word: prefix and suffix might be overlapped,
Teodor Sigaev
2006-02-09
2
-53
/
+62
*
Check number of affixes to prevent core dump with zero number of affixes
Teodor Sigaev
2006-02-06
1
-0
/
+3
*
Snowball multibyte. It's a pity, but snowball sources is very diferent for mu...
Teodor Sigaev
2006-01-27
8
-27
/
+974
*
Update btree_gist for CIDR/INET changes --- there's really no need to
Tom Lane
2006-01-26
2
-77
/
+17
*
Fix typeing as Tom suggest
Teodor Sigaev
2006-01-23
1
-1
/
+1
*
Replace bitwise looping with bytewise looping in hemdistsign and
Tom Lane
2006-01-20
8
-82
/
+100
*
Fix the assert_enabled issue properly. This eliminates the former ABI
Tom Lane
2006-01-08
2
-8
/
+0
*
There is a signedness bug in Openwall gen_salt code that pgcrypto uses.
Tom Lane
2006-01-03
1
-9
/
+9
*
When the remote query result has a different number of columns
Joe Conway
2006-01-03
4
-19
/
+40
*
Multibyte encodings support for ISpell dictionary
Teodor Sigaev
2005-12-21
5
-147
/
+232
*
Improve support of multibyte encoding:
Teodor Sigaev
2005-12-12
19
-146
/
+263
*
Remove incorrect increment of lineno, per David Fetter.
Tom Lane
2005-12-10
1
-4
/
+6
*
Allow installation into directories containing spaces in the name.
Peter Eisentraut
2005-12-09
1
-4
/
+4
*
Simplify lock manager data structures by making a clear separation between
Tom Lane
2005-12-09
1
-3
/
+4
*
I recently received the Debian bug report below about missing iconv
Bruce Momjian
2005-12-08
1
-1
/
+5
*
Improve tag recognizing
Teodor Sigaev
2005-12-08
2
-2
/
+22
*
Fix small memory leak
Teodor Sigaev
2005-12-07
1
-1
/
+1
*
Improve word parser.
Teodor Sigaev
2005-12-07
2
-1
/
+51
*
Fix stupid bug with sizeof
Teodor Sigaev
2005-12-06
1
-1
/
+1
*
Improve word parser.
Teodor Sigaev
2005-12-05
2
-22
/
+65
*
Having blank lines in -f scripts was causing silent failures.
Tatsuo Ishii
2005-11-23
1
-6
/
+12
*
Fix pgindent of libpq-fe.h by hacking pgindent script.
Bruce Momjian
2005-11-23
1
-3
/
+2
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
24
-1557
/
+1834
*
Fixes motivated by snake and spoonbill pgbuildfarm members
Teodor Sigaev
2005-11-22
3
-13
/
+18
*
remove forgotten // comments
Teodor Sigaev
2005-11-21
1
-2
/
+0
*
Text parser rewritten:
Teodor Sigaev
2005-11-21
15
-424
/
+1613
*
Defend against nulls-in-arrays in contrib/intarray. I may have put in
Tom Lane
2005-11-19
6
-44
/
+131
*
Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd
Tom Lane
2005-11-19
4
-0
/
+33
[next]