summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Teach regex_fixed_prefix() the correct handling of advanced regexTom Lane2004-12-021-8/+26
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-029-1465/+1481
* Allow libpq to build on MS Visual Studio .NET 2003 on Windows XP.Bruce Momjian2004-12-012-3/+8
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-0114-3133/+1161
* Add \n to end of output for psql \s with no history file name.Bruce Momjian2004-11-301-1/+3
* Quote SHELL arguments only on Win32.Bruce Momjian2004-11-301-3/+5
* Fix a few typos in comments.Neil Conway2004-11-302-7/+7
* Update plperl to use ereport() not elog() for user-facing messages,Tom Lane2004-11-292-38/+67
* Clean up initdb's error handling so that it prints something moreTom Lane2004-11-291-100/+140
* Add comment explaining possible compiler warning:Bruce Momjian2004-11-291-1/+5
* Have initdb display relative paths to start postmaster if used to invokeBruce Momjian2004-11-291-5/+16
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-278-30/+28
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-273-42/+114
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-277-13/+13
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-278-11/+11
* RelOptInfo.pages should really be declared as BlockNumber, not long.Tom Lane2004-11-261-2/+3
* Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up fromTom Lane2004-11-241-5/+10
* Our interface code for Spencer's regexp package was checking for regexpTom Lane2004-11-241-6/+25
* A client_encoding specification coming from the connection request hasTom Lane2004-11-243-43/+78
* Avoid getting bit by roundoff error while checking $Safe::VERSION.Tom Lane2004-11-241-3/+8
* Trivial fix for a bug introduced in r1.94 of help.c: we want to onlyNeil Conway2004-11-241-1/+2
* Assert that BufferIsPinned() in IncrBufferRefCount(), rather than usingNeil Conway2004-11-241-10/+3
* New translationsPeter Eisentraut2004-11-236-6/+938
* Translation updatesPeter Eisentraut2004-11-233-1196/+1305
* Further plperl cleanup: be more paranoid about checking the type ofTom Lane2004-11-233-253/+323
* The beginnings of a regression test for plperl. Right now it onlyTom Lane2004-11-223-0/+386
* Try to instill some sanity in plperl's function result processing.Tom Lane2004-11-221-268/+131
* Fix rounding problem in dynahash.c's decision about when the targetTom Lane2004-11-211-2/+2
* Reduce the default size of the PortalHashTable in order to save aTom Lane2004-11-211-4/+7
* While fixing plperl and pltcl, I realized plpgsql wasn't doingTom Lane2004-11-211-16/+12
* Suppress remaining compile warnings, and add a comment about whyTom Lane2004-11-212-3/+23
* Fix plperl and pltcl error handling per my previous proposal. SPITom Lane2004-11-215-378/+377
* Patch of 2004-03-30 corrected date_part(timestamp) for extractingTom Lane2004-11-201-2/+6
* Fix up makefile dependencies for pg_config_paths.h.Tom Lane2004-11-203-15/+21
* Avoid scanning the relcache during AtEOSubXact_RelationCache when thereTom Lane2004-11-201-1/+30
* Reduce the default size of the local lock hash table. There's usuallyTom Lane2004-11-201-2/+2
* Fix plperl's elog() function to convert elog(ERROR) into Perl croak(),Tom Lane2004-11-202-16/+74
* Fix one more place where we were expecting lcons() to be nondestructiveTom Lane2004-11-201-1/+3
* On some HPUX versions/hardware, it seems we need to include libgcc.a inTom Lane2004-11-201-2/+10
* Fix unportable isdigit() call --- must cast arg to unsigned char.Tom Lane2004-11-201-5/+5
* Move pgstat_report_tabstat() call so that stats are not reported to theTom Lane2004-11-201-4/+5
* Make sure we produce a useful error message for the case where theTom Lane2004-11-201-4/+1
* Improve error reporting for SSL connection failures. Remove redundantTom Lane2004-11-202-50/+69
* Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane2004-11-192-5/+11
* Set rpath for plperl and plpython to ensure we can find the .so filesTom Lane2004-11-192-3/+6
* Modify the platform-specific makefiles so that macro 'rpath' is definedTom Lane2004-11-1911-20/+22
* Fix memory clobber problem reported by John Hansen: plperl_safe_init()Tom Lane2004-11-181-47/+38
* Whoops, missed converting the other sleep() call to pg_usleep().Tom Lane2004-11-181-2/+2