| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update comment for new thread_test location. | Bruce Momjian | 2007-04-03 | 1 | -2/+2 |
| * | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 | 6 | -34/+10 |
| * | Code cleanup for function prototypes: change two K&R-style prototypes | Neil Conway | 2007-03-18 | 2 | -12/+4 |
| * | Add comment to explain why O_EXCL and O_TRUNC can be ignored in | Bruce Momjian | 2007-02-13 | 1 | -1/+4 |
| * | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 | 1 | -2/+2 |
| * | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 | 1 | -0/+55 |
| * | Use sizeof() for snprintf() buffer length. | Bruce Momjian | 2007-01-29 | 1 | -2/+2 |
| * | Update process termination message to display signal number and name | Bruce Momjian | 2007-01-29 | 1 | -4/+9 |
| * | Drat, can't fit an additional argument into log_error. Is it worth an | Tom Lane | 2007-01-28 | 1 | -4/+3 |
| * | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane | 2007-01-28 | 1 | -6/+7 |
| * | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 | 1 | -2/+2 |
| * | Add signal.h for sys_siglist reference. | Bruce Momjian | 2007-01-28 | 1 | -1/+2 |
| * | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 | 1 | -4/+8 |
| * | Remove newline from error message because URL is gone. | Bruce Momjian | 2007-01-23 | 1 | -2/+2 |
| * | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 | 1 | -19/+3 |
| * | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 | 1 | -3/+19 |
| * | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 | 1 | -1/+6 |
| * | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 | 1 | -12/+14 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 26 | -51/+51 |
| * | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 | 1 | -3/+3 |
| * | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 | 1 | -2/+2 |
| * | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 | 1 | -2/+3 |
| * | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 | 1 | -48/+20 |
| * | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 | 1 | -13/+5 |
| * | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane | 2006-10-12 | 2 | -10/+6 |
| * | Fix thinko in comment. | Tom Lane | 2006-10-07 | 1 | -3/+3 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 11 | -73/+85 |
| * | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 | 2 | -1/+206 |
| * | Cleanup pgwin32_open() 'if' test, and avoid possible error. | Bruce Momjian | 2006-10-03 | 1 | -3/+9 |
| * | Add URL about strlcpy() creation history. | Bruce Momjian | 2006-10-02 | 1 | -1/+2 |
| * | Replace strncpy with strlcpy in selected places that seem possibly relevant | Tom Lane | 2006-09-27 | 2 | -7/+7 |
| * | Add strlcpy() to the set of functions supported by src/port/ when not | Tom Lane | 2006-09-27 | 1 | -0/+67 |
| * | Remove separate strdup.h header file; it's redundant with port.h. | Tom Lane | 2006-09-27 | 1 | -3/+1 |
| * | Fix incorrect mapping of fopen mode 'a' in recently-added code to | Tom Lane | 2006-09-24 | 1 | -2/+2 |
| * | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane | 2006-09-22 | 1 | -2/+2 |
| * | Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in | Tom Lane | 2006-09-11 | 2 | -50/+54 |
| * | Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE | Tom Lane | 2006-08-30 | 1 | -2/+29 |
| * | copydir() and rmtree() need to use lstat, not stat, to behave as expected | Tom Lane | 2006-07-18 | 2 | -4/+4 |
| * | Include libpq/pqcomm.h to ensure we have correct knowledge of | Tom Lane | 2006-07-16 | 1 | -2/+3 |
| * | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 | 1 | -4/+9 |
| * | Add dependency to fix parallel-make race condition. Alexander Dupuy | Tom Lane | 2006-07-14 | 1 | -1/+3 |
| * | Revert part of recent include patch not ready for application. | Bruce Momjian | 2006-07-14 | 1 | -1/+2 |
| * | Add additional includes needed on some platforms. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | Bruce Momjian | 2006-07-10 | 1 | -0/+19 |
| * | WIN32 fixes: | Bruce Momjian | 2006-07-06 | 1 | -1/+5 |
| * | Add comment about the use of pg_config_paths.h. | Bruce Momjian | 2006-06-26 | 1 | -1/+5 |
| * | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian | 2006-06-26 | 2 | -308/+308 |
| * | Fix Win32/Cygwin problems: | Bruce Momjian | 2006-06-25 | 1 | -3/+3 |
| * | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 | 1 | -6/+1 |
| * | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 | 6 | -26/+319 |