summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2006-06-05While making the seq_page_cost changes, I was struck by the fact thatTom Lane
2006-06-05Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane
2006-06-05Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane
2006-06-03Don't choke during startup if the environment offers an invalid valueTom Lane
2006-06-03Fix copy-and-pasteo in Russian translation: message complaining aboutTom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane
2006-05-30PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
2006-05-30Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian
2006-05-30Clarify the HINT for 'checkpoint request failed', per recent complaintTom Lane
2006-05-30Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian
2006-05-30Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian
2006-05-30Fix printf mask for SizeVfdCacheBruce Momjian
2006-05-30Fix ancient misdescription of namegt/namege in comment. Greg StarkTom Lane
2006-05-30Patch reverted because of random buildfarm failures:Bruce Momjian
2006-05-29Som improve page split in multicolumn GiST index.Teodor Sigaev
2006-05-29Correct cheking in findParents(). iTeodor Sigaev
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera
2006-05-27Re-introduce the yylex filter function formerly used to support UNIONTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-05-26Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane
2006-05-26Fix findParents() in case of multiple levels to find.Teodor Sigaev
2006-05-25Reduce per-character overhead in COPY OUT by combining calls toTom Lane
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-05-23Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane
2006-05-23Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Call MarkBufferDirty() before XLogInsert() during completion of insertTeodor Sigaev
2006-05-19Simplify gistSplit() and some refactoring related code.Teodor Sigaev
2006-05-19Have autovacuum report its activities to the stat collector.Alvaro Herrera
2006-05-19Rework completion of incomplete inserts. Now it writesTeodor Sigaev
2006-05-18Fix choose_bitmap_and() so that partial index predicates are considered whenTom Lane
2006-05-18When a bitmap indexscan is using a partial index, it is necessary to includeTom Lane
2006-05-18Allow sparcv8plus to use "cas".Bruce Momjian
2006-05-18Fix thinko in recent changes to handle ScalarArrayOpExpr as an indexableTom Lane
2006-05-18Add more sparcv8plus comments.Bruce Momjian
2006-05-18Add mention of -xarch=v8plus for "cas" usage on Solaris/sparc.Bruce Momjian
2006-05-18Add simplified sparc8 ASM for solaris_sparc.s, from Alan Stange.Bruce Momjian
2006-05-17Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian
2006-05-17Change spaces to tabs, for consistency. (Caused by email cut/paste.)Bruce Momjian
2006-05-17Reduce size of critial section during vacuum full, criticalTeodor Sigaev
2006-05-12Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane
2006-05-12Upon closer inspection, the sparc code in s_lock.c is dead code, andTom Lane
2006-05-11Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane