| Age | Commit message (Expand) | Author |
| 2004-01-10 | Remove the following unused type definitions: bool8, bool16, bool32, word8, | Neil Conway |
| 2003-12-20 | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian |
| 2003-11-29 | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon |
| 2003-10-21 | Revert to 7.3-and-before practice of only including <fcntl.h> in c.h | Tom Lane |
| 2003-10-14 | Remove void* in MemSet until we understand the gcc 3.3.1 problem better. | Bruce Momjian |
| 2003-10-11 | Add void * cast to MemSet to silence compiler, and add comment that we | Bruce Momjian |
| 2003-09-21 | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian |
| 2003-06-12 | Back out patch that got bundled into another patch. | Bruce Momjian |
| 2003-06-12 | New patch with corrected README attached. | Bruce Momjian |
| 2003-05-16 | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian |
| 2003-05-15 | Revert change of inclusion order for pg_config_os.h; this broke plperl | Tom Lane |
| 2003-05-15 | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian |
| 2003-05-09 | More cleanups now that we have crypt(). | Bruce Momjian |
| 2003-05-09 | Add rint() to /port, remove from qnx/. | Bruce Momjian |
| 2003-05-09 | Add opendir/readdir/closedir() for Win32. | Bruce Momjian |
| 2003-04-25 | Prevent unlink/rename Win32 mapping on frontends. | Bruce Momjian |
| 2003-04-25 | Use closesocket() for all socket/pipe closing, because Win32 requires | Bruce Momjian |
| 2003-04-22 | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian |
| 2003-04-18 | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian |
| 2003-04-06 | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut |
| 2003-04-04 | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian |
| 2003-01-09 | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane |
| 2002-12-16 | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane |
| 2002-12-05 | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian |
| 2002-11-13 | Split MemSet into three parts to constant comparisons can be optimized | Bruce Momjian |
| 2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
| 2002-10-24 | Add fseeko for NetBSD. | Bruce Momjian |
| 2002-10-23 | Add fseeko/ftello prototypes for BSD/OS only to c.h. | Bruce Momjian |
| 2002-10-08 | Again improve MemSet comments. | Bruce Momjian |
| 2002-10-08 | Update MemSet comments. | Bruce Momjian |
| 2002-09-04 | Remove leftovers from subproject removals. Fixes for Python and Kerberos | Peter Eisentraut |
| 2002-09-04 | pgindent run. | Bruce Momjian |
| 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 |