OSDN Git Service

pg-rex/syncrep.git
2002-10-19 Bruce MomjianBack out Alvaro's patch until regression tests pass.
2002-10-19 Tom LaneFix range-query estimation to not double-exclude NULLs...
2002-10-19 Bruce MomjianAdd:
2002-10-19 Bruce MomjianFix compile failure caused by new patch.
2002-10-19 Bruce MomjianRemove mention of utils/getopt.c. Not used anymore.
2002-10-19 Bruce MomjianIt includes
2002-10-19 Bruce Momjian> Huh, I don't know where I got the idea you were ...
2002-10-19 Bruce MomjianThis patch adds some missing functions for float8 math...
2002-10-19 Bruce MomjianMake regression tests safe for autocommit = 'off'.
2002-10-19 Tom LaneAdd missing #include <errno.h>.
2002-10-19 Tom LaneFix psql's \copy to accept table names containing schem...
2002-10-18 Peter EisentrautImprove formatting of --help output.
2002-10-18 Tom LaneFix breakage that had crept into setlocale() usage...
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-10-18 Tom LaneUn-break createlang build.
2002-10-18 Bruce MomjianClean up for dblink autocommit OFF handling.
2002-10-18 Bruce MomjianUpdate /contrib for "autocommit TO 'on'".
2002-10-18 Tom LaneImprove discussion of FOR UPDATE.
2002-10-17 Bruce MomjianUpdate for tables returning function, item 5.3, from...
2002-10-17 Barry LindFix in updateable result sets to handle binding null...
2002-10-17 Tom LaneFix free-slot search in PgSetResultId so it actually...
2002-10-17 Tom LaneImprove formatting of error message.
2002-10-17 Barry LindFixed support in jdbc for 7.3 server autocommit. With...
2002-10-17 Bruce MomjianAdd:
2002-10-16 Peter EisentrautPut the disk information all in one chapter.
2002-10-16 Bruce MomjianMake pg_dump save for autocommit = off.
2002-10-16 Bruce MomjianFix from Joe on timeout code.
2002-10-16 Bruce MomjianImprove appearance of SET command.
2002-10-16 Bruce MomjianFix script to handle autocommit = 'off' by prepending...
2002-10-16 Bruce MomjianFix connection_timeout to use time() and handle timeout...
2002-10-15 Bruce MomjianRemove:
2002-10-15 Bruce MomjianAdd:
2002-10-15 Tom LaneFix unintentional breakage of COPY TO/FROM stdin. ...
2002-10-15 Tom LaneFix Linux dynloader code for pre-HAVE_DLOPEN systems...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-10-15 Tom LaneFix libpq startup code to work correctly in autocommit...
2002-10-14 Tom LaneMake SPI's execution of querystrings follow the rules...
2002-10-14 Bruce MomjianNone.
2002-10-14 Tom LaneAdjust handling of command status strings in the presen...
2002-10-14 Tom LaneAdd missing entries for bit<->int4 and bit<->int8 conve...
2002-10-14 Peter EisentrautTranslation updates
2002-10-14 Bruce MomjianMention that resetting the timeout may be wrong on...
2002-10-14 Bruce MomjianRestore ptmp_timeout for cases where no timeout is...
2002-10-14 Bruce Momjianlibpq connection_timeout doesn't do subsecond timing...
2002-10-14 Tom LaneArrange to copy relcache's trigdesc structure at the...
2002-10-14 Bruce Momjian- Link the entries in the table to the catalog heading
2002-10-14 Bruce MomjianThis trivial patch fixes a bunch of spelling mistakes...
2002-10-14 Bruce MomjianAs Niel so nicely pointed out this morning, the output...
2002-10-14 Bruce MomjianI have attached two patches as per:
2002-10-14 Bruce MomjianImprovements to Ian Barwick patch.
2002-10-14 Bruce MomjianFAQ updates from Ian Barwick.
2002-10-13 Tom LaneMake SET really not start a transaction.
2002-10-13 Tom LaneMake macaddr_in reject trailing garbage (except whitesp...
2002-10-12 Tom Lanepsql thought that backslash is an escape character...
2002-10-12 Tom LaneFix for bug #795: two clauses that seem redundant are...
2002-10-12 Bruce MomjianUpdate README for oid2name.
2002-10-12 Bruce MomjianAdd:
2002-10-12 Bruce MomjianAdded:
2002-10-12 Peter EisentrautCompute version number for docs on the fly.
2002-10-12 Peter EisentrautHandle indentation of verbatim environments in HTML...
2002-10-12 Peter EisentrautFix linking problem.
2002-10-12 Peter EisentrautReplace &version; by appropriate version.
2002-10-11 Peter EisentrautAssorted reference page updates
2002-10-11 Bruce MomjianUpdate FAQ.
2002-10-11 Bruce MomjianUpdate Russian FAQ.
2002-10-11 Bruce MomjianAdd replication, encryption, and cross database FAQ...
2002-10-11 Bruce MomjianAdd tv_sec change for connection timeout suggested...
2002-10-11 Bruce MomjianOops, back out newNode changes. We are not ready for...
2002-10-11 Bruce MomjianPrevent tv_sec from becoming negative in connection...
2002-10-11 Bruce MomjianUpdate:
2002-10-10 Bruce MomjianUpdate IN/EXISTS item.
2002-10-09 Bruce Momjianset.patch updates an example in ref/set.sgml to have...
2002-10-09 Bruce MomjianLock on the rule relation wasn't removed after adding...
2002-10-09 Bruce Momjian Well, this patch makes Makefile for contrib/rserv...
2002-10-09 Bruce Momjian> > > > and mb conversions (pg_ascii2mic and pg_mic2asc...
2002-10-09 Bruce Momjian> Alvaro Herrera <alvherre@atentus.com> writes:
2002-10-09 Bruce MomjianHave SET not start transaction when autocommit off...
2002-10-09 Bruce MomjianAdd:
2002-10-08 Bruce MomjianAgain improve MemSet comments.
2002-10-08 Bruce MomjianUpdate MemSet comments.
2002-10-08 Tom LaneMove responsibility for setting QuerySnapshot for utili...
2002-10-08 Dave Cramerfixed missing apostrophe
2002-10-07 Tom LaneChange order of operations during XLogFlush so that...
2002-10-07 Tatsuo IshiiAvoid PQisBusy/PQconsumeInput busy loop in case of...
2002-10-06 Bruce MomjianClarify comment.
2002-10-05 Bruce MomjianFix markup error.
2002-10-05 Bruce MomjianAdd:
2002-10-05 Bruce MomjianAdd more documentation about CURRENT_TIMESTAMP.
2002-10-05 Bruce MomjianUpdate:
2002-10-04 Tom LaneRestrict CREATE OPERATOR CLASS to superusers, per discu...
2002-10-04 Tom LaneRequire superuser privilege to create a binary-compatib...
2002-10-04 Bruce MomjianUpdate wording for temp files:
2002-10-04 Tom LaneFix a couple of grammatical errors in error messages.
2002-10-04 Bruce MomjianAdd:
2002-10-04 Tom LaneTweak a few of the most heavily used function call...
2002-10-04 Bruce MomjianAdd:
2002-10-03 Tom LaneHack to make it possible to load CREATE CONSTRAINT...
2002-10-03 Bruce MomjianAdd auto-vacuum emails.
2002-10-03 Bruce MomjianAdd:
2002-10-03 Bruce MomjianAdd:
next