summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2003-07-30Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane
2003-07-29Fix longstanding error in _bt_search(): should moveright at top of loop notTom Lane
2003-07-29Coerce unknown-literal-constant default values to the column type duringTom Lane
2003-07-29Use a process-specific temp file name, per Andreas Haumer.Tom Lane
2003-07-29Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane
2003-07-28Code review for recent GUC changes --- try to make it less obvious thatTom Lane
2003-07-28Add error stack traceback support for SQL-language functions.Tom Lane
2003-07-28There was enough code drift since this patch, that a couple of bugsBruce Momjian
2003-07-28Localizability improvement.Tom Lane
2003-07-28elog() is no longer a gettext trigger --- all remaining uses are consideredTom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Tom, happier with the attached patch?Bruce Momjian
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2003-07-27> Joe Conway <mail@joeconway.com> writes:Bruce Momjian
2003-07-27This makes the initcap function compatible with Oracle 9i, it has beenBruce Momjian