| Commit message (Expand) | Author | Age |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane | 2005-03-29 |
* | Use _() macro consistently rather than gettext(). Add translation | Bruce Momjian | 2005-02-22 |
* | Document usage of gettext_noop(). | Bruce Momjian | 2005-02-15 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Add new macro as shorthand for MS VC and Borland C++: | Bruce Momjian | 2004-09-27 |
* | More Win32 cleanups for Dave Page. | Bruce Momjian | 2004-09-27 |
* | Remove references to the ODBC driver from the main source tree. From Kris | Neil Conway | 2004-09-27 |
* | Use ULL not LL in UINT64CONST. | Tom Lane | 2004-09-26 |
* | This patch attempts to note the use of the root.crt file in the server. | Bruce Momjian | 2004-09-23 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Fix #if define | Bruce Momjian | 2004-09-10 |
* | Properly include port file for Cygwin. | Bruce Momjian | 2004-09-10 |
* | Fix Cygwin defines to be consistent. | Bruce Momjian | 2004-09-09 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Use standard macro for psql binary file open. Add comment explaining | Bruce Momjian | 2004-07-11 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Second try at a portable unsetenv(). | Tom Lane | 2004-05-05 |
* | Suppress use of timezone library by ecpg. | Bruce Momjian | 2004-04-30 |
* | Minor adjustments to enable public-domain timezone library to be called | Bruce Momjian | 2004-04-30 |
* | Move non-blocking code into its own /port file, for code clarity. | Bruce Momjian | 2004-03-10 |
* | Remove the following unused type definitions: bool8, bool16, bool32, word8, | Neil Conway | 2004-01-10 |
* | This patch is the next step towards (re)allowing fork/exec. | Bruce Momjian | 2003-12-20 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Revert to 7.3-and-before practice of only including <fcntl.h> in c.h | Tom Lane | 2003-10-21 |
* | Remove void* in MemSet until we understand the gcc 3.3.1 problem better. | Bruce Momjian | 2003-10-14 |
* | Add void * cast to MemSet to silence compiler, and add comment that we | Bruce Momjian | 2003-10-11 |
* | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane | 2003-09-21 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | 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-06-12 |
* | Reorganize Win32 includes to only include <port.h> after system includes | Bruce Momjian | 2003-05-16 |
* | 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-15 |
* | 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-05-09 |
* | 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-25 |
* | Add Win32 versions of unlink and rename --- loop until success. | Bruce Momjian | 2003-04-22 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 |
* | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 |
* | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane | 2003-01-09 |
* | Code review for palloc0 patch --- avoid dangerous and unnecessary | Tom Lane | 2002-12-16 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |