| Commit message (Expand) | Author | Age |
* | Fix our printf implementation to follow spec: if a star parameter | Tom Lane | 2008-03-18 |
* | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander | 2008-02-29 |
* | Added --htmldir option to pg_config, equivalent to the new configure option. | Peter Eisentraut | 2008-02-18 |
* | Stamp HEAD as 8.4devel. | Tom Lane | 2008-02-13 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | may -> might | Peter Eisentraut | 2007-12-28 |
* | Wording improvements | Peter Eisentraut | 2007-12-27 |
* | On win32, loop when opening files if sharing- och lock-violation errors | Magnus Hagander | 2007-12-20 |
* | Use _dosmaperr() to deal with errors opening files in pgwin32_open(). | Magnus Hagander | 2007-11-30 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Add new encoding aliases for Solaris, per Zdenek Kotala. | Alvaro Herrera | 2007-10-25 |
* | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander | 2007-10-23 |
* | Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. | Tom Lane | 2007-10-17 |
* | Add missing codepage numbers for Windows. | Magnus Hagander | 2007-10-10 |
* | Teach chklocale.c how to extract encoding info from Windows locale | Tom Lane | 2007-10-03 |
* | Teach chklocale.c about a few names for frontend-only encodings, | Tom Lane | 2007-09-29 |
* | On OS X, assume that an empty-string result for nl_langinfo(CODESET) | Tom Lane | 2007-09-28 |
* | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane | 2007-09-28 |
* | Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with | Magnus Hagander | 2007-07-25 |
* | Get dirmod.c on the same page as port.h about whether we use pgsymlink | Tom Lane | 2007-07-12 |
* | Silence mingw compiler warning | Magnus Hagander | 2007-04-18 |
* | Add O_DIRECT support on Windows. | Magnus Hagander | 2007-04-13 |
* | Update comment for new thread_test location. | Bruce Momjian | 2007-04-03 |
* | Remove advertising clause from Berkeley BSD-licensed files, per | Bruce Momjian | 2007-03-26 |
* | Code cleanup for function prototypes: change two K&R-style prototypes | Neil Conway | 2007-03-18 |
* | Add comment to explain why O_EXCL and O_TRUNC can be ignored in | Bruce Momjian | 2007-02-13 |
* | Replace useless uses of := by = in makefiles. | Peter Eisentraut | 2007-02-09 |
* | Add strlcat() from OpenBSD, to be used for replacing strncat and other | Peter Eisentraut | 2007-02-07 |
* | Use sizeof() for snprintf() buffer length. | Bruce Momjian | 2007-01-29 |
* | Update process termination message to display signal number and name | Bruce Momjian | 2007-01-29 |
* | Drat, can't fit an additional argument into log_error. Is it worth an | Tom Lane | 2007-01-28 |
* | Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly | Tom Lane | 2007-01-28 |
* | Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than | Bruce Momjian | 2007-01-28 |
* | Add signal.h for sys_siglist reference. | Bruce Momjian | 2007-01-28 |
* | Use sys_siglist[] to print out signal names for signal exits, rather | Bruce Momjian | 2007-01-28 |
* | Remove newline from error message because URL is gone. | Bruce Momjian | 2007-01-23 |
* | Back out use of FormatMessage(), does error values, not exception | Bruce Momjian | 2007-01-23 |
* | Print meaningfull error text for abonormal process exit on Win32, rather | Bruce Momjian | 2007-01-23 |
* | When system() fails in Win32, report it as an exception, print the | Bruce Momjian | 2007-01-22 |
* | Change the sed rules in the regression test for pg_regress hackery to create | Alvaro Herrera | 2007-01-19 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Stamp major release 8.3.0, and increment library version numbers. | Bruce Momjian | 2007-01-05 |
* | Patch of Win32 Encoding problem for server messages using | Bruce Momjian | 2006-12-04 |
* | protect vfprintf from hijacking by Windows gettext just like other members of... | Andrew Dunstan | 2006-11-28 |
* | Change Windows rename and unlink substitutes so that they time out after | Tom Lane | 2006-11-08 |
* | Rename our substitute qsort to pg_qsort at the link-symbol level (but | Tom Lane | 2006-10-19 |
* | Use Min() instead of min() in qsort, for consistency and to avoid | Tom Lane | 2006-10-12 |
* | Fix thinko in comment. | Tom Lane | 2006-10-07 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Switch over to using our own qsort() all the time, as has been proposed | Tom Lane | 2006-10-03 |