| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 828 | -1648/+1648 |
| * | Update to 2006. | Bruce Momjian | 2006-03-05 | 1 | -1/+1 |
| * | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian | 2006-03-05 | 2 | -4/+9 |
| * | Improve STRINGS_H macro test for MSVC extensions. | Bruce Momjian | 2006-03-05 | 2 | -7/+11 |
| * | Support include directives in postgresql.conf. | Tom Lane | 2006-03-04 | 1 | -77/+186 |
| * | Declare the arguments of AllocateFile() as const char *, not char *. | Tom Lane | 2006-03-04 | 2 | -4/+4 |
| * | Incorporate a couple of recent tuplesort.c improvements into tuplestore.c. | Tom Lane | 2006-03-04 | 1 | -11/+24 |
| * | Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, | Tom Lane | 2006-03-04 | 1 | -1/+4 |
| * | Prevent sorting from requesting a SortTuple array that exceeds MaxAllocSize; | Tom Lane | 2006-03-04 | 1 | -1/+8 |
| * | Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte | Tatsuo Ishii | 2006-03-04 | 1 | -2/+15 |
| * | > gettimeofday.c:35: warning: integer constant is too large for "long" | Bruce Momjian | 2006-03-04 | 2 | -8/+4 |
| * | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian | 2006-03-04 | 3 | -18/+11 |
| * | This patch fixes this warning. | Bruce Momjian | 2006-03-03 | 1 | -2/+2 |
| * | Avoid trying to open /dev/tty on Win32. Some Win32 systems have | Bruce Momjian | 2006-03-03 | 2 | -5/+14 |
| * | Improve pg_dump and psql to use libpq's newer COPY support routines, | Tom Lane | 2006-03-03 | 4 | -134/+145 |
| * | Fixes for Win32-client only compiles. | Bruce Momjian | 2006-03-03 | 3 | -6/+18 |
| * | Update ipcclean to use try 'id' first for root check. | Bruce Momjian | 2006-03-03 | 1 | -3/+14 |
| * | Add workaround so MSVC doesn't try to load strings.h, which it doesn't | Bruce Momjian | 2006-03-03 | 1 | -2/+3 |
| * | Teach PQcmdTuples() that a COPY command tag might contain a row count, | Tom Lane | 2006-03-03 | 1 | -19/+26 |
| * | Clarify macro layout for win32 IMPORT. | Bruce Momjian | 2006-03-03 | 1 | -1/+3 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 3 | -6/+28 |
| * | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane | 2006-03-03 | 1 | -68/+63 |
| * | In ipcclean, check LOGNAME only if USER is not set. | Bruce Momjian | 2006-03-03 | 1 | -2/+3 |
| * | Fix a typo. | Neil Conway | 2006-03-03 | 1 | -1/+1 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 11 | -43/+214 |
| * | Add comment about localized month names for to_date and to_timestamp. | Bruce Momjian | 2006-03-03 | 1 | -1/+2 |
| * | Arrange to call AbsorbFsyncRequests every so often while performing a | Tom Lane | 2006-03-03 | 2 | -3/+40 |
| * | Remove unnecessary lo_lseek call in lo_open. Apparently there was once | Tom Lane | 2006-03-02 | 1 | -6/+1 |
| * | Fix ancient error in large objects usage example: overwrite() subroutine | Tom Lane | 2006-03-02 | 1 | -4/+4 |
| * | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane | 2006-03-02 | 2 | -12/+42 |
| * | Fix possible crash at transaction end when a plpgsql function is used and | Tom Lane | 2006-03-02 | 2 | -28/+13 |
| * | Fix up pg_dump to emit shell-type definitions at the proper time, to | Tom Lane | 2006-03-02 | 4 | -118/+278 |
| * | Update the expected regression test results to account for the changes to | Neil Conway | 2006-03-01 | 1 | -1/+1 |
| * | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway | 2006-03-01 | 2 | -40/+39 |
| * | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 | 4 | -20/+19 |
| * | Fix typo in comment. | Neil Conway | 2006-02-28 | 1 | -2/+2 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 10 | -62/+171 |
| * | Tweak the error message emitted when a void-returning PL/Python function | Neil Conway | 2006-02-28 | 2 | -5/+5 |
| * | Allow PL/Python functions to return void, per gripe from James Robinson | Neil Conway | 2006-02-28 | 5 | -7/+72 |
| * | Add PG_VERSION_NUM for use by 3rd party applications wanting to test the | Bruce Momjian | 2006-02-28 | 1 | -1/+4 |
| * | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane | 2006-02-28 | 3 | -31/+80 |
| * | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 53 | -174/+336 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 29 | -235/+235 |
| * | Add mention that tid perhaps someday should be output as a record. | Bruce Momjian | 2006-02-27 | 1 | -1/+2 |
| * | Improve sorting speed by pre-extracting the first sort-key column of | Tom Lane | 2006-02-26 | 2 | -406/+604 |
| * | Fix a few minor typos in comments in PL/Perl. | Neil Conway | 2006-02-26 | 1 | -3/+3 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 7 | -8/+41 |
| * | Fix typo in comment. | Neil Conway | 2006-02-26 | 1 | -2/+2 |
| * | The Makefile was invoking perl scripts as ./script.pl. This fails when | Peter Eisentraut | 2006-02-24 | 1 | -8/+8 |
| * | Make restricted_exec feature for Windows more robust by using the environment | Andrew Dunstan | 2006-02-24 | 1 | -17/+12 |