aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-13
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-11
* Add fseeko for NetBSD.Bruce Momjian2002-10-24
* Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian2002-10-23
* Again improve MemSet comments.Bruce Momjian2002-10-08
* Update MemSet comments.Bruce Momjian2002-10-08
* Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut2002-09-04
* pgindent run.Bruce Momjian2002-09-04
* Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian2002-09-01
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Add sys/types.h to common includes.Peter Eisentraut2002-08-21
* Update copyright to 2002.Bruce Momjian2002-06-20
* Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane2002-04-30
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian2002-04-24
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-23
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut2002-03-29
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-22
* Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane2001-12-03
* More correct way to check for existence of types, which allows to specifyPeter Eisentraut2001-12-02
* Well the absolute correct solution would involve all of:Bruce Momjian2001-11-15
* Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian2001-11-15
* Add comments of duplicate definitions in interfaces/odbc/md5.h.Bruce Momjian2001-11-12
* 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
* Include locale.h before undefining gettext() to avoid compilation errorsPeter Eisentraut2001-10-24
* Rename macro arg to avoid useless compiler warning when building plperl.Tom Lane2001-10-19
* Add STATUS_EOF value needed for auth.c. Remove a bunch of unusedTom Lane2001-10-18
* Consistently use gcc's __attribute__((format)) to check sprintf-styleTom Lane2001-10-03
* 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