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