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
/
include
/
c.h
Age
Commit message (
Expand
)
Author
2017-06-27
Merge PG10 master branch into xl10devel
Pavan Deolasee
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-12
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
Noah Misch
2017-03-12
Fix comment about length of text, bytea, etc.
Noah Misch
2017-03-10
Make CppAsString2() more visible in c.h.
Tom Lane
2017-02-23
De-support floating-point timestamps.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-14
Add likely/unlikely() branch hint macros.
Andres Freund
2016-04-14
Make init_spin_delay() C89 compliant and change stuck spinlock reporting.
Andres Freund
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-31
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
2015-08-31
Remove long-dead support for platforms without sig_atomic_t.
Tom Lane
2015-08-07
Attempt to work around a 32bit xlc compiler bug from a different place.
Andres Freund
2015-08-05
Rely on inline functions even if that causes warnings in older compilers.
Andres Freund
2015-07-20
Add a facility to track waited-for XIDs for a transaction
Pavan Deolasee
2015-06-05
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-06-01
Support snapshot requests without valid GXID
Pavan Deolasee
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-03-20
Add, optional, support for 128bit integers.
Andres Freund
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-29
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-19
Define Assert() et al to ((void)0) to avoid pedantic warnings.
Andres Freund
2014-09-25
Add a basic atomic ops API abstracting away platform/architecture details.
Andres Freund
2014-08-21
Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.
Heikki Linnakangas
2014-06-20
Don't allow to disable backend assertions via the debug_assertions GUC.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-01-17
Prevent double macro definition of WIN32.
Andrew Dunstan
2014-01-17
Define WIN32 when _WIN32 is set
Magnus Hagander
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-30
Remove use of obsolescent Autoconf macros
Peter Eisentraut
2013-10-21
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-09-09
Introduce InvalidCommandId.
Robert Haas
2013-06-28
Define Trap and TrapMacro even in non-cassert builds.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-18
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-08
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
[next]