summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-10Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-05-06Further minor simplification of relcache startup: don't need a staticTom Lane
2006-05-06Add SSL CRL support to libpq. Recently added to the backend.Bruce Momjian
2006-05-06Issue a log message if a CRL file exists and the SSL library does notBruce Momjian
2006-05-05On Solaris ASM, / '/' is the comment for x86, while '!' is the commentBruce Momjian
2006-05-05Change Solaris comments from / to !.Bruce Momjian
2006-05-04Don't try to compile SSL CRL support if local SSL installation hasn'tTom Lane
2006-05-04Simplify relcache startup sequence. With the new design of InitPostgresTom Lane
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane