aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Remove the limit on the number of entries allowed in catcaches, andTom Lane2006-06-15
* Do a CHECK_FOR_INTERRUPTS immediately before terminating a fastpathTom Lane2006-06-14
* 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
* Fix Assert failure when a fastpath function call is attempted inside anTom Lane2006-06-11
* 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
* Use INFO-level for reindex messages, rather than NOTICE.Bruce Momjian2006-06-07
* Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane2006-06-06
* While making the seq_page_cost changes, I was struck by the fact thatTom Lane2006-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
* 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
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-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
* PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian2006-05-30
* Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane2006-05-30
* Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian2006-05-30
* Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian2006-05-30
* Fix printf mask for SizeVfdCacheBruce Momjian2006-05-30
* Fix ancient misdescription of namegt/namege in comment. Greg StarkTom Lane2006-05-30
* Patch reverted because of random buildfarm failures:Bruce Momjian2006-05-30
* Som improve page split in multicolumn GiST index.Teodor Sigaev2006-05-29
* Correct cheking in findParents(). iTeodor Sigaev2006-05-29
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera2006-05-28
* Re-introduce the yylex filter function formerly used to support UNIONTom Lane2006-05-27
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane2006-05-26
* Fix findParents() in case of multiple levels to find.Teodor Sigaev2006-05-26
* Reduce per-character overhead in COPY OUT by combining calls toTom Lane2006-05-25
* * Add support NULL to GiST.Teodor Sigaev2006-05-24
* Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane2006-05-23
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-23
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-21
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21