summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-08-27Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut
2003-08-26Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane
2003-08-26Mop-up for previous change to determine default shared_buffers andTom Lane
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-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-08-16Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian
2003-08-14Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom 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-11Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane
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-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-07Don't assume that struct option is available just because we can find aTom Lane
2003-08-07create_unique_plan() should not discard existing output columns of theTom Lane
2003-08-07Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h definesTom Lane
2003-08-06Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane
2003-08-05Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04Re-add USE_THREADS, used by ecpg.Bruce Momjian
2003-08-04Fix thread handling in configure.Bruce Momjian
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-01Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-31Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane
2003-07-30Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane
2003-07-29Coerce unknown-literal-constant default values to the column type duringTom 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-28There was enough code drift since this patch, that a couple of bugsBruce Momjian
2003-07-27elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane
2003-07-27Move ERRCODE_XXX macros into their own header file.Tom Lane
2003-07-27elog mop-up.Tom Lane
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-25Error message editing in backend/utils (except /adt).Tom Lane
2003-07-24Error message editing in backend/storage.Tom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2003-07-23Have a go at fixing various outstanding portability issues in code thatTom Lane
2003-07-22Error message editing for foreign-key triggers.Tom Lane
2003-07-22Add GUC parameter to control rendezvous name.Bruce Momjian
2003-07-22Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane
2003-07-21Back out comment on GucContexts.Bruce Momjian
2003-07-21Error message editing in backend/access.Tom Lane
2003-07-21Error message editing in backend/executor.Tom Lane