index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
Age
Commit message (
Expand
)
Author
2007-04-02
Fix caching of unsuccessful initialization of parser or configuration.
Teodor Sigaev
2007-03-28
Replace 4-clause licensed blf.[ch] with blowfish implementation
Neil Conway
2007-03-28
Fix uninitialized-variable bug.
Tom Lane
2007-03-26
Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...
Teodor Sigaev
2007-03-26
Fix stopword and synonym files parsing bug in MSVC build, per report from
Teodor Sigaev
2007-03-25
Clean up the representation of special snapshots by including a "method
Tom Lane
2007-03-22
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
Teodor Sigaev
2007-03-16
Fix uninitialized value in pgstatindex leading to invalid values being
Alvaro Herrera
2007-03-15
Make use of plancache module for SPI plans. In particular, since plpgsql
Tom Lane
2007-03-14
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-14
Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>
Teodor Sigaev
2007-03-13
Set stderr to unbuffered for pgbench on win32.
Magnus Hagander
2007-03-07
Athough cube is a varlena type, nowhere was a detoasting of cube's value, so
Teodor Sigaev
2007-03-03
Add resetStringInfo(), which clears the content of a StringInfo, and
Neil Conway
2007-03-03
Add logging to /contrib/pg_standby if -k couldn't clean up the log file.
Bruce Momjian
2007-02-28
Fix up several contrib modules that were using varlena datatypes in not-so-ob...
Tom Lane
2007-02-27
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-13
Update /contrib/fuzzystrmatch error message to mention bytes, not just
Bruce Momjian
2007-02-12
Fix backend crash in parsing incorrect tsquery.
Teodor Sigaev
2007-02-10
Fix pg_standby to build on msvc.
Magnus Hagander
2007-02-09
Remove useless CPPFLAGS.
Peter Eisentraut
2007-02-09
Add $PostgreSQL$ marker to contrib makefiles.
Peter Eisentraut
2007-02-09
Replace useless uses of := by = in makefiles.
Peter Eisentraut
2007-02-08
Add /contrib/pg_standby:
Bruce Momjian
2007-02-08
Add /contrib/pg_standby:
Bruce Momjian
2007-02-08
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-07
Replace some strncpy() by strlcpy().
Peter Eisentraut
2007-02-07
Use memcpy() instead of strncpy() for copying into varlena structures.
Peter Eisentraut
2007-02-01
Fix two more regression tests whose expected outputs were not updated
Neil Conway
2007-02-01
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-01-31
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
Teodor Sigaev
2007-01-26
Squelch some VC++ compiler warnings. Mark float literals with the "f"
Neil Conway
2007-01-22
Adjust pgbench so it won't spit up on non-select queries returning
Tom Lane
2007-01-15
Fix localization support for multibyte encoding and C locale.
Teodor Sigaev
2007-01-14
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.
Alvaro Herrera
2007-01-10
Update copyright script to allow spaces around dash.
Bruce Momjian
2007-01-10
Update copyright year
Tatsuo Ishii
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-03
Fix btree_gist for new larger money type.
Tom Lane
2006-12-28
Add a defense to prevent core dumps if 8.2 version of rank_cd() is used with
Tom Lane
2006-12-26
Fix memory reallocation condition
Teodor Sigaev
2006-12-26
Call srandom() instead of srand().
Tatsuo Ishii
2006-12-23
Restructure operator classes to allow improved handling of cross-data-type
Tom Lane
2006-12-21
Fix convertion for 'PFX flag N num'
Teodor Sigaev
2006-12-05
Fix typos in comments and error messages in HStore. Patch from Filip
Neil Conway
2006-12-04
Fix core dump of ispell for case of non-successfull initialization.
Teodor Sigaev
2006-11-24
Make contrib/isn pass the opr_sanity sanity checks: add missing
Tom Lane
2006-11-23
Fix lowercasing while parse OO dictionary
Teodor Sigaev
2006-11-22
Avoid infinity calculations in rank_cd
Teodor Sigaev
2006-11-21
Fix type in return value
Teodor Sigaev
[next]