OSDN Git Service

pg-rex/syncrep.git
2005-10-14 Tom LanePass a strdup'd ident string to openlog(), to ensure...
2005-10-14 Bruce MomjianAllow times of 24:00:00 to match rounding behavior:
2005-10-13 Tom LaneAdd documentation mentioning that there are separate...
2005-10-13 Tom LaneImprove documentation about CREATEROLE privilege.
2005-10-13 Bruce MomjianFix uppercase TRUE/FALSE that are WIN32 stuffl.
2005-10-13 Bruce MomjianUpdate regression output for new prepare transaction...
2005-10-13 Bruce MomjianMake stack_base_ptr non-static, for PL/Java.
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-10-13 Bruce MomjianUpdate krb_server_name to document that a missing entry...
2005-10-13 Tom LaneUpdate documentation to reflect the new ALTER OWNER...
2005-10-13 Tom LaneDescribe the behavior of the SQL_ASCII encoding more...
2005-10-13 Tom LaneAdjust the discussion of triggers to more clearly guide...
2005-10-13 Bruce MomjianThe patch updates the documentation to reflect the...
2005-10-13 Bruce MomjianEnable threaded python builds on freebsd5, per report...
2005-10-13 Peter EisentrautTurn off list of tables, figures, and examples.
2005-10-13 Tom LaneGo back to emitting path names with forward slashes...
2005-10-13 Bruce MomjianBack out this because of fear of changing error strings:
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-10-13 Bruce MomjianRewording, use the more common multi-threaded/single...
2005-10-13 Bruce MomjianClarify causes of possible mismatch between Win32 libra...
2005-10-13 Bruce MomjianSome additional doc changes based around compression...
2005-10-13 Bruce MomjianMark xslt_process() as volatile.
2005-10-13 Bruce MomjianUse get_progname() in backend main.c, rather than port...
2005-10-13 Tom LaneFix small oversight in recent patch to add more CREATE...
2005-10-13 Bruce MomjianChange xpath_table() and xslt_process() from IMMUTABLE...
2005-10-13 Bruce MomjianFix capitalization of example.
2005-10-13 Neil ConwayRemove an antiquated comment.
2005-10-13 Neil ConwayAdd a comment describing the requirement that pointers...
2005-10-13 Bruce MomjianUpdate trigger demo to reflect new trigger ordering.
2005-10-13 Bruce MomjianRemove extra <para>
2005-10-13 Bruce MomjianUpdate:
2005-10-13 Tom LaneDon't try to remove duplicate OR-subclauses in create_b...
2005-10-12 Tom LaneFix spelling error, per Michael Fuhr.
2005-10-12 Bruce MomjianRemove item:
2005-10-12 Tom LaneFix longstanding bug found by Atsushi Ogawa: _bt_check_...
2005-10-12 Tom LaneFix another recently-changed place that was messing...
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-12 Bruce MomjianAdd warning about plperl nested named subroutines
2005-10-12 Bruce MomjianNo longer needed:
2005-10-12 Bruce MomjianRearrange:
2005-10-12 Bruce MomjianDone:
2005-10-12 Bruce MomjianAdd:
2005-10-12 Peter EisentrautUpdate keywords table for 8.1.
2005-10-12 Bruce MomjianAdd description:
2005-10-12 Bruce MomjianAdd:
2005-10-11 Bruce MomjianAdd:
2005-10-11 PostgreSQL... must commit *after* autoconf, not before
2005-10-11 PostgreSQL... update to beta3 before tagging ...
2005-10-11 Neil ConwayFix typo in sample pg_hba.conf; per IRC report from...
2005-10-11 Tom LaneRelease notes up to date as of today.
2005-10-11 Tom LaneAdd infrastructure for making spins_per_delay variable...
2005-10-11 Tom LaneDon't use a non-locked pre-test of the spinlock on...
2005-10-11 Tom LaneDocument that get_attstatsslot/free_attstatsslot only...
2005-10-11 Tom LaneFix oversight in 8.0 modification of RestrictInfo data...
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-10-10 Tom LaneUse a safer order of operations in dropdb(): rollbackab...
2005-10-10 Peter EisentrautDocument the process to update translations.
2005-10-10 Peter EisentrautTranslation update
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-10 Tom Lane<limits.h> is now needed here, for INT_MAX. Per Michae...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-08 Tom LaneFix a thinko in description of krb_server_hostname.
2005-10-08 Tom LaneFix up grammar in variable description string.
2005-10-08 Tom LaneFix Kerberos authentication in wake of virtual-hosts...
2005-10-08 Bruce MomjianRemove unnecessary ABORT commands in dblink regression...
2005-10-08 Bruce MomjianCosmetic improvements to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianAdd spacing around operators.
2005-10-07 Tom LaneFix LWLockAssign() so that it can safely be executed...
2005-10-07 Bruce MomjianMinor parentheses cleanup.
2005-10-07 Bruce MomjianAdd spaces around operator.
2005-10-07 Tom LaneAllocate a few extra LWLocks for possible use by add...
2005-10-07 Tom LaneMarginal performance improvement in aclmask(): don...
2005-10-07 Tom LaneRecognize ERROR_SHARING_VIOLATION (translate to EACCES...
2005-10-07 Tom Lane(Apologies for fat-fingering cvs commit command......
2005-10-07 Tom Lanegni
2005-10-07 Alvaro HerreraRemove an unused typedef.
2005-10-07 Bruce MomjianUpdate:
2005-10-07 Bruce MomjianAdd:
2005-10-06 Tom LaneMinor dbf2pg fixes from Martin Pitt: check for failure...
2005-10-06 Tom LaneMarginal speedup in RelationIsVisible and TypeIsVisible...
2005-10-06 Neil ConwayMinor API cleanup for async notifications: we can only...
2005-10-06 Neil ConwayMinor tweaks for PL/PgSQL documentation.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-10-06 Tom LaneFix oversight in indexscan plan creation. I recently...
2005-10-06 Peter Eisentrautpg_config should print an error message to stderr and...
2005-10-06 Tom LaneRevise pgstats stuff to fix the problems with not count...
2005-10-05 Neil ConwayCode cleanup for log_disconnections(). Patch from Qingq...
2005-10-05 Bruce MomjianImprove wording of entry.
2005-10-05 Tom LaneMake set_function_size_estimates() marginally smarter...
2005-10-05 Tom LaneAdd -Winline to the default CFLAGS for gcc, and remove
2005-10-05 Michael MeskesAlso synced the ecpg lexer with the backend lexer.
2005-10-05 Bruce MomjianFix pgxs for spaces in file names on Win32
2005-10-05 Bruce MomjianUpdate Japanese FAQ.
2005-10-05 Bruce MomjianUpdate FAQ for version number.
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-10-04 Teodor SigaevFix compile error
2005-10-04 Tatsuo IshiiOops. Partially saved file was committed.
2005-10-04 Tatsuo IshiiAllow multiple -f options.
next