summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* autoconf/autoheader run.Bruce Momjian2003-09-131-0/+9
* Attempt threading in this order:Bruce Momjian2003-09-131-5/+5
* Implement compiler #error if spinlock code not found, add configure flagBruce Momjian2003-09-122-2/+9
* Enable Opteron/Itanium spinlocks.Bruce Momjian2003-09-127-5/+39
* Remove geqo_random_seed parameter. Having geqo reset the global random()Tom Lane2003-09-071-3/+1
* Changes for MinGW/WIN32:Bruce Momjian2003-09-071-0/+3
* Second try at IPv4-to-v6 mapping code; avoid assuming that the structTom Lane2003-09-051-2/+2
* Allow IPv4-format entries in pg_hba.conf to match IPv6 connectionsTom Lane2003-09-051-1/+6
* ifdef out pqGetpwuid() because Win32 doesn't have struct passwd.Bruce Momjian2003-09-051-1/+3
* Reimplement hash index locking algorithms, per my recent proposal toTom Lane2003-09-042-24/+50
* Several fixes for hash indexes that involve changing the on-disk indexTom Lane2003-09-021-26/+29
* Rewrite hashbulkdelete() to make it amenable to new bucket lockingTom Lane2003-09-021-7/+6
* Preliminary cleanup for hash index code (doesn't attack the locking problemTom Lane2003-09-011-105/+61
* Rename DoIt to changeVar, for clarity.Bruce Momjian2003-09-011-2/+2
* Adjust date/time input parsing code to correctly distinguish the fourTom Lane2003-08-271-8/+25
* Share PG_DIAG_* macros between client and server and use them internally.Peter Eisentraut2003-08-271-1/+18
* Use separate SQLSTATE codes for file not found/file exists, rather thanTom Lane2003-08-261-1/+3
* Mop-up for previous change to determine default shared_buffers andTom Lane2003-08-261-6/+1
* Tweak grammar to use FastAppend rather than lappend when constructingTom Lane2003-08-221-1/+7
* Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane2003-08-221-1/+5
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-193-38/+54
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-172-8/+10
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-1715-25/+152
* Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests toBruce Momjian2003-08-161-9/+0
* Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.Tom Lane2003-08-141-2/+10
* Rewriter and planner should use only resno, not resname, to identifyTom Lane2003-08-113-13/+33
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-2/+10
* Do not link in libwsock32 on non-win32 platforms. Improve grammarTom Lane2003-08-111-4/+4
* Repair potential deadlock created by recent changes to recycle btreeTom Lane2003-08-101-1/+2
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-0833-201/+196
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-9/+11
* Don't assume that struct option is available just because we can find aTom Lane2003-08-072-4/+22
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-071-1/+4
* Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h definesTom Lane2003-08-071-16/+34
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-061-10/+10
* Improve documentation of ParseDateTime(). Reorder tests to preventTom Lane2003-08-051-2/+2
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-048-15/+15
* Re-add USE_THREADS, used by ecpg.Bruce Momjian2003-08-041-0/+4
* Fix thread handling in configure.Bruce Momjian2003-08-041-4/+0
* Remove --enable-recode feature, since it's been broken by IPv6 changes,Tom Lane2003-08-042-10/+2
* Update copyrights to 2003.Bruce Momjian2003-08-04259-517/+517
* pgindent run.Bruce Momjian2003-08-04122-1341/+1473
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-012-14/+30
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-2/+19
* Fix mistaken error code assignments, per Peter's note 7/28/03.Tom Lane2003-07-311-3/+3
* Add pretty-printing variants of pg_get_viewdef and related functions.Tom Lane2003-07-303-4/+24
* Coerce unknown-literal-constant default values to the column type duringTom Lane2003-07-291-2/+2
* Apply (a somewhat revised version of) Greg Mullane's patch to eliminateTom Lane2003-07-291-16/+34
* Code review for recent GUC changes --- try to make it less obvious thatTom Lane2003-07-282-39/+34
* There was enough code drift since this patch, that a couple of bugsBruce Momjian2003-07-282-2/+6