]> granicus.if.org Git - postgresql/history - src/backend
DTrace support, with a small initial set of probes
[postgresql] / src / backend /
2006-06-07 Bruce MomjianUse INFO-level for reindex messages, rather than NOTICE.
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-06-05 Tom LaneWhile making the seq_page_cost changes, I was struck...
2006-06-05 Tom LaneIncrease the default value of cpu_index_tuple_cost...
2006-06-05 Tom LaneAdd a GUC parameter seq_page_cost, and use that everywh...
2006-06-03 Tom LaneDon't choke during startup if the environment offers...
2006-06-03 Tom LaneFix copy-and-pasteo in Russian translation: message...
2006-05-31 Tom LaneMake PG_MODULE_MAGIC required in shared libraries that...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30 Tom LaneCode review for magic-block patch. Remove separate...
2006-05-30 Tom LaneCode review for EXPLAIN patch. Fix some typos, make...
2006-05-30 Tom LanePostmasterIsAlive test really ought to be in the inner...
2006-05-30 Bruce MomjianAdd pgmagic header block to store compile-time constants:
2006-05-30 Bruce MomjianMake EXPLAIN sampling smarter, to avoid excessive sampl...
2006-05-30 Tom LaneClarify the HINT for 'checkpoint request failed', per...
2006-05-30 Bruce MomjianMove conversion dependency patch to the proper branch...
2006-05-30 Bruce MomjianPrevent multiple archivers from starting. Backpatch...
2006-05-30 Bruce MomjianFix printf mask for SizeVfdCache
2006-05-30 Tom LaneFix ancient misdescription of namegt/namege in comment...
2006-05-30 Bruce MomjianPatch reverted because of random buildfarm failures:
2006-05-29 Teodor SigaevSom improve page split in multicolumn GiST index.
2006-05-29 Teodor SigaevCorrect cheking in findParents(). i
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-05-27 Tom LaneRe-introduce the yylex filter function formerly used...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-26 Tom LaneFurther hacking on performance of COPY OUT. It seems...
2006-05-26 Teodor SigaevFix findParents() in case of multiple levels to find.
2006-05-25 Tom LaneReduce per-character overhead in COPY OUT by combining...
2006-05-24 Teodor Sigaev* Add support NULL to GiST.
2006-05-23 Tom LaneTweak writetup_heap/readtup_heap to avoid storing the...
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-05-21 Tom LaneAdd a new GUC parameter backslash_quote, which determin...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-19 Teodor SigaevCall MarkBufferDirty() before XLogInsert() during compl...
2006-05-19 Teodor SigaevSimplify gistSplit() and some refactoring related code.
2006-05-19 Alvaro HerreraHave autovacuum report its activities to the stat colle...
2006-05-19 Teodor SigaevRework completion of incomplete inserts. Now it writes
2006-05-18 Tom LaneFix choose_bitmap_and() so that partial index predicate...
2006-05-18 Tom LaneWhen a bitmap indexscan is using a partial index, it...
2006-05-18 Bruce MomjianAllow sparcv8plus to use "cas".
2006-05-18 Tom LaneFix thinko in recent changes to handle ScalarArrayOpExp...
2006-05-18 Bruce MomjianAdd more sparcv8plus comments.
2006-05-18 Bruce MomjianAdd mention of -xarch=v8plus for "cas" usage on Solaris...
2006-05-18 Bruce MomjianAdd simplified sparc8 ASM for solaris_sparc.s, from...
2006-05-17 Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-05-17 Bruce MomjianChange spaces to tabs, for consistency. (Caused by...
2006-05-17 Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-12 Tom LaneFix the sense of the test on DH_check()'s return value...
2006-05-12 Tom LaneUpon closer inspection, the sparc code in s_lock.c...
2006-05-11 Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-10 Teodor SigaevReduce size of critical section and remove call of...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-05-07 Tom LaneRewrite btree index scans to work a page at a time...
2006-05-06 Tom LaneFurther minor simplification of relcache startup: don...
2006-05-06 Bruce MomjianAdd SSL CRL support to libpq. Recently added to the...
2006-05-06 Bruce MomjianIssue a log message if a CRL file exists and the SSL...
2006-05-05 Bruce MomjianOn Solaris ASM, / '/' is the comment for x86, while...
2006-05-05 Bruce MomjianChange Solaris comments from / to !.
2006-05-04 Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-05-04 Tom LaneSimplify relcache startup sequence. With the new desig...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-05-03 Teodor SigaevFix typo noticed by Alvaro Herrera
2006-05-03 Tom LaneFix calculation of plan node extParams to account for...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Tom LaneSuppress some gcc warnings.
2006-05-02 Tom LaneFix grammar of new error message.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-05-02 Tom LaneAvoid assuming that statistics for a parent relation...
2006-05-01 Tom LaneProvide a namespace.c function for lookup of an operato...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Tom LaneRemove sema.c, superseded by win32_sema.c.
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-04-29 Bruce MomjianAdd Win32 semaphore implementation, rather than mimicki...
2006-04-28 Bruce MomjianFix s_lock_test to use tas.o file, if needed.
2006-04-28 Tom LaneRemove the restriction originally coded into optimize_m...
2006-04-28 Bruce MomjianModify Solaris compiler build rules to use the cpp...
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-27 Tom LaneGeneralize mcv_selectivity() to support both VAR OP...
2006-04-27 Bruce MomjianChange log message about vacuuming database name from...
2006-04-27 Bruce MomjianOn second thought, keep SSL CRL as a log, and wait...
2006-04-27 Bruce MomjianDowngrade SSL CRL file missing message from LOG to...
2006-04-27 Bruce MomjianAdd support for SSL Certificate Revocation List (CRL...
2006-04-27 Tom LaneIf we're going to expose VariableStatData for contrib...
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-27 Bruce MomjianDelay write of pg_stats file to once every five minutes...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-04-25 Tom LaneArrange to cache btree metapage data in the relcache...
2006-04-25 Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-04-25 Bruce MomjianBack out RESET CONNECTION until there is more discussion.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
next