summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05828-1648/+1648
* Update to 2006.Bruce Momjian2006-03-051-1/+1
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-052-4/+9
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-052-7/+11
* Support include directives in postgresql.conf.Tom Lane2006-03-041-77/+186
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-042-4/+4
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-041-11/+24
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-041-1/+4
* Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;Tom Lane2006-03-041-1/+8
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-041-2/+15
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-042-8/+4
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-043-18/+11
* This patch fixes this warning.Bruce Momjian2006-03-031-2/+2
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-032-5/+14
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-034-134/+145
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-033-6/+18
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-031-3/+14
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-031-2/+3
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-031-19/+26
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-031-1/+3
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-033-6/+28
* Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so thatTom Lane2006-03-031-68/+63
* In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian2006-03-031-2/+3
* Fix a typo.Neil Conway2006-03-031-1/+1
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-0311-43/+214
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-031-1/+2
* Arrange to call AbsorbFsyncRequests every so often while performing aTom Lane2006-03-032-3/+40
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-021-6/+1
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-021-4/+4
* Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane2006-03-022-12/+42
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-022-28/+13
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-024-118/+278
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-1/+1
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-012-40/+39
* This patch makes the error message strings throughout the backendNeil Conway2006-03-014-20/+19
* Fix typo in comment.Neil Conway2006-02-281-2/+2
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-2810-62/+171
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-282-5/+5
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-285-7/+72
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-281-1/+4
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-283-31/+80
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-2853-174/+336
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-2729-235/+235
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-271-1/+2
* Improve sorting speed by pre-extracting the first sort-key column ofTom Lane2006-02-262-406/+604
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-261-3/+3
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-267-8/+41
* Fix typo in comment.Neil Conway2006-02-261-2/+2
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-241-8/+8
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-241-17/+12