OSDN Git Service

pg-rex/syncrep.git
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2003-01-10 Peter EisentrautAdd optional drop behavior clause to REVOKE command...
2003-01-10 Peter EisentrautClean ip.c.
2003-01-09 Tom LaneAdjust parser so that 'x NOT IN (subselect)' is convert...
2003-01-09 Tom LaneAdd missing #include <getopt.h>.
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2003-01-09 Peter EisentrautFix IPv6 detection and IPv6 to 4 conversion to use...
2003-01-09 Tom LaneCall timestamp_in with proper arguments, per gripe...
2003-01-09 Bruce MomjianFix indenting of log_min_error_statement.
2003-01-09 Bruce MomjianRemove bit.c/h routines. Not used anymore.
2003-01-09 Tom LaneRepair inconsistent rounding behavior for timestamp...
2003-01-09 Bruce Momjianadd to threads discussion.
2003-01-09 Tom LaneAdd missing pg_proc entry for interval_scale(). The...
2003-01-08 Bruce MomjianRemove 'const' from secure_write, to prevent compiler...
2003-01-08 Tom LaneGuard against stopping when numberTuples=0 and counter...
2003-01-08 Bruce MomjianThe second was that renegotiation was just plain broken...
2003-01-08 Bruce MomjianI was playing around with 7.3.1 and found some more...
2003-01-08 Bruce MomjianFix dumping of DEFERRABLE/INITIALLY DEFERRED:
2003-01-08 Bruce MomjianUpdated deferred trigger patch.
2003-01-08 Bruce MomjianThis trivial patch implements disabled, deferred trigge...
2003-01-08 Bruce MomjianEnhanced error/help message for pg_controldata.
2003-01-08 Tom LaneReconsider old decision to try to constant-fold default...
2003-01-08 Tom LaneRepair bug noticed by Deepak Bhole: a shell type should...
2003-01-08 Bruce MomjianFix pgpass to work with PQconnectDB().
2003-01-08 Tom LaneFix for bug #866. 7.3 contains new logic for avoiding...
2003-01-08 Bruce MomjianOnly set the database name if we find a match in the...
2003-01-08 D'Arcy J.M... Correction to last patch. As per the DB-API spec,...
2003-01-08 Bruce MomjianAdd:
2003-01-08 Tom LaneCode review for FETCH/MOVE 0 changes. Improve document...
2003-01-07 Tom LaneSendFunctionResult should take care to detoast varlena...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2003-01-07 Bruce MomjianUpgrade to my2pg 1.9
2003-01-07 Bruce MomjianUpgrade to even newer ora2pg 2.0.
2003-01-07 Bruce MomjianUpgrade to ora2pg 1.10. Backpatch to 7.3.X.
2003-01-07 Tom LaneUpdate for new we-always-have-getopt_long approach.
2003-01-07 Tom LaneApply the proper version of Christopher Kings-Lynne...
2003-01-07 Bruce MomjianAdd connection service file.
2003-01-07 Bruce MomjianSilence compiler warning caused by removal of netinet...
2003-01-07 Bruce MomjianDocument that psql \encoding doesn't see SET CLIENT_ENC...
2003-01-07 Bruce MomjianFix missing tab in file.
2003-01-07 Bruce MomjianSmall syntax cleanup.
2003-01-07 Bruce MomjianCheck for sockaddr_in6 for IPv6 code, rather than ip6.h.
2003-01-07 Bruce MomjianDocument libpq service capability, and add sample file.
2003-01-07 Tom LaneTweak mdnblocks() to avoid doing lseek() on segments...
2003-01-06 Bruce MomjianEnable IPv6 libpq 'hostaddr' addresses. Update docs.
2003-01-06 Peter EisentrautUse our own version of getopt_long() if the OS doesn...
2003-01-06 Peter EisentrautFix for systems that don't have INET_ADDRSTRLEN.
2003-01-06 Bruce MomjianUpdate comments on IPv6 #define.
2003-01-06 Bruce MomjianAdd test for netinet/ip6.h and getaddrinfo, to enable...
2003-01-06 Bruce MomjianUpdate ipv6 comment, move configure test to the right...
2003-01-06 Bruce MomjianAdd prototype for getaddrinfo().
2003-01-06 Bruce MomjianEnable IPv6 connections to the server, and add pg_hba...
2003-01-06 Tom LaneAdd note explaining that a mergejoinable equality opera...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2003-01-05 Peter EisentrautRevert rpath-mangling patch. See discussion on -patche...
2003-01-05 Tom LaneFix inherited UPDATE for cases where child column numbe...
2003-01-04 Tom LanePartial code review for ALTER DOMAIN patch. Incorporat...
2003-01-03 Hiroshi InoueAdjust lo type in contrib during pg_restore so that...
2003-01-02 Bruce Momjianflockfile/funlockfile is POSIX, so NetBSD has them...
2003-01-02 Tom LaneEnforces NOT NULL constraints to be applied against...
2003-01-02 Bruce MomjianFix BSD/OS thread file locking bug in new fseeko code.
2003-01-01 Tom Lanefastpath code neglected to check whether user has privi...
2003-01-01 Tom LaneAwhile back I wrote that freebsd.h was probably broken...
2003-01-01 Bruce MomjianUpdate:
2002-12-31 Bruce MomjianAdd:
2002-12-31 Hiroshi InoueAdd casts between lo and oid.
2002-12-30 Tom LaneAdjust Tcl-related code to compile cleanly with Tcl...
2002-12-30 Bruce MomjianAttached is a patch to provide makefiles, etc. to allow...
2002-12-30 Tom LaneCode review for transaction-safe-TRUNCATE patch: minor...
2002-12-30 Tom LaneCode review for CLUSTER ALL patch. Fix bogus locking...
2002-12-30 Tom LaneMake use of TCL_INCLUDE_SPEC if available (it's new...
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
2002-12-30 Tom LaneBetter solution to integer overflow problem in hash...
2002-12-30 Bruce MomjianAdd missing slash to python install path.
2002-12-30 Bruce MomjianAdd:
2002-12-30 Tom LanePoint does not return a center of lseg.
2002-12-29 Tom LaneAdjust hash table sizing algorithm to avoid integer...
2002-12-29 Bruce MomjianClean up quoting in configure.in. configure did not...
2002-12-27 Tom LaneDeliver better error message when a relation name is...
2002-12-27 Tom LaneRemove overenthusiastic free'ing of comment dependencie...
2002-12-27 Bruce MomjianSmall fix in documentation and some examples of usage...
2002-12-27 Bruce MomjianTrivial patch to increase max_fsm_pages as per earlier...
2002-12-27 Bruce MomjianAdded:
2002-12-26 Tom LaneClamp the output of estimate_hash_bucketsize() to a...
2002-12-26 Tom LaneDon't try to free executor state of an InitPlan early...
2002-12-24 Bruce MomjianAdd developer organizations:
2002-12-23 Bruce MomjianUpdate SSL error message for improper permissions....
2002-12-23 Dave Cramercase sensitive updates by Kris Jurka
2002-12-21 Tom Lanepg_dump should consider information_schema to be a...
2002-12-21 Tom LaneFix possible buffer overrun in \d command: substr(...
2002-12-20 Dave Cramermike beachy's patch for statement handling
2002-12-20 Dave Cramerpatch for null table in getPrimaryKeys
2002-12-20 Bruce MomjianUpdate 7.3.1 to give proper attribution to pg_dump...
2002-12-19 Tom LaneCause planner to include costs of InitPlans in startup...
2002-12-19 Bruce Momjianpgindent fe-connect.c --- done to make IPv6 patch easie...
2002-12-18 Bruce MomjianMVCC doc improvements:
2002-12-18 Bruce MomjianUpdate Russian FAQ. Update all FAQ's for 7.3.X branch.
2002-12-18 Bruce MomjianUpdate RELEASE checklist.
2002-12-18 Tom LaneAdd some items to development-branch release notes.
2002-12-18 PostgreSQL... From the SSL_CTX_new man page:
next