summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* > Please find enclose a submission to fix these problems.Bruce Momjian2004-08-203-3/+23
* They are two different problems; the TOC entry is important for anyBruce Momjian2004-08-203-5/+84
* Attached is the third version of my patch that adds/fixes several thingsBruce Momjian2004-08-201-34/+162
* This patch allows pg_restore to recognize $-quotes in SQL queries. ItBruce Momjian2004-08-202-72/+201
* Add ALTER INDEX, particularly for moving tablespaces.Bruce Momjian2004-08-204-19/+78
* > Please find attached a submission to add a "exit on error" option toBruce Momjian2004-08-203-10/+17
* > After all that about numbering centuries and millenia correctly,Bruce Momjian2004-08-203-12/+256
* Repair some issues with column aliases and RowExpr construction in theTom Lane2004-08-1916-356/+464
* Don't use get_home_path so libpq doesn't pull path.c into the library.Bruce Momjian2004-08-191-5/+12
* Clean up some random departures from project's standard declaration style.Tom Lane2004-08-181-12/+8
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-186-25/+47
* Fix bug introduced into _bt_getstackbuf() on 2003-Feb-21: the initialTom Lane2004-08-171-1/+8
* Standardize on the assumption that the arguments of a RowExpr correspondTom Lane2004-08-178-61/+237
* Chain on to SIGPIPE handler rather than just do action on default.Bruce Momjian2004-08-171-21/+17
* Add comment about portability function name inconsistency.Bruce Momjian2004-08-171-1/+3
* Fix linking problem when enabling thread safety on Darwin: uninitializedTom Lane2004-08-174-16/+16
* Add DLLIMPORT for PostGIS.Bruce Momjian2004-08-171-2/+2
* Move io.h include higher in the file so it doesn't conflict withBruce Momjian2004-08-171-7/+15
* Add trivial NULL statement to plpgsql, for Oracle compatibility.Tom Lane2004-08-161-12/+23
* Throw error if initdb -L is not an absolute path.Bruce Momjian2004-08-161-2/+7
* Fix for adding \n for zero-length win32 read_pipe returnBruce Momjian2004-08-161-2/+2
* Mark server_encoding and integer_datetimes as GUC_REPORT, per previousTom Lane2004-08-161-3/+3
* Clarify need for \r\n -> \n translation in version checking code.Bruce Momjian2004-08-161-11/+13
* Dept. of further reflection: I looked around to see if any other callersTom Lane2004-08-153-24/+46
* Xmin calculations should consider only top transaction IDs, andTom Lane2004-08-151-3/+3
* Specify SA_NOCLDSTOP when enabling SIGCHLD, per suggestion fromTom Lane2004-08-152-2/+10
* Quote PERL expansion for Win32 path that might have spaces.Bruce Momjian2004-08-151-2/+2
* Translation updatesPeter Eisentraut2004-08-143-688/+828
* Fix psql's COPY support to deal with \r\n line endings.Tom Lane2004-08-131-5/+24
* Fix breakage with PUBLIC schema. Try to untwist the remarkably contortedTom Lane2004-08-131-64/+72
* Give a more specific error message for "you can't do that" error casesTom Lane2004-08-131-3/+40
* New translationsPeter Eisentraut2004-08-136-6/+2696
* Translation updatePeter Eisentraut2004-08-131-1822/+1822
* Translation updatesPeter Eisentraut2004-08-133-93/+105
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-134-10/+13
* Change order of operations in ALTER TABLE SET TABLESPACE so that weTom Lane2004-08-131-8/+7
* Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as requiredTom Lane2004-08-122-46/+38
* Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greaterTom Lane2004-08-124-58/+74
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-124-37/+15
* Add mention of "WIN32" COPY.Bruce Momjian2004-08-121-7/+7
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-124-19/+44
* Cause initdb to actually accept -s as intended, and fix some typos inTom Lane2004-08-111-4/+4
* Fix broken parsing of CREATE TABLE AS (looks like a mis-sync with mainTom Lane2004-08-111-3/+3
* Avoid crashing when restoring a saved GUC session_authorization valueTom Lane2004-08-112-17/+37
* Add PQserverVersion() to libpq to provide more-convenient access toTom Lane2004-08-115-117/+135
* Work around broken strtod() that's present in many Solaris releases.Tom Lane2004-08-112-2/+33
* Fix function definition that somehow missed being ANSI-fied, and alignTom Lane2004-08-111-19/+2
* Allow compilation when CODESET is not defined (OpenBSD).Peter Eisentraut2004-08-111-5/+5
* Translation updatePeter Eisentraut2004-08-111-146/+208
* Add translation from 7.4 branch to head.Peter Eisentraut2004-08-112-2/+8863