summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-08-27Department of second thoughts: can't reorder merge-join clauses.Tom Lane
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Push subplan clauses to the back in qual lists for join plans, notTom Lane
2003-08-26Call it Linux, not GNU/Linux.Bruce Momjian
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-26Attached is a (very small) patch to make analyze display someBruce Momjian
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
2003-08-25Add the Brazilian time zone abbreviations BRT, BRST, FNT, FNST.Tom Lane
2003-08-25Allow parsing of time and timetz inputs to accept the documented inputTom Lane
2003-08-25Refactor code so that to_date() does not call to_timestamp() and thenTom Lane
2003-08-25Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-24Translation updatesPeter Eisentraut
2003-08-24Change warnings for non-existing or pre-existing cursors to errors.Peter Eisentraut
2003-08-24Fix GB18030 to UTF-8 mapping tableTatsuo Ishii
2003-08-23Fix uninstall target.Peter Eisentraut
2003-08-22Tweak grammar to use FastAppend rather than lappend when constructingTom Lane
2003-08-22Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane
2003-08-19Improve dynahash.c's API so that caller can specify the comparison functionTom Lane
2003-08-17Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane
2003-08-17Clean up locktable init code per recent gripe from Kurt Roeckx.Tom Lane
2003-08-17Somebody forgot to include any actual documentation for ADD_MISSING_FROM.Tom Lane
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-17(I always forget what the magic numbers 0 through 2 means for theBruce Momjian
2003-08-15Rewrite array_cmp to not depend on deconstruct_array. Should be a littleTom Lane
2003-08-14Handle double-quotes correctly in user names in ACL lists.Tom Lane
2003-08-13libpq failed to cope with COPY FROM STDIN if the command was issuedTom Lane
2003-08-13Move MemoryContextCheck() call from bottom of PostgresMain loop toTom Lane
2003-08-12Include 'IPv4', 'IPv6', or 'Unix' in socket-creation failure messages,Tom Lane
2003-08-12Marginal hacks to move some processing out of the per-client-messageTom Lane
2003-08-12Change some frequently-reached elog(DEBUG...) calls to ereport(DEBUG...)Tom Lane
2003-08-12Avoid unnecessary work when stats collection is disabled. TightenTom Lane
2003-08-11Rewriter and planner should use only resno, not resname, to identifyTom Lane
2003-08-11Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane
2003-08-11Translation updatesPeter Eisentraut
2003-08-10Repair potential deadlock created by recent changes to recycle btreeTom Lane
2003-08-08Another pgindent run with updated typedefs.Bruce Momjian
2003-08-08Fix nasty little order-of-operations bug in _SPI_cursor_operation.Tom Lane
2003-08-08Suppress unused-variable warnings when building without Asserts.Tom Lane
2003-08-08Conversion functions must be STRICT to prevent them from getting null inputs.Tom Lane
2003-08-08Translation updates by Dennis BjörklundPeter Eisentraut
2003-08-08Fix floating-point timestamp comparisons to not go nuts if NaN isTom Lane
2003-08-07SCO_ACCEPT_BUG code didn't get updated for new SockAddr struct definition.Tom Lane
2003-08-07create_unique_plan() should not discard existing output columns of theTom Lane
2003-08-06Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane
2003-08-06Adopt a random backoff algorithm for sleep delays when waiting for aTom Lane
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane
2003-08-05Fix several places where fractional-second inputs were misprocessedTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04SSL_read/SSL_write do not approximate the return conventions of recv()Tom Lane
2003-08-04Minor cleanups in S_LOCK_TEST code.Tom Lane