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