summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2003-08-04Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-03Tighten inline_function's test for overly complex parameters. ThisTom Lane
2003-08-03Reconsider context for calling callback functions --- original ideaTom Lane
2003-08-01Comment out entries for IPv6 localhost connections, since they failTom Lane
2003-08-01Postmaster erroneously rejected SSL connections on IPv6.Tom Lane
2003-08-01Fix some unprotected references to AF_UNIX ... wouldn't compile onTom Lane
2003-08-01inet_recv() wasn't IPv6-ready.Tom Lane
2003-08-01Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane
2003-08-01Fix inconsistent static-vs-not-static declarations.Tom Lane
2003-08-01While having a parallel-make-safe genbki.sh is good, it's better not toPeter Eisentraut
2003-08-01Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs,Peter Eisentraut
2003-08-01Fix my own mistake in GUC variable annotation.Tom Lane
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31Cause library-preload feature to report error if specified initializationTom Lane
2003-07-30Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane
2003-07-30Fix numeric_smaller, numeric_larger, float4smaller, float4larger,Tom Lane