summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-231-10/+10
* Small parser syncMichael Meskes2006-10-231-2/+4
* Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.Tom Lane2006-10-221-9/+2
* Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane2006-10-226-139/+296
* Translations updatePeter Eisentraut2006-10-2148-31068/+40515
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-191-8/+29
* Marginal improvement in logging: include the function name when loggingTom Lane2006-10-191-12/+14
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-192-14/+11
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-191-1/+4
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+14
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+2
* Make sure that debug_query_string contains the original query text,Tom Lane2006-10-191-24/+24
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-199-31/+23
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-191-1/+10
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-182-7/+79
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-184-10/+70
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-176-273/+195
* Fix unexpected side-effect of changes for case insensitivity of timezone names.Tom Lane2006-10-172-2/+2
* Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut2006-10-162-2/+0
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-164-71/+182
* Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian2006-10-161-3/+3
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-156-259/+73
* Adjust plperl to ensure that all strings and hash keys passed to PerlTom Lane2006-10-151-70/+114
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-143-23/+45
* Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch.Tom Lane2006-10-136-184/+198
* Fix test_fsync compile on MinGW(win32)Bruce Momjian2006-10-132-19/+37
* Fix infinite sleep and failes of send in Win32.Teodor Sigaev2006-10-131-25/+81
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* Use Min() instead of min() in qsort, for consistency and to avoidTom Lane2006-10-122-10/+6
* Remove somebody's ill-considered free() call, per report from Chander Ganesan.Tom Lane2006-10-121-2/+1
* Update pg_hba.conf comment about documentation section.Bruce Momjian2006-10-111-3/+3
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-112-8/+19
* Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments,Tom Lane2006-10-113-106/+142
* MSVC/BCC Win32 compiler fixes.Bruce Momjian2006-10-104-3/+28
* Typo fix.Bruce Momjian2006-10-101-1/+1
* Add release checklist item:Bruce Momjian2006-10-101-0/+1
* Revise psql pattern-matching switches as per discussion. The rule is nowTom Lane2006-10-093-263/+367
* Move processNamePattern into dumputils.c in preparation for using it inTom Lane2006-10-093-263/+268
* Update Darwin dlopen() support to avoid deprecation warnings with latestTom Lane2006-10-081-5/+46
* Add include needed for new getrusage() call.Bruce Momjian2006-10-081-1/+2
* On Windows, we know the backend stack size limit because we have toTom Lane2006-10-084-6/+16
* Update comments for pgcvslog, -r BASE does not work with cvs log.Bruce Momjian2006-10-081-5/+2
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-10/+13
* Added missing entry (CASCADED) in keywords table.Peter Eisentraut2006-10-071-1/+2
* Fix thinko in comment.Tom Lane2006-10-071-3/+3
* The -X option in pg_dump was supposed to be a workaround for the lack ofPeter Eisentraut2006-10-073-39/+28
* When planning a query at Bind time, be careful to pass the correctTom Lane2006-10-071-5/+6
* On platforms that have getrlimit(RLIMIT_STACK), use it to ensure thatTom Lane2006-10-075-21/+94
* Adjust HINT for stack depth limit to mention checking the underlyingTom Lane2006-10-071-10/+7
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-138/+197