]> granicus.if.org Git - postgresql/history - src/include/postgres.h
Centralize definition of integer limits.
[postgresql] / src / include / postgres.h
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-09 Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-07 Fujii MasaoFix typos in comments.
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-19 Robert HaasFurther code review for pg_lsn data type.
2014-02-19 Robert Haaspg_lsn macro naming and type behavior revisions.
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-09-11 Bruce MomjianAdd comment for VARSIZE_ANY_EXHDR macro
2013-07-02 Robert HaasAdd support for multiple kinds of external toast datums.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-01 Alvaro HerreraMove Assert() definitions to c.h
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-29 Peter EisentrautChange return type of ExceptionalCondition to void...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-01 Tom LaneAvoid assuming that struct varattrib_pointer doesn...
2007-09-30 Tom LaneAdd an extra header byte to TOAST-pointer datums to...
2007-09-27 Tom LaneFix typos in two comments. Spotted by Brendan Jurd
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-05-15 Bruce MomjianUpdate comments for PG_DETOAST_PACKED and VARDATA_ANY...
2007-05-04 Tom LaneA few fixups in error handling: mark pg_re_throw()...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-23 Tom LaneAdjust DatumGetBool macro so that it isn't fooled by...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-01-16 Tom LaneTighten short-circuit tests for deciding whether we...
2004-01-04 Tom LaneThere's no longer any good reason for genbki.sh and...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-09-04 Bruce Momjianpgindent run.
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-10 Bruce MomjianThis patch removes a lot of unused code related to...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-08-24 Peter Eisentrautc.h needs to include postgres_ext.h to be self-contained.
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-23 Tom LaneMark exception and assert global variables as DLLIMPORT...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-07-31 Tom LaneMake acl-related functions safe for TOAST. Mark pg_cla...
2000-07-03 Jan WieckTOAST
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-13 Tom LaneAnother batch of fmgr updates. I think I have gotten...
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
2000-01-10 Bruce MomjianMove fixes for >8 indexed fields.
2000-01-10 Bruce MomjianMove INDEX_MAX_KEYS to postgres.h, and make it configur...
1999-12-21 Jan WieckAdded empty TOASTER files and corrected some minor...
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-07-17 Bruce MomjianMore config.h cleanups.
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-10 Bruce MomjianThis patch should enable 6.5 to build on Motorola 68000...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-03-25 Tom LaneClean up att_align calculations so that XXXALIGN macros
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
next