aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Support include directives in postgresql.conf.Tom Lane2006-03-04
* Declare the arguments of AllocateFile() as const char *, not char *.Tom Lane2006-03-04
* Incorporate a couple of recent tuplesort.c improvements into tuplestore.c.Tom Lane2006-03-04
* Prevent lazy_space_alloc from making requests that exceed MaxAllocSize,Tom Lane2006-03-04
* Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize;Tom Lane2006-03-04
* Tighten up SJIS byte sequence check. Now we reject invalid SJIS byteTatsuo Ishii2006-03-04
* > gettimeofday.c:35: warning: integer constant is too large for "long"Bruce Momjian2006-03-04
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* This patch fixes this warning.Bruce Momjian2006-03-03
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Fixes for Win32-client only compiles.Bruce Momjian2006-03-03
* Update ipcclean to use try 'id' first for root check.Bruce Momjian2006-03-03
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03
* Teach PQcmdTuples() that a COPY command tag might contain a row count,Tom Lane2006-03-03
* Clarify macro layout for win32 IMPORT.Bruce Momjian2006-03-03
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so thatTom Lane2006-03-03
* In ipcclean, check LOGNAME only if USER is not set.Bruce Momjian2006-03-03
* Fix a typo.Neil Conway2006-03-03
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-03
* Add comment about localized month names for to_date and to_timestamp.Bruce Momjian2006-03-03
* Arrange to call AbsorbFsyncRequests every so often while performing aTom Lane2006-03-03
* Remove unnecessary lo_lseek call in lo_open. Apparently there was onceTom Lane2006-03-02
* Fix ancient error in large objects usage example: overwrite() subroutineTom Lane2006-03-02
* Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane2006-03-02
* Fix possible crash at transaction end when a plpgsql function is used andTom Lane2006-03-02
* Fix up pg_dump to emit shell-type definitions at the proper time, toTom Lane2006-03-02
* Update the expected regression test results to account for the changes toNeil Conway2006-03-01
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-01
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Fix typo in comment.Neil Conway2006-02-28
* Allow the syntax CREATE TYPE foo, with no parameters, to permit explicitTom Lane2006-02-28
* Tweak the error message emitted when a void-returning PL/Python functionNeil Conway2006-02-28
* Allow PL/Python functions to return void, per gripe from James RobinsonNeil Conway2006-02-28
* Add PG_VERSION_NUM for use by 3rd party applications wanting to test theBruce Momjian2006-02-28
* Teach nodeSort and nodeMaterial to optimize out unnecessary overheadTom Lane2006-02-28
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-27
* Improve sorting speed by pre-extracting the first sort-key column ofTom Lane2006-02-26
* Fix a few minor typos in comments in PL/Perl.Neil Conway2006-02-26
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Fix typo in comment.Neil Conway2006-02-26
* The Makefile was invoking perl scripts as ./script.pl. This fails whenPeter Eisentraut2006-02-24
* Make restricted_exec feature for Windows more robust by using the environmentAndrew Dunstan2006-02-24
* make initdb -U username work as advertised; back out bogus patch at rev 1.42Andrew Dunstan2006-02-24
* Cleanup the usage of ScanDirection: use the symbolic names for theNeil Conway2006-02-21
* Fix old pg_dump oversight: default values for domains really need to be dumpedTom Lane2006-02-21
* Adjust probe for getaddrinfo to cope with macro-ized definitions, suchTom Lane2006-02-21