]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2006-05-21  Tom LaneModify libpq's string-escaping routines to be aware...
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  Alvaro HerreraFix typo in comment.
2006-05-19  Bruce MomjianFix Solaris/ASM test for x86.
2006-05-19  Teodor SigaevRework completion of incomplete inserts. Now it writes
2006-05-19  Bruce MomjianBack out \' change for tsearch2, broke regression tests.
2006-05-19  Bruce MomjianMention packager bumps configure.in/configure.
2006-05-19  Bruce MomjianStamp 8.1.4, except configure/configure.in.
2006-05-19  Bruce MomjianUpdate for version 8.1.4.
2006-05-19  Bruce MomjianUpdate release notes for 8.1.4.
2006-05-19  Bruce MomjianUse SQL standard '' rather than \' in /contrib. Backpa...
2006-05-18  Bruce MomjianUse unsigned into for slock_t for pre-sparcv8plus.
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  Bruce MomjianCode alignment fix.
2006-05-18  Tom LaneFix thinko in recent changes to handle ScalarArrayOpExp...
2006-05-18  Bruce MomjianRemove canonicalize_path() call for .pgpass socket...
2006-05-18  Bruce MomjianMention that gcc/sparc generates sparcv7 binaries.
2006-05-18  Bruce MomjianChange <type>string</> to <parameter>string</>.
2006-05-18  Bruce MomjianAdd:
2006-05-18  Bruce MomjianAdd more sparcv8plus comments.
2006-05-18  Bruce MomjianMake function param_name/type documentation more consis...
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  Bruce MomjianAllow the .pgpass hostname to match the default socket...
2006-05-17  Teodor SigaevChange catalog version due to WAL protocol changes...
2006-05-17  Teodor SigaevReduce size of critial section during vacuum full,...
2006-05-17  Bruce MomjianRename macro parameter, for clarity.
2006-05-13  Bruce MomjianUpdate pg_dump vesion wording.
2006-05-13  Bruce MomjianMention version portability of pg_dump.
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  Bruce MomjianFix typo in comment.
2006-05-11  Tom LaneRemove unnecessary .seg/.section directives, per Alan...
2006-05-11  Bruce MomjianUse SQL standard '' rather than \' for tutorial/sample...
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 SigaevSome optimizations by Volkan YAZICI <yazicivo@ttnet...
2006-05-10  Teodor SigaevReduce size of critical section and remove call of...
2006-05-09  Bruce MomjianRevert documentation mention of array dimension checkin...
2006-05-09  Bruce MomjianMention array dimmensions are not enforced either.
2006-05-08  Bruce MomjianBuild server libpgport with all non-FRONTEND object...
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-07  Bruce MomjianUse $(LIBS:-lpgport=) rather than $(patsubst -lpgport...
2006-05-06  Bruce MomjianAdd description:
2006-05-06  Bruce MomjianRecommend more clearly custom pg_dump format over tar...
2006-05-06  Bruce MomjianDocument SSL CRL usage by libpq.
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 MomjianSeems some NetBSD 3.0 x86 systems still need float8...
2006-05-05  Bruce MomjianOn Solaris ASM, / '/' is the comment for x86, while...
2006-05-05  Bruce MomjianUse regression results float8-small-is-zero only for...
2006-05-05  Bruce MomjianChange Solaris comments from / to !.
2006-05-05  Bruce MomjianUpdate standards URL.
2006-05-05  Bruce MomjianAdd/ cleanup:
2006-05-04  Tom LaneDon't try to compile SSL CRL support if local SSL insta...
2006-05-04  Tom LaneCode review for contrib/pg_freespacemap. Add a storedp...
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 SigaevMake GIN opclass worked with intarray extensions
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 LaneFix broken markup.
2006-05-02  Tom LaneSuppress some gcc warnings.
2006-05-02  Tom LaneFix grammar of new error message.
2006-05-02  Teodor SigaevAdd GIN opclases for another types
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 MomjianDone:
2006-04-30  Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-30  Bruce MomjianAdd question mark:
2006-04-30  Bruce MomjianRevert patch pending more discussion:
2006-04-29  Tom LaneRemove sema.c, superseded by win32_sema.c.
2006-04-29  Tom LaneRearrange some configure.in comments for better readabi...
2006-04-29  Tom LaneWe only need to add thread.c on non-WIN32 platforms...
2006-04-29  Bruce MomjianDone:
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-29  Bruce MomjianSolaris tas() uses 'int' now.
2006-04-29  Bruce MomjianIntel compiler has a bug/misoptimization in checking...
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-28  Bruce MomjianDarin -> Darwin.
2006-04-28  Bruce MomjianRemove extra 'else' in solaris compiler code.
next