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
/
postgres.h
Age
Commit message (
Expand
)
Author
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-05-14
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-02-09
Minor cleanup/code review for "indirect toast" stuff.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-07
Fix typos in comments.
Fujii Masao
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-02-19
Further code review for pg_lsn data type.
Robert Haas
2014-02-19
pg_lsn macro naming and type behavior revisions.
Robert Haas
2014-02-19
Add a pg_lsn data type, to represent an LSN.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-09-11
Add comment for VARSIZE_ANY_EXHDR macro
Bruce Momjian
2013-07-02
Add support for multiple kinds of external toast datums.
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
2013-02-01
Move Assert() definitions to c.h
Alvaro Herrera
2013-01-23
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-25
Change Copyright to "Postgres-XC Development Group"
Michael Paquier
2012-04-29
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-01-12
Change file headers to 2012
Michael P
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-05-20
Merge commit '1084f317702e1a039696ab8a37caf900e55ec8f2' into int-pgxc
Pavan Deolasee
2011-05-19
maintenance for 2011, change header files
Michael P
2011-05-19
Postgres-XC version 0.9
Michael P
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-12-31
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-04-21
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-04-18
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-03-27
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
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-01
Avoid assuming that struct varattrib_pointer doesn't get padded by the
Tom Lane
2007-09-30
Add an extra header byte to TOAST-pointer datums to represent their size
Tom Lane
2007-09-27
Fix typos in two comments. Spotted by Brendan Jurd
Tom Lane
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-05-15
Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures
Bruce Momjian
[next]