aboutsummaryrefslogtreecommitdiff
path: root/src/include/postgres.h
Commit message (Expand)AuthorAge
* 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
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Remove NT-specific file open defines by defining our own open macros forBruce Momjian2000-06-02
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Move fixes for >8 indexed fields.Bruce Momjian2000-01-10
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-10
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Make it possible to execute crashed CREATE/DROP commands again.Hiroshi Inoue1999-11-04
* Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane1999-10-25
* Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane1999-10-23
* More config.h cleanups.Bruce Momjian1999-07-17
* More cleanupBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* This patch should enable 6.5 to build on Motorola 68000 architecture.Bruce Momjian1999-06-10
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Clean up att_align calculations so that XXXALIGN macrosTom Lane1999-03-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01