summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2002-09-01Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-30Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2002-01-22libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-11-15Well the absolute correct solution would involve all of:Bruce Momjian
2001-11-15Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian
2001-11-12Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian
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-24Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut
2001-10-19Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane
2001-10-18Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane
2001-10-03Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane
2001-08-27Suppress definitions of 'true' and 'false' macros if __cplusplus.Tom Lane
2001-08-24c.h needs to include postgres_ext.h to be self-contained.Peter Eisentraut
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-07-11Libpq++ fixes for Win32 compile.Bruce Momjian
2001-07-03More message munging and localization for pg_dump, especially thePeter Eisentraut
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-30Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-20Remove inclusion of <varargs.h> on SunOS; this does not work since weTom Lane
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
2001-01-21Deal with C++ incompatibility of sys_nerr declaration by taking it outTom Lane
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2001-01-09The KAME files md5.* and sha1.* have the following changelogBruce Momjian
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-08-21fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane
2000-07-17I concur with Andreas: unconditionally including <sys/fcntl.h> is notTom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-12Add assert checking to GUC ("debug_assertions")Peter Eisentraut
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut