| Age | Commit message (Expand) | Author |
| 2003-08-17 | Fix ARRAY[] construct so that in multidimensional case, elements can | Tom Lane |
| 2003-08-17 | Clean up locktable init code per recent gripe from Kurt Roeckx. | Tom Lane |
| 2003-08-17 | Somebody forgot to include any actual documentation for ADD_MISSING_FROM. | Tom Lane |
| 2003-08-17 | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane |
| 2003-08-17 | (I always forget what the magic numbers 0 through 2 means for the | Bruce Momjian |
| 2003-08-15 | Rewrite array_cmp to not depend on deconstruct_array. Should be a little | Tom Lane |
| 2003-08-14 | Handle double-quotes correctly in user names in ACL lists. | Tom Lane |
| 2003-08-13 | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane |
| 2003-08-13 | Move MemoryContextCheck() call from bottom of PostgresMain loop to | Tom Lane |
| 2003-08-12 | Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages, | Tom Lane |
| 2003-08-12 | Marginal hacks to move some processing out of the per-client-message | Tom Lane |
| 2003-08-12 | Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...) | Tom Lane |
| 2003-08-12 | Avoid unnecessary work when stats collection is disabled. Tighten | Tom Lane |
| 2003-08-11 | Rewriter and planner should use only resno, not resname, to identify | Tom Lane |
| 2003-08-11 | Code cleanup inspired by recent resname bug report (doesn't fix the bug | Tom Lane |
| 2003-08-11 | Translation updates | Peter Eisentraut |
| 2003-08-10 | Repair potential deadlock created by recent changes to recycle btree | Tom Lane |
| 2003-08-08 | Another pgindent run with updated typedefs. | Bruce Momjian |
| 2003-08-08 | Fix nasty little order-of-operations bug in _SPI_cursor_operation. | Tom Lane |
| 2003-08-08 | Suppress unused-variable warnings when building without Asserts. | Tom Lane |
| 2003-08-08 | Conversion functions must be STRICT to prevent them from getting null inputs. | Tom Lane |
| 2003-08-08 | Translation updates by Dennis Björklund | Peter Eisentraut |
| 2003-08-08 | Fix floating-point timestamp comparisons to not go nuts if NaN is | Tom Lane |
| 2003-08-07 | SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition. | Tom Lane |
| 2003-08-07 | create_unique_plan() should not discard existing output columns of the | Tom Lane |
| 2003-08-06 | Rename fields of DestReceiver to avoid collisions with (ill-considered) | Tom Lane |
| 2003-08-06 | Adopt a random backoff algorithm for sleep delays when waiting for a | Tom Lane |
| 2003-08-05 | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane |
| 2003-08-05 | Fix several places where fractional-second inputs were misprocessed | Tom Lane |
| 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 |