| Commit message (Expand) | Author | Age | Files | Lines |
| * | The call to DNSServiceRegistrationCreate in postmaster.c does incorrect | Neil Conway | 2006-03-18 | 1 | -2/+2 |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 1 | -29/+50 |
| * | Fix invalid use of #if within a macro, per Laurenz Albe. Also try to | Tom Lane | 2006-03-16 | 1 | -12/+17 |
| * | Clean up representation of function RTEs for functions returning RECORD. | Tom Lane | 2006-03-16 | 10 | -137/+235 |
| * | It seems the YYLLOC_DEFAULT macro recommended by the Bison 1.875 manual | Tom Lane | 2006-03-14 | 1 | -2/+7 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 35 | -584/+742 |
| * | Remove copyright notices from Jan (per author approval), and those files | Bruce Momjian | 2006-03-11 | 1 | -31/+1 |
| * | Add CVS tag lines to files that were lacking them. | Bruce Momjian | 2006-03-11 | 30 | -2/+59 |
| * | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway | 2006-03-11 | 4 | -46/+4 |
| * | Recent changes in memory management in tuplesort.c had a problem: the | Tom Lane | 2006-03-10 | 1 | -82/+102 |
| * | 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 | 2 | -84/+151 |
| * | Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. | Tom Lane | 2006-03-10 | 1 | -1/+3 |
| * | Tweak trace_sort code to show the merge order (number of active input | Tom Lane | 2006-03-08 | 1 | -5/+13 |
| * | 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 | 2 | -16/+63 |
| * | 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 |
| * | 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 | 6 | -35/+26 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 8 | -122/+14 |
| * | 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 | 1 | -1/+107 |
| * | Enable standard_conforming_strings to be turned on. | Bruce Momjian | 2006-03-06 | 3 | -44/+66 |
| * | This patch adds native LDAP auth, for those platforms that don't have | Bruce Momjian | 2006-03-06 | 3 | -3/+170 |
| * | Prevent autovacuum from zeroing damaged pages. | Bruce Momjian | 2006-03-06 | 1 | -1/+4 |
| * | Per recent discussion on -hackers, we should sometimes reorder the | Neil Conway | 2006-03-05 | 1 | -41/+85 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 402 | -801/+801 |
| * | 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 | 1 | -2/+2 |
| * | 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 |
| * | Make the COPY command return a command tag that includes the number of | Tom Lane | 2006-03-03 | 2 | -4/+26 |
| * | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane | 2006-03-03 | 1 | -68/+63 |
| * | Fix a typo. | Neil Conway | 2006-03-03 | 1 | -1/+1 |
| * | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 | 6 | -29/+142 |
| * | 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 |
| * | Repair oidvectorrecv and int2vectorrecv, which I broke while changing | Tom Lane | 2006-03-02 | 2 | -12/+42 |
| * | 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 | 2 | -10/+9 |
| * | Allow the syntax CREATE TYPE foo, with no parameters, to permit explicit | Tom Lane | 2006-02-28 | 4 | -50/+112 |
| * | Teach nodeSort and nodeMaterial to optimize out unnecessary overhead | Tom Lane | 2006-02-28 | 2 | -29/+76 |
| * | Extend the ExecInitNode API so that plan nodes receive a set of flag | Tom Lane | 2006-02-28 | 29 | -125/+254 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 3 | -5/+5 |
| * | 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 |
| * | Implement the <> operator for the tid type. Original patch from Mark | Neil Conway | 2006-02-26 | 1 | -3/+1 |