index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
snowball
Age
Commit message (
Expand
)
Author
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-12
Add ICU_CFLAGS to global CPPFLAGS
Peter Eisentraut
2017-03-23
Add ICU_FLAGS to one more place
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-18
Adjust behavior of single-user -j mode for better initdb error reporting.
Tom Lane
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-08-19
Finish adding file version information to installed Windows binaries.
Noah Misch
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-06-11
Fix ancient encoding error in hungarian.stop.
Tom Lane
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Remove configure flag --disable-shared, as it is no longer used by any
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-08-28
Derived files that are shipped in the distribution used to be built in the
Peter Eisentraut
2009-08-26
Update of install-sh, mkinstalldirs, and associated configury
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-11-10
pg_do_encoding_conversion cannot return NULL (at least not unless the input
Tom Lane
2008-04-07
Implement a few changes to how shared libraries and dynamically loadable
Peter Eisentraut
2008-03-21
More README src cleanups.
Bruce Momjian
2008-03-20
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-18
Catch all errors in for and while loops in makefiles. Don't ignore any
Peter Eisentraut
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-10-27
Rename default text search parser's "uri" token type to "url_path",
Tom Lane
2007-10-23
Rename and slightly redefine the default text search parser's "word"
Tom Lane
2007-09-07
Add turkish stopword list. Thanks to Devrim GUNDUZ <devrim@CommandPrompt.com>
Teodor Sigaev
2007-09-03
Improve stylistic consistency of descriptions of built-in objects by avoiding
Tom Lane
2007-08-27
Fix generation of snowball_create.sql on msvc builds.
Magnus Hagander
2007-08-25
Rename built-in Snowball stemmer dictionaries to be english_stem,
Tom Lane
2007-08-25
Cleanup for some problems in tsearch patch:
Tom Lane
2007-08-22
Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by treating the
Tom Lane
2007-08-21
Tsearch2 functionality migrates to core. The bulk of this work is by
Tom Lane