| Commit message (Expand) | Author | Age |
* | Further thoughts about lo_export/lo_import error handling: if one of | Tom Lane | 2006-06-14 |
* | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane | 2006-06-14 |
* | Improve error detection and recovery in lo_import()/lo_export(). | Tom Lane | 2006-06-14 |
* | Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpath | Tom Lane | 2006-06-14 |
* | Add BY clause to PL/PgSQL FOR loop, to control the iteration increment. | Bruce Momjian | 2006-06-12 |
* | Avoid use of C commment inside C comment from recent Win32 int overflow patch. | Bruce Momjian | 2006-06-12 |
* | Prevent Win32 from displaying a popup box on backend crash. Instead let | Bruce Momjian | 2006-06-12 |
* | Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1, | Bruce Momjian | 2006-06-12 |
* | Minor code cleanup: make the WIN32 case less gratuitously different from | Tom Lane | 2006-06-12 |
* | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane | 2006-06-11 |
* | Fix Assert failure when a fastpath function call is attempted inside an | Tom Lane | 2006-06-11 |
* | Repair remarkably-inefficient query for dumping large object comments: it | Tom Lane | 2006-06-09 |
* | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane | 2006-06-09 |
* | Fix bootstrap.c so that database startup process and bgwriter properly release | Tom Lane | 2006-06-08 |
* | Remove Win32 file, moved to /port. | Bruce Momjian | 2006-06-08 |
* | Remove obsolete comment about VACUUM FULL: it takes buffer content locks | Tom Lane | 2006-06-08 |
* | Allow timezone names in SQL strings, | Bruce Momjian | 2006-06-07 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Per previous analysis, the most correct notion of SampleOverhead is that | Tom Lane | 2006-06-07 |
* | Have REINDEX use NOTICE, so it can be suppressed. | Bruce Momjian | 2006-06-07 |
* | Remove "fuzzy comparison" logic in qsort comparison function for | Tom Lane | 2006-06-07 |
* | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian | 2006-06-07 |
* | Use INFO-level for reindex messages, rather than NOTICE. | Bruce Momjian | 2006-06-07 |
* | Update comment. | Bruce Momjian | 2006-06-06 |
* | On Win32, return original patch if GetShortPathName() fails (no short | Bruce Momjian | 2006-06-06 |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 |
* | Have BCC echo output "" using "", rather than \"\" as earlier reported. | Bruce Momjian | 2006-06-06 |
* | Fixed two more memory leaks in ecpglib. | Michael Meskes | 2006-06-06 |
* | Remove extremely old, incomplete, broken example code. | Tom Lane | 2006-06-05 |
* | While making the seq_page_cost changes, I was struck by the fact that | Tom Lane | 2006-06-05 |
* | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian | 2006-06-05 |
* | Have psql history save \e editor contents to history before query is | Bruce Momjian | 2006-06-05 |
* | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 |
* | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 |
* | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian | 2006-06-04 |
* | Don't choke during startup if the environment offers an invalid value | Tom Lane | 2006-06-03 |
* | Fix copy-and-pasteo in Russian translation: message complaining about | Tom Lane | 2006-06-03 |
* | Remove pg_resetxlog -r flag, feature has problems referenced here: | Bruce Momjian | 2006-06-03 |
* | Respond to Jeremy Drake's original gripe that \copy needs to recognize | Tom Lane | 2006-06-01 |
* | Fix up hack to suppress escape_string_warning so that it actually works | Tom Lane | 2006-06-01 |
* | Fix seriously broken patch for psql '' ... per its comment, emit() is | Tom Lane | 2006-05-31 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Support '' for literal ' in psql single-quote strings, documentation update. | Bruce Momjian | 2006-05-31 |
* | Escape processing patch: | Bruce Momjian | 2006-05-31 |
* | Update cvs command example to show diff -rBASE. | Bruce Momjian | 2006-05-31 |
* | Somehow a ";" got lost which changed the logic. This btw is the first fix res... | Michael Meskes | 2006-05-31 |
* | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane | 2006-05-30 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Code review for EXPLAIN patch. Fix some typos, make it behave sanely | Tom Lane | 2006-05-30 |