summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-172-3/+15
* Adjust SHLIB_LINK for cygwin case.Tom Lane2004-11-171-2/+2
* Be sure length limit passed to snprintf matches what malloc was given.Tom Lane2004-11-171-3/+4
* Minor adjustment of message style.Tom Lane2004-11-171-3/+3
* Win32 build cleanups, from Andrew Dunstan.Neil Conway2004-11-173-4/+11
* Remove debugging printf from #ifdef WIN32 section.Neil Conway2004-11-171-2/+1
* Micro-optimization of markpos() and restrpos() in btree and hash indexes.Neil Conway2004-11-172-12/+10
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-171-1/+9
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-175-239/+615
* Prevent a backend crash when processing CREATE TABLE commands withNeil Conway2004-11-162-2/+41
* Translation updatePeter Eisentraut2004-11-1640-9927/+13999
* Adjust safety restrictions for plperl functions. Andrew Dunstan'sTom Lane2004-11-161-6/+9
* Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane2004-11-161-1/+5
* Use dynamically-sized buffers in pgwin32_is_service().Tom Lane2004-11-161-36/+71
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-165-20/+72
* Don't quote the value of EDITOR on Unix, only on Windows. Per discussion.Tom Lane2004-11-151-4/+12
* Use English-style quotes in error messages, per Serguei Mokhov.Tom Lane2004-11-141-3/+3
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-148-364/+171
* There is no need for ReadBuffer() call sites to check that the returnedNeil Conway2004-11-144-46/+4
* Not entirely sure when this broke, but libpq's VC++ build is currentlyBruce Momjian2004-11-132-0/+4
* Fix obsolete comments.Tom Lane2004-11-121-3/+3
* > I think in addition the system global name "sharemem.1" should be made moreBruce Momjian2004-11-121-2/+2
* Remember to close the file on failure (pretty much redundant, really,Tom Lane2004-11-121-1/+2
* Un-break custom_variable_classes kluge ... mea culpa.Tom Lane2004-11-111-11/+14
* pg_restore --help improvements, from Tom Lane:Bruce Momjian2004-11-111-3/+3
* Remove obsolete comment from btbuild() and hashbuild(): we no longer useNeil Conway2004-11-112-12/+2
* List VALUE as a keyword.Michael Meskes2004-11-102-1/+6
* Allow planner to fold "stable" functions to constants when formingTom Lane2004-11-091-16/+33
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-092-29/+91
* Get rid of perror(), substitute some better phrased error messages.Peter Eisentraut2004-11-096-33/+40
* Translation updatesPeter Eisentraut2004-11-099-3996/+4184
* Clarify some stringsPeter Eisentraut2004-11-093-10/+10
* Translation updatePeter Eisentraut2004-11-091-578/+912
* Clarify some error messagesPeter Eisentraut2004-11-095-19/+19
* Translation updatePeter Eisentraut2004-11-091-833/+812
* Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway2004-11-091-20/+2
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-093-71/+90
* Update workding on why we use is_absolute_path() as a macro.Bruce Momjian2004-11-081-4/+3
* Allow win32/cygwin link against the first matching library symbol ratherBruce Momjian2004-11-083-7/+10
* Kris Jurka pointed out that the qualified_name production wasn'tTom Lane2004-11-081-8/+32
* Fix unportable code in SockAddr_cidr_mask: you can't assume thatTom Lane2004-11-081-19/+22
* New translationPeter Eisentraut2004-11-074-4/+3610
* Translation updatePeter Eisentraut2004-11-071-4057/+5595
* Translation updatesPeter Eisentraut2004-11-075-999/+1540
* Removes duplicate slashes from the path in canonicalize_path(). ItBruce Momjian2004-11-071-7/+27
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-062-58/+169
* Simplify relative-path logic, on the assumption that compiled-in pathsTom Lane2004-11-061-163/+65
* Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicitTom Lane2004-11-065-46/+164
* Remove directory from cmd.exe default shell.Bruce Momjian2004-11-061-2/+6
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-065-22/+40