OSDN Git Service

pg-rex/syncrep.git
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.
2006-04-25 Bruce MomjianAdd RESET CONNECTION, to reset all aspects of a session.
2006-04-25 Bruce MomjianUpdate inheritance constraint items:
2006-04-25 Tatsuo IshiiFix bug reported by Michael Fuhr on Sun, 23 Apr 2006...
2006-04-25 Bruce MomjianDone:
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-25 Bruce MomjianWord wrap entry
2006-04-25 Bruce MomjianUpdate SQL-standard INTERVAL item:
2006-04-24 Bruce MomjianDone;
2006-04-24 Bruce MomjianBack out patch, unintended.
2006-04-24 Bruce MomjianDone:
2006-04-24 Bruce MomjianSuppress more compiler warnings caused by macro tests.
2006-04-24 Bruce MomjianAdd one more paren to macro.
2006-04-24 Bruce MomjianSuprress compiler warning in gcc 4.2.
2006-04-24 Tom LaneImprove our private implementation of cbrt() to give...
2006-04-24 Bruce MomjianRemove compiler warning by casting SNPRINTF() call...
2006-04-24 Michael MeskesFixed memory leak bugs found by Martijn Oosterhout.
2006-04-24 Bruce MomjianFixes for BCC 5.5 compile of libpq. Backpatch to 8...
2006-04-24 Alvaro HerreraDon't add a shared dependency on the owner of a composi...
2006-04-23 Bruce MomjianAdd:
2006-04-23 Bruce MomjianRemoves or minimizes some documentation mentions of...
2006-04-23 Tatsuo IshiiAdd pgrowlocks
2006-04-23 Tatsuo IshiiAdd new contrib function pgrowlocks. See README.pgrowlo...
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianUpdate:
2006-04-22 Bruce MomjianSuggest Win32 users user E'' strings and double backsla...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-22 Bruce MomjianRevert Intel compiler bug comment.
2006-04-22 Bruce MomjianAdd mentioun of Intel compiler bug:
next