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
/
contrib
/
ltree
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-14
Spelling fixes
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-07
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...
Tom Lane
2016-11-04
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Test sql and output changes for some contrib modules
Pallavi Sontakke
2016-06-14
Update extensions with GIN/GIST support for parallel query.
Robert Haas
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
2016-03-08
ltree: Zero padding bytes when allocating memory for externally visible data.
Andres Freund
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2015-10-05
Prevent stack overflow in query-type functions.
Noah Misch
2015-09-14
Initial commit of tests for Major differences between XL and postgresql (Limi...
Pallavi Sontakke
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2014-11-05
Fix volatility markings of some contrib I/O functions.
Tom Lane
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-02-17
Predict integer overflow to avoid buffer overruns.
Noah Misch
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-27
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-04-25
Support "make check" in contrib
Peter Eisentraut
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-09
Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays.
Tom Lane
2010-12-22
Use memcmp() rather than strncmp() when shorter string length is known.
Robert Haas
2010-12-19
Fix erroneous parsing of tsquery input "... & !(subexpression) | ..."
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
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
[next]