]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2006-04-28  Bruce MomjianRemove "volatile" from tas function, per TOm.
2006-04-28  Bruce MomjianUpdate list of platforms that have a list of exported...
2006-04-28  Tom LaneArrange to strip libpq.so of symbols that aren't offici...
2006-04-28  Bruce MomjianAdd info on pgport linking requirements.
2006-04-27  Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-27  Tom LaneFix ltreeparentsel so it actually works ...
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 MomjianAdd to item log_min_error_messages item:
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 MomjianTurn off strict aliasing when using AIX xlc compiler.
2006-04-27  Bruce MomjianRevert patch, causing plpython regression failues:
2006-04-27  Bruce MomjianTab alignment cleanup.
2006-04-27  Bruce MomjianAdd underscores to SSL CERT macro names, for clarity...
2006-04-27  Bruce MomjianAdd SSL include needed for psql, after libpq adjustments.
2006-04-27  Bruce MomjianAdd:
2006-04-27  Bruce MomjianAdd support for SSL Certificate Revocation List (CRL...
2006-04-27  Bruce Momjianplpython improvements:
2006-04-27  Tom LaneUn-break ltree.
2006-04-27  Bruce MomjianChange libpq's PQgetssl() to return a void*, rather...
2006-04-27  Tom LaneIf we're going to expose VariableStatData for contrib...
2006-04-27  Bruce MomjianRemove unused function SSL_CTX_set_tmp_dh_callback...
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...
next