Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian | |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander | |
2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian | |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | |
provided by Andrew. | |||
2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian | |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian | |
2005-07-28 | Fix a whole bunch of #includes that were either wrong or redundant. | Tom Lane | |
The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either of which sins can mess up largefile support nicely. Once you have included c.h, there is no need to re-include what it includes, either. | |||
2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian | |
them, the executation behavior could be unexpected. | |||
2004-10-05 | License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, to | Neil Conway | |
pickup license clarification (3-clause BSD is now used). Add license terms to memcmp.c (also from NetBSD), which previously had none. Finally, pickup an upstream fix to crypt.c (const-ify some arrays). | |||
2004-10-04 | Fix warnings from crypt.c compile. | Bruce Momjian | |
2004-10-04 | Comment out unused variable. | Bruce Momjian | |
2004-09-27 | Remove inclusion of windows.h now that it is included in c.h, per idea | Bruce Momjian | |
from Peter. | |||
2003-08-04 | pgindent run. | Bruce Momjian | |
2003-06-12 | Attached is the complete diff against current CVS. | Bruce Momjian | |
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek | |||
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 | |
Also quickly added mention that it may be a qualified schema name. Rod Taylor | |||
2003-05-10 | More crypt() cleanup. | Bruce Momjian | |
2003-05-10 | Remove HPUX 9 rint() test. | Bruce Momjian | |
Cleanup new crypt() source code. | |||
2003-05-09 | Add crypt() to /port for Win32. | Bruce Momjian | |