summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
AgeCommit message (Expand)Author
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-01Avoid assuming that struct varattrib_pointer doesn't get padded by theTom Lane
2007-09-30Add an extra header byte to TOAST-pointer datums to represent their sizeTom Lane
2007-09-27Fix typos in two comments. Spotted by Brendan JurdTom Lane
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-05-15Update comments for PG_DETOAST_PACKED and VARDATA_ANY on a structuresBruce Momjian
2007-05-04A few fixups in error handling: mark pg_re_throw() as noreturn for gcc,Tom Lane
2007-04-06Support varlena fields with single-byte headers and unaligned storage.Tom Lane
2007-03-23Adjust DatumGetBool macro so that it isn't fooled by garbage in the DatumTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-01-08Fix the assert_enabled issue properly. This eliminates the former ABITom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Update copyright to 2004.Bruce Momjian
2004-01-16Tighten short-circuit tests for deciding whether we need to invokeTom Lane
2004-01-04There's no longer any good reason for genbki.sh and Gen_fmgrtab.sh toTom Lane
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2002-10-18Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-10This patch removes a lot of unused code related to assertions andBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-03Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane
2001-08-24c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-06-12Clean up various to-do items associated with system indexes:Tom Lane
2001-03-23Mark exception and assert global variables as DLLIMPORT, so that plpgsqlTom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-07-31Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane
2000-07-03TOASTJan Wieck