]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2006-04-26  Bruce MomjianAdd tablespace display to psql \l+.
2006-04-26  Bruce MomjianImprove /contrib/pg_buffercache installation to use...
2006-04-26  Bruce MomjianSplit out pg_freespace views to one for relations and...
2006-04-26  Bruce MomjianAdjust /contrib/pg_freespace to show index free space...
2006-04-26  Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26  Bruce MomjianIn pg_resetxlog.c, uint -> uint32, for Win32 port.
2006-04-26  Bruce MomjianAdd missing ControlFile.checkPointCopy.ThisTimeLineID...
2006-04-26  Bruce MomjianUpdate catalog version for ltree changes.
2006-04-26  Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-26  Bruce MomjianAllow pg_resetxlog -f to reset pg_control counters...
2006-04-26  Bruce MomjianDone:
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  Bruce MomjianAdjust SGML spacing.
2006-04-25  Tom LaneBack out the rest of the RESET CONNECTION patch.
2006-04-25  Tom LaneThe 8.1 planner removes WHERE quals from the plan when...
2006-04-25  Bruce MomjianRemove equals sign from environment variable with not...
2006-04-25  Bruce MomjianMake configure environment variable options without...
2006-04-25  Bruce MomjianAdd documentation about configure environment variabble...
2006-04-25  Bruce MomjianCall SET varaiables "configuration_parameter"s in the...
2006-04-25  Bruce MomjianChange "parameter" to "varname" in the alter role and...
2006-04-25  Bruce MomjianI now see we support RESET SESSION AUTHORIZATION, so...
2006-04-25  Bruce MomjianRESET SESSION is more precise:
2006-04-25  Bruce MomjianBack out RESET CONNECTION until there is more discussion.
next