]> granicus.if.org Git - postgresql/shortlog
postgresql
2005-10-18 Andrew Dunstanreplace use of predefined perl vars $a and $b with...
2005-10-18 Tom LaneAdd an entry to the discussion of regression test failu...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-18 Tom LaneCode review for spi_query/spi_fetchrow patch: handle...
2005-10-18 Joe ConwayWhen a cursor is opened using dblink_open, only start...
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-16 Tom LaneAdd note that some versions of OS X require SHMMAX...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Tom LaneFix bogus error test in get_ti_Oid().
2005-10-15 Tom LaneFix unportable struct initializations.
2005-10-15 Neil ConwayRemove a long comment from cvs.sgml -- AFAICS this...
2005-10-15 Neil ConwayFix assorted typos in the documentation, and use Americ...
2005-10-15 Tom LaneFix thinko in pg_read_file: testing for negative result...
2005-10-15 Tom LaneUpdate 'supported platforms' list with current buildfar...
2005-10-15 Bruce MomjianFix kerberos description: localhost -> server hostname.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-15 Bruce MomjianUpdate pgindent typedef list.
2005-10-15 Neil ConwayMerge some user-submitted suggestions for improvement...
2005-10-15 Alvaro HerreraFix typo.
2005-10-14 Tom LaneFix syslog bug: if any messages are emitted to write_sy...
2005-10-14 Andrew Dunstanfix nonsensical summary row on example
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 REL8_1_0BETA3
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...
next