OSDN Git Service

pg-rex/syncrep.git
2003-06-24 Bruce MomjianAdd x86_64 support for spinlocks.
2003-06-24 Bruce MomjianSmall patch to link to the proper place in the "runtime...
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-24 Bruce MomjianDone:
2003-06-24 Bruce MomjianJim C. Nasby wrote:
2003-06-24 Bruce MomjianPrevent compiler warning from sprintf in recent ipv6...
2003-06-24 Bruce Momjian Add ipv6 address parsing support to 'inet'...
2003-06-24 Bruce MomjianUpdate:
2003-06-24 Bruce MomjianAdd -L../ecpglib -lecpg for Cygwin compile.
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianUpdate:
2003-06-24 Bruce Momjiantypedef sa_family_t for cygwin.
2003-06-24 Bruce MomjianAdd:
2003-06-24 Bruce MomjianDo not include:
2003-06-23 Bruce MomjianRemove references to sa_family_t, except when SOCKADDR_...
2003-06-23 Bruce MomjianAdd with '?':
2003-06-23 Bruce MomjianAdd mention that the grep's have to be adjusted in...
2003-06-23 Bruce MomjianRemove '?':
2003-06-23 Tom LaneChange pqInternalNotice to accept a format string and...
2003-06-23 Bruce MomjianRemove crypt.h from fe-connect.c --- not needed, and...
2003-06-23 Bruce MomjianUpdate Russian version of FAQ.
2003-06-23 Bruce MomjianAdd:
2003-06-23 Bruce MomjianAdd:
2003-06-23 Bruce MomjianAdd:
2003-06-22 Tom LaneRevise hash join and hash aggregation code to use the...
2003-06-22 Tom LaneFix some index entries.
2003-06-22 Tom LaneAdjust chapter ordering in Internals part to something...
2003-06-22 Michael MeskesAdded missing terminating '\0' char for data put into...
2003-06-22 Tom LaneRemove a lot of desperately obsolete material (which...
2003-06-22 Bruce MomjianAdd question mark to item:
2003-06-22 Bruce MomjianAdd:
2003-06-22 Bruce MomjianAdd pgtest script.
2003-06-22 Tom LaneUse libpq's new logic to get the server version, instea...
2003-06-22 Tom LaneBring the libpq example programs into the 21st century.
2003-06-21 Tom LaneGet rid of extraneous newline in PQendcopy error output...
2003-06-21 Tom LaneUpdate libpq to make new features of FE/BE protocol...
2003-06-21 Tom LaneFix some markup problems.
2003-06-20 Tom LaneFix for extended-query protocol: in event of error...
2003-06-20 Michael MeskesSynced with backend.
2003-06-20 Michael MeskesJust another Informix compatibility change. They uses...
2003-06-20 Michael MeskesJust another ecpg todo done.
2003-06-20 Michael MeskesSorry, missed a file.
2003-06-20 Michael MeskesAllow constants in using clauses.
2003-06-20 Tom LaneWe neglected to set conn->raddr.salen, leading to break...
2003-06-19 Tom LaneDisallow dollar sign in operator names, instead allow...
2003-06-19 Michael MeskesFixed fetch into char * and added missing prototype...
2003-06-18 Bruce MomjianMove thread checking code farther down in conflgure.
2003-06-18 Peter EisentrautChange clusterdb and vacuumdb into C programs.
2003-06-17 Tom LaneMake FLOAT(p) measure the precision p in bits, not...
2003-06-17 Peter EisentrautMore information schema views.
2003-06-17 Peter EisentrautAdd missing file to clean target.
2003-06-17 Michael MeskesFixed several more parsing bugs.
2003-06-17 Tom LaneFix error line numbers reported for errors in plpgsql_p...
2003-06-16 Tom LaneFix bugs in interval-to-time conversion: HAVE_INT64_TIM...
2003-06-16 Michael MeskesFixed two small bugs.
2003-06-16 Tom LaneAllow GROUP BY, ORDER BY, DISTINCT targets to be unknow...
2003-06-15 Tom LaneAdjust nestloop-with-inner-indexscan plan generation...
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-06-15 Tom LaneCause GROUP BY clause to adopt ordering operators from...
2003-06-15 Tom Laneindex() -> strchr().
2003-06-15 Michael MeskesTypo in version number.
2003-06-15 Michael MeskesSome minor changes for new version numbering.
2003-06-15 Michael MeskesUpdating ECPG todo items.
2003-06-15 Bruce MomjianEcpg cleanups for prototypes.
2003-06-15 Bruce MomjianRun autoconf/autoheader for ecpg change.
2003-06-15 Bruce MomjianMake ecpg thread safe.
2003-06-14 Bruce MomjianMove thread os defines into template files.
2003-06-14 Bruce MomjianHandle threading in two more gethostbyname calls.
2003-06-14 Bruce MomjianMake libpq thread-safe with configure --with-threads...
2003-06-14 Bruce MomjianAdd thread.c for libpq threading, and hook it into...
2003-06-13 Bruce MomjianAdd --with-threads configure option to control threaded...
2003-06-13 Michael Meskes- Enable FETCH without INTO.
2003-06-13 Tom LaneOkay, recognize freebsd 2.* and 3.* too.
2003-06-13 Tom LaneExpect FreeBSD 5.* to have standard float arithmetic.
2003-06-12 Tom LaneFix broken markup.
2003-06-12 Bruce MomjianAdd thread-enable compile variables into libpq.
2003-06-12 Tom LaneFix SQL function executor for case where last command...
2003-06-12 Tom Lane<sys/socket.h> requires <sys/types.h> to already have...
2003-06-12 Bruce MomjianMention need for swap on Linux, and kill -9.
2003-06-12 Bruce MomjianDocument default Linux autocommit behavior, and show...
2003-06-12 Michael MeskesInstall all header files.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-06-12 Bruce MomjianBrief note about sequence cache not being cleared in...
2003-06-12 Bruce MomjianIPv6 cleanups.
2003-06-12 Bruce MomjianBack out this patch because it is patched inside a...
2003-06-12 Bruce MomjianI succeeded by fixing up setup.py:
2003-06-12 Bruce MomjianHere is a patch that allows CIDR netmasks in pg_hba...
2003-06-12 Bruce MomjianAdd Linux restart --- Slawomir Sudnik
2003-06-12 Bruce MomjianUp to now, SerializableSnapshot and QuerySnapshot are...
2003-06-12 Bruce Momjianpsql: tab completion for \encoding
2003-06-12 Bruce MomjianThis patch updates pg_autovacuum in several ways:
2003-06-12 Bruce MomjianI found the libpq function PGunescapeBytea a little...
2003-06-11 Bruce MomjianThis patch extracts page buffer pooling and the simple
next