| Commit message (Expand) | Author | Age |
* | Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. | Tom Lane | 2003-08-28 |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 |
* | Department of second thoughts: can't reorder merge-join clauses. | Tom Lane | 2003-08-27 |
* | Share PG_DIAG_* macros between client and server and use them internally. | Peter Eisentraut | 2003-08-27 |
* | Push subplan clauses to the back in qual lists for join plans, not | Tom Lane | 2003-08-26 |
* | Call it Linux, not GNU/Linux. | Bruce Momjian | 2003-08-26 |
* | Use separate SQLSTATE codes for file not found/file exists, rather than | Tom Lane | 2003-08-26 |
* | Attached is a (very small) patch to make analyze display some | Bruce Momjian | 2003-08-26 |
* | Mop-up for previous change to determine default shared_buffers and | Tom Lane | 2003-08-26 |
* | Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST. | Tom Lane | 2003-08-25 |
* | Allow parsing of time and timetz inputs to accept the documented input | Tom Lane | 2003-08-25 |
* | Refactor code so that to_date() does not call to_timestamp() and then | Tom Lane | 2003-08-25 |
* | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii | 2003-08-25 |
* | Translation updates | Peter Eisentraut | 2003-08-24 |
* | Change warnings for non-existing or pre-existing cursors to errors. | Peter Eisentraut | 2003-08-24 |
* | Fix GB18030 to UTF-8 mapping table | Tatsuo Ishii | 2003-08-24 |
* | Fix uninstall target. | Peter Eisentraut | 2003-08-23 |
* | Tweak grammar to use FastAppend rather than lappend when constructing | Tom Lane | 2003-08-22 |
* | Tweak processing of multiple-index-scan plans to reduce overhead when | Tom Lane | 2003-08-22 |
* | Improve dynahash.c's API so that caller can specify the comparison function | Tom Lane | 2003-08-19 |
* | 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-17 |
* | Rewrite array_cmp to not depend on deconstruct_array. Should be a little | Tom Lane | 2003-08-15 |
* | Handle double-quotes correctly in user names in ACL lists. | Tom Lane | 2003-08-14 |
* | 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-13 |
* | 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-12 |
* | 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-11 |
* | Repair potential deadlock created by recent changes to recycle btree | Tom Lane | 2003-08-10 |
* | 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-08 |
* | 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-07 |
* | 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-06 |
* | 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-05 |
* | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 |