| Age | Commit message (Expand) | Author |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | SSL_read/SSL_write do not approximate the return conventions of recv() | Tom Lane |
| 2003-08-04 | Minor cleanups in S_LOCK_TEST code. | Tom Lane |
| 2003-08-04 | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane |
| 2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-08-03 | Tighten inline_function's test for overly complex parameters. This | Tom Lane |
| 2003-08-03 | Reconsider context for calling callback functions --- original idea | Tom Lane |
| 2003-08-01 | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane |
| 2003-08-01 | Postmaster erroneously rejected SSL connections on IPv6. | Tom Lane |
| 2003-08-01 | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane |
| 2003-08-01 | inet_recv() wasn't IPv6-ready. | Tom Lane |
| 2003-08-01 | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane |
| 2003-08-01 | Fix inconsistent static-vs-not-static declarations. | Tom Lane |
| 2003-08-01 | While having a parallel-make-safe genbki.sh is good, it's better not to | Peter Eisentraut |
| 2003-08-01 | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut |
| 2003-08-01 | Fix my own mistake in GUC variable annotation. | Tom Lane |
| 2003-08-01 | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane |
| 2003-07-31 | Cause library-preload feature to report error if specified initialization | Tom Lane |
| 2003-07-30 | Add pretty-printing variants of pg_get_viewdef and related functions. | Tom Lane |
| 2003-07-30 | Fix numeric_smaller, numeric_larger, float4smaller, float4larger, | Tom Lane |
| 2003-07-30 | Cause ARRAY[] construct to return a NULL array, rather than raising an | Tom Lane |
| 2003-07-29 | Fix longstanding error in _bt_search(): should moveright at top of loop not | Tom Lane |
| 2003-07-29 | Coerce unknown-literal-constant default values to the column type during | Tom Lane |
| 2003-07-29 | Use a process-specific temp file name, per Andreas Haumer. | Tom Lane |
| 2003-07-29 | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane |
| 2003-07-28 | Code review for recent GUC changes --- try to make it less obvious that | Tom Lane |
| 2003-07-28 | Add error stack traceback support for SQL-language functions. | Tom Lane |
| 2003-07-28 | There was enough code drift since this patch, that a couple of bugs | Bruce Momjian |
| 2003-07-28 | Localizability improvement. | Tom Lane |
| 2003-07-28 | elog() is no longer a gettext trigger --- all remaining uses are considered | Tom Lane |
| 2003-07-28 | A visit from the message-style police ... | Tom Lane |
| 2003-07-27 | elog mop-up: bring some straggling fprintf(stderr)'s into the elog world. | Tom Lane |
| 2003-07-27 | Tom, happier with the attached patch? | Bruce Momjian |
| 2003-07-27 | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane |
| 2003-07-27 | > Joe Conway <mail@joeconway.com> writes: | Bruce Momjian |
| 2003-07-27 | This makes the initcap function compatible with Oracle 9i, it has been | Bruce Momjian |
| 2003-07-26 | Have SSL text print only when SSL mode is enabled. | Bruce Momjian |
| 2003-07-26 | I corecting date_trunc('quarter',...) and friends because orig version | Bruce Momjian |
| 2003-07-26 | At long last I put together a patch to support 4 client SSL negotiation | Bruce Momjian |
| 2003-07-25 | Error message editing in backend/utils (except /adt). | Tom Lane |
| 2003-07-25 | Error message editing in backend/optimizer, backend/rewrite. | Tom Lane |
| 2003-07-24 | Error message editing in backend/storage. | Tom Lane |
| 2003-07-24 | Fix timestamp_date for HAVE_INT64_TIMESTAMP case. | Tom Lane |
| 2003-07-24 | Repair 7.3 breakage in timestamp-to-date conversion for dates before 2000. | Tom Lane |
| 2003-07-24 | Don't refer to AF_UNIX in code not protected with HAVE_UNIX_SOCKETS. | Tom Lane |
| 2003-07-23 | Have a go at fixing various outstanding portability issues in code that | Tom Lane |
| 2003-07-22 | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane |
| 2003-07-22 | Error message editing for foreign-key triggers. | Tom Lane |
| 2003-07-22 | A few parentheses shy of a load here ... | Tom Lane |