Commit Graph

439 Commits (795e94c70cf13f60b2cb4010f29a1bca542d2031)

Author SHA1 Message Date
Bruce Momjian a0407f508a Add comment about void* use in MemSet. 21 years ago
Tom Lane ac43da8466 MemSet() must not cast its pointer argument to int32* until after it has 21 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 21 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 21 years ago
Tom Lane f5b2f60bd1 Change WAL-logging scheme for multixacts to be more like regular 21 years ago
Bruce Momjian b492c3accc Add parentheses to macros when args are used in computations. Without 21 years ago
Neil Conway f38e413b20 Code cleanup: in C89, there is no point casting the first argument to 21 years ago
Tom Lane bedb78d386 Implement sharable row-level locks, and use them for foreign key references 21 years ago
Tom Lane 70c9763d48 Convert oidvector and int2vector into variable-length arrays. This 21 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Bruce Momjian 1d7dfb1496 Document usage of gettext_noop(). 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian e1c8b37afb Add new macro as shorthand for MS VC and Borland C++: 22 years ago
Bruce Momjian 8efe926bfe More Win32 cleanups for Dave Page. 22 years ago
Neil Conway cb7fc63d3e Remove references to the ODBC driver from the main source tree. From Kris 22 years ago
Tom Lane 9236c79c8e Use ULL not LL in UINT64CONST. 22 years ago
Bruce Momjian 31ae87c332 This patch attempts to note the use of the root.crt file in the server. 22 years ago
Tom Lane 8f9f198603 Restructure subtransaction handling to reduce resource consumption, 22 years ago
Bruce Momjian af7f6c0a6e Fix #if define 22 years ago
Bruce Momjian e515c3b13e Properly include port file for Cygwin. 22 years ago
Bruce Momjian f1d1116178 Fix Cygwin defines to be consistent. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Bruce Momjian 98e9775a3a Use standard macro for psql binary file open. Add comment explaining 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 22 years ago
Tom Lane 9e16195f3f Second try at a portable unsetenv(). 22 years ago
Bruce Momjian e572246565 Suppress use of timezone library by ecpg. 22 years ago
Bruce Momjian 4a73eb5ab1 Minor adjustments to enable public-domain timezone library to be called 22 years ago
Bruce Momjian 60a068b389 Move non-blocking code into its own /port file, for code clarity. 22 years ago
Neil Conway ca7a1f0c86 Remove the following unused type definitions: bool8, bool16, bool32, word8, 22 years ago
Bruce Momjian d75b2ec4eb This patch is the next step towards (re)allowing fork/exec. 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Tom Lane c9f8c2fd04 Revert to 7.3-and-before practice of only including <fcntl.h> in c.h 22 years ago
Bruce Momjian 2a0f1c08d5 Remove void* in MemSet until we understand the gcc 3.3.1 problem better. 23 years ago
Bruce Momjian f22ddf70be Add void * cast to MemSet to silence compiler, and add comment that we 23 years ago
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries, 23 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian dc4ee8a833 Back out patch that got bundled into another patch. 23 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 23 years ago
Bruce Momjian ec5e0ef791 Reorganize Win32 includes to only include <port.h> after system includes 23 years ago
Tom Lane 5e04f3857c Revert change of inclusion order for pg_config_os.h; this broke plperl 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian d85a0a6bef More cleanups now that we have crypt(). 23 years ago
Bruce Momjian 0afe5417d7 Add rint() to /port, remove from qnx/. 23 years ago
Bruce Momjian 4207d6bf30 Add opendir/readdir/closedir() for Win32. 23 years ago
Bruce Momjian a2190c9eb6 Prevent unlink/rename Win32 mapping on frontends. 23 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago