| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem | Tom Lane | 2006-03-10 | 1 | -1/+7 |
| * | Implement 4 new aggregate functions from SQL2003. Specifically: var_pop(), | Neil Conway | 2006-03-10 | 8 | -126/+331 |
| * | Remove unintened change to pg_proc.h. | Bruce Momjian | 2006-03-10 | 1 | -3/+1 |
| * | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 | 1 | -1/+3 |
| * | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane | 2006-03-10 | 1 | -1/+3 |
| * | Remove Jan Wieck's name from copyrights, and put in standard | Bruce Momjian | 2006-03-09 | 7 | -210/+57 |
| * | Remove Christof Petig copyright on include file, per author request. | Bruce Momjian | 2006-03-08 | 2 | -8/+1 |
| * | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 | 1 | -5/+13 |
| * | Update pltcl expected file for E''. | Bruce Momjian | 2006-03-08 | 1 | -1/+1 |
| * | Adjust plpython for escape_string_warning. | Bruce Momjian | 2006-03-08 | 2 | -8/+8 |
| * | Adjust PL regression tests for escape_string_warning. | Bruce Momjian | 2006-03-08 | 4 | -15/+15 |
| * | Further examination of ltsReleaseBlock usage shows that it's got a | Tom Lane | 2006-03-07 | 1 | -20/+49 |
| * | Repair old performance bug in tuplesort.c/logtape.c. In the case where | Tom Lane | 2006-03-07 | 3 | -17/+65 |
| * | Turn off zero_damaged_pages in the right place (ie, in the autovac | Tom Lane | 2006-03-07 | 1 | -4/+8 |
| * | Use SetConfigOption() to turn off "zero_damaged_pages" in autovacuum. | Bruce Momjian | 2006-03-07 | 1 | -2/+2 |
| * | Back out comment update about sighup, original was accurate. | Bruce Momjian | 2006-03-07 | 1 | -5/+5 |
| * | Properly set "escape_string_warning" to default to true. | Bruce Momjian | 2006-03-07 | 1 | -2/+2 |
| * | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 | 12 | -57/+49 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 14 | -158/+20 |
| * | 'make clean' should NOT remove *~ files. | Tom Lane | 2006-03-07 | 1 | -2/+2 |
| * | Default to ON for 8.2, as announced in the release notes: | Bruce Momjian | 2006-03-06 | 1 | -1/+1 |
| * | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 | 6 | -5/+124 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 10 | -86/+272 |
| * | Update comment on how sighup signal affects postgresql.conf reload. | Bruce Momjian | 2006-03-06 | 1 | -5/+5 |
| * | * Stephen Frost (sfrost@snowman.net) wrote: | Bruce Momjian | 2006-03-06 | 1 | -27/+73 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 5 | -4/+189 |
| * | Fix psql history handling so 'execute' backslash commands (\g) | Bruce Momjian | 2006-03-06 | 1 | -23/+24 |
| * | Prevent autovacuum from zeroing damaged pages. | Bruce Momjian | 2006-03-06 | 1 | -1/+4 |
| * | In psql, save history of backslash commands used in multi-line | Bruce Momjian | 2006-03-06 | 3 | -23/+43 |
| * | Per recent discussion on -hackers, we should sometimes reorder the | Neil Conway | 2006-03-05 | 1 | -41/+85 |
| * | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan | 2006-03-05 | 5 | -16/+656 |
| * | 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 |