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