aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* Suppress definitions of 'true' and 'false' macros if __cplusplus.Tom Lane2001-08-27
* c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut2001-08-24
* Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut2001-08-24
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-23
* Libpq++ fixes for Win32 compile.Bruce Momjian2001-07-11
* More message munging and localization for pg_dump, especially thePeter Eisentraut2001-07-03
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane2001-02-20
* 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
* Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane2001-01-21
* Add configure check for sys_nerr, to end all discussions.Peter Eisentraut2001-01-09
* The KAME files md5.* and sha1.* have the following changelogBruce Momjian2001-01-09
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-03
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-03
* Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian2000-10-02
* Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut2000-09-29
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-21
* I concur with Andreas: unconditionally including <sys/fcntl.h> is notTom Lane2000-07-17
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* Add assert checking to GUC ("debug_assertions")Peter Eisentraut2000-07-12
* Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane2000-07-07
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* More cleanup of c.h binary macrosBruce Momjian2000-06-02
* Reverse PG_BINARY definesBruce Momjian2000-06-02
* 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
* Reverse out macro fix for the time being.Bruce Momjian2000-04-12
* Prevent drop database failure from showing.Bruce Momjian2000-04-12
* Add compatiblity information for bytea.Bruce Momjian2000-03-20
* Change MemSet and StrNCpy to evaluate their arguments only once.Tom Lane2000-03-19
* Add:Bruce Momjian2000-01-26
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-13
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* More config.h cleanups.Bruce Momjian1999-07-17
* Redefine cpu's as __cpu__. Only for 6.6 branch.Bruce Momjian1999-07-13
* #ifdef around true and false.Bruce Momjian1999-07-01
* Rename to vararg_format().Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* pgindent run over code.Bruce Momjian1999-05-25
* Remove overly presumptuous use of __STDC__ in c.h, replacingTom Lane1999-04-02
* Small cleanups.Bruce Momjian1999-03-30
* Changes to fix/improve the dynamic loading on NTMarc G. Fournier1999-03-09