Age | Commit message (Expand) | Author |
2003-11-27 | Conditionalize variable that is only used conditionally, to avoid warning. | Peter Eisentraut |
2003-11-26 | Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. | Tom Lane |
2003-11-26 | Cast field-length variables used in printf to int, because sometimes | Peter Eisentraut |
2003-11-25 | Repair subselect.c's occasional assignment of the wrong vartypmod to | Tom Lane |
2003-11-25 | Get rid of hashkeys field of Hash plan node, since it's redundant with | Tom Lane |
2003-11-25 | New translation | Peter Eisentraut |
2003-11-25 | More adjustment of error messages | Peter Eisentraut |
2003-11-25 | Install all the headers files that the ones that are already installed | Peter Eisentraut |
2003-11-24 | Avoid using string literal with embedded newline. | Tom Lane |
2003-11-24 | Overdue code review for ALTER SEQUENCE patch. Don't generate illegal Node | Tom Lane |
2003-11-24 | Repair missed renamings of show_statement_stats and show_executor_stats. | Tom Lane |
2003-11-24 | Rename USE_THREADS to ENABLE_THREAD_SAFETY to avoid name clash with Perl. | Peter Eisentraut |
2003-11-23 | Make the messages and the options parsing a bit more standard. | Peter Eisentraut |
2003-11-23 | Add maintainer-clean target. | Peter Eisentraut |
2003-11-23 | Add NLS support. | Peter Eisentraut |
2003-11-21 | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane |
2003-11-21 | Remove unused variable. | Tom Lane |
2003-11-19 | Background writer process | Jan Wieck |
2003-11-19 | Fixed typo in create schema parsing. | Michael Meskes |
2003-11-17 | Add FreeBSD mention for initdb.c. | Bruce Momjian |
2003-11-16 | Fix datetime input parsing to accept YYYY-MONTHNAME-DD and related syntaxes, | Tom Lane |
2003-11-16 | Changed parameter name for shared cache status report interval to | Jan Wieck |
2003-11-15 | Make creation of statistics collection socket more robust, by allowing it | Tom Lane |
2003-11-14 | Translation updates | Peter Eisentraut |
2003-11-14 | Try to improve error handling for failures of backend subprocess. | Tom Lane |
2003-11-14 | Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C | Tom Lane |
2003-11-14 | Add fflush() before popen() calls; avoids any possible problem with | Tom Lane |
2003-11-14 | Add missing logic to handle fixing permissions on an already-existing | Tom Lane |
2003-11-14 | Added documentation for the new interface between the buffer manager | Jan Wieck |
2003-11-14 | Translation updates | Peter Eisentraut |
2003-11-13 | Preliminary code review for C version of initdb. Re-centralize handling | Tom Lane |
2003-11-13 | Dunno why this got committed with DOS newlines, but fix that, and | Tom Lane |
2003-11-13 | Silly to copy sprompt.c from src/port when we're linking libpgport anyway. | Tom Lane |
2003-11-13 | pgindent new initdb.c from Tom. | Bruce Momjian |
2003-11-13 | Regenerate text files. | Peter Eisentraut |
2003-11-13 | Add owner description to initdb C code. | Bruce Momjian |
2003-11-13 | 2nd try for the ARC strategy. | Jan Wieck |
2003-11-13 | ARC strategy backed out ... sorry | Jan Wieck |
2003-11-13 | Update for 7.4 release. | Bruce Momjian |
2003-11-13 | Add fflush() calls so that I'm-about-to-do-this messages actually | Tom Lane |
2003-11-13 | Fix lack of optreset. | Tom Lane |
2003-11-13 | Replacement of the buffer replacement strategy with an ARC | Jan Wieck |
2003-11-12 | AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably | Tom Lane |
2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane |
2003-11-12 | Cleanup for recent .exe Win32 fix. | Bruce Momjian |
2003-11-11 | Update /port C header descriptions. | Bruce Momjian |
2003-11-11 | Add .exe to Win32 stat calls. Don't symlink postmaster on Win32. | Bruce Momjian |
2003-11-11 | Add system_views.sql to CVS. | Bruce Momjian |
2003-11-11 | Move system_views.sql into backend/catalog, per Tom. | Bruce Momjian |
2003-11-11 | * ioctlsocket_ret | Bruce Momjian |