summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential free() of string literal in oid2name, per report fromNeil Conway2004-12-021-12/+25
* Add:Bruce Momjian2004-12-021-1/+4
* This is a little patch to correct the documentation on CVS. The URL forNeil Conway2004-12-021-6/+6
* Update Japanese FAQ.Bruce Momjian2004-12-022-61/+50
* 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
* Update French FAQ.Bruce Momjian2004-12-012-108/+55
* Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332.Tom Lane2004-12-011-14/+20
* Clarify documentation of age() functions.Tom Lane2004-12-011-9/+10
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-0118-3170/+1219
* Add:Bruce Momjian2004-12-011-1/+2
* Update with Gavin's additions.Bruce Momjian2004-12-012-986/+1069
* Remove question mark on COPY CSV fix:Bruce Momjian2004-11-301-2/+2
* Add \n to end of output for psql \s with no history file name.Bruce Momjian2004-11-301-1/+3
* Update Turkish FAQ.Bruce Momjian2004-11-302-25/+15
* Removed:Bruce Momjian2004-11-301-7/+1
* Quote SHELL arguments only on Win32.Bruce Momjian2004-11-301-3/+5
* Add:Bruce Momjian2004-11-301-1/+7
* Fix readline/libedit selection code to prefer readline over libeditTom Lane2004-11-303-36/+298
* Update wording:Bruce Momjian2004-11-301-2/+2
* Updated TODO list description:Bruce Momjian2004-11-301-5/+8
* Add:Bruce Momjian2004-11-301-1/+2
* Add:Bruce Momjian2004-11-301-1/+5
* Fix a few typos in comments.Neil Conway2004-11-302-7/+7
* Add:Bruce Momjian2004-11-301-1/+3
* Update plperl to use ereport() not elog() for user-facing messages,Tom Lane2004-11-292-38/+67
* Add:Bruce Momjian2004-11-291-2/+2
* Clean up initdb's error handling so that it prints something moreTom Lane2004-11-291-100/+140
* Update Turkish FAQ.Bruce Momjian2004-11-292-36/+16
* Add comment explaining possible compiler warning:Bruce Momjian2004-11-291-1/+5
* Add:Bruce Momjian2004-11-291-1/+5
* Typo fixes.Bruce Momjian2004-11-292-4/+5
* Have initdb display relative paths to start postmaster if used to invokeBruce Momjian2004-11-291-5/+16
* Make pg_dumplo schema-aware. Karel ZakTom Lane2004-11-284-54/+106
* Avoid scribbling on original parsetree during DECLARE CURSOR. ThisTom Lane2004-11-281-2/+11
* Add description:Bruce Momjian2004-11-281-2/+8
* Mega-clarifications from Joachim Wieland.Bruce Momjian2004-11-282-69/+90
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-278-30/+28
* Correctly name the Windows operating systemsPeter Eisentraut2004-11-275-27/+30
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-2726-202/+302
* Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.Tom Lane2004-11-278-15/+15
* Add web development faq item.Bruce Momjian2004-11-272-3/+31
* Add mention of Cygwin. Update version number.Bruce Momjian2004-11-272-6/+8
* Add to CPPFLAGS/CFLAGS in template files, don't over-ride them.Bruce Momjian2004-11-278-11/+11
* This adds mention of my latest tweak to the tsearch2/pg_trgmTom Lane2004-11-271-5/+9
* 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