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