aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-26
* 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
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-16
* Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane2003-08-14
* 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
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-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
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08
* Don't assume that struct option is available just because we can find aTom Lane2003-08-07
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-07
* Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h definesTom Lane2003-08-07
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-05
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-04
* Fix thread handling in configure.Bruce Momjian2003-08-04
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-01
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane2003-07-31
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-30
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-29
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-29
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-28
* There was enough code drift since this patch, that a couple of bugsBruce Momjian2003-07-28
* elog mop-up: bring some straggling fprintf(stderr)'s into the elog world.Tom Lane2003-07-27
* Move ERRCODE_XXX macros into their own header file.Tom Lane2003-07-27
* elog mop-up.Tom Lane2003-07-27
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* > Joe Conway <mail@joeconway.com> writes:Bruce Momjian2003-07-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* Error message editing in backend/storage.Tom Lane2003-07-24
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* Have a go at fixing various outstanding portability issues in code thatTom Lane2003-07-23
* Error message editing for foreign-key triggers.Tom Lane2003-07-22
* Add GUC parameter to control rendezvous name.Bruce Momjian2003-07-22
* Error message editing in backend/libpq, backend/postmaster, backend/tcop.Tom Lane2003-07-22
* Back out comment on GucContexts.Bruce Momjian2003-07-21
* Error message editing in backend/access.Tom Lane2003-07-21
* Error message editing in backend/executor.Tom Lane2003-07-21
* Error message editing in backend/catalog.Tom Lane2003-07-21
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20