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