summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Translation updatePeter Eisentraut2004-11-182-2/+1702
* Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane2004-11-181-19/+47
* Include <getopt.h> if available, to avoid warnings on Windows.Tom Lane2004-11-171-1/+4
* Remove ill-considered suppression of gcc warnings in plperl, and fixTom Lane2004-11-172-30/+24
* Fix off-by-one memory allocation, as reported by Rod Taylor. AlsoTom Lane2004-11-171-16/+17
* Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion.Tom Lane2004-11-171-1/+6
* Force LANG=en on Windows, since system may fail to default to English.Tom Lane2004-11-171-1/+9
* Add installcheck-parallel regression test target. Magnus HaganderTom Lane2004-11-171-1/+7
* Use pg_usleep() not sleep(), per Andrew Dunstan.Tom Lane2004-11-171-7/+6
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-174-11/+31
* Add variant regression file to support BSDen that underflow to plus zero insteadTom Lane2004-11-171-0/+396
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-172-3/+15