index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
postgres.h
Commit message (
Expand
)
Author
Age
*
Add support for multiple kinds of external toast datums.
Robert Haas
2013-07-02
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move ExceptionalCondition back to postgres.h
Alvaro Herrera
2013-02-18
*
Clean up c.h / postgres.h after Assert() move
Alvaro Herrera
2013-02-08
*
Move Assert() definitions to c.h
Alvaro Herrera
2013-02-01
*
Improve concurrency of foreign key locking
Alvaro Herrera
2013-01-23
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Change return type of ExceptionalCondition to void and mark it noreturn
Peter Eisentraut
2012-04-29
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Redefine Datum as uintptr_t, instead of unsigned long.
Tom Lane
2009-12-31
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-04-21
*
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-04-18
*
Reduce the need for frontend programs to include "postgres.h" by refactoring
Tom Lane
2008-03-27
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Re-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian
2007-11-15
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Avoid assuming that struct varattrib_pointer doesn't get padded by the
Tom Lane
2007-10-01
*
Add an extra header byte to TOAST-pointer datums to represent their size
Tom Lane
2007-09-30
*
Fix typos in two comments. Spotted by Brendan Jurd
Tom Lane
2007-09-27
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structures
Bruce Momjian
2007-05-15
*
A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,
Tom Lane
2007-05-04
*
Support varlena fields with single-byte headers and unaligned storage.
Tom Lane
2007-04-06
*
Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum
Tom Lane
2007-03-23
*
Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).
Tom Lane
2007-02-27
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
I've created a new shared catalog table pg_shdescription to store
Bruce Momjian
2006-02-12
*
Fix the assert_enabled issue properly. This eliminates the former ABI
Tom Lane
2006-01-08
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Tighten short-circuit tests for deciding whether we need to invoke
Tom Lane
2004-01-16
*
There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh to
Tom Lane
2004-01-04
*
make sure the $Id tags are converted to $PostgreSQL as well ...
PostgreSQL Daemon
2003-11-29
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
*
Generate pg_config.h.in by autoheader. Separate out manually editable
Peter Eisentraut
2003-04-06
*
Make 'dummy' declarations in header files be 'extern int no_such_variable'
Tom Lane
2002-10-18
*
pgindent run.
Bruce Momjian
2002-09-04
*
Clean up comments to be careful about the distinction between variable-
Tom Lane
2002-08-25
*
This patch removes a lot of unused code related to assertions and
Bruce Momjian
2002-08-10
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Support toasting of shared system relations, and provide toast tables for
Tom Lane
2002-04-27
[next]