OSDN Git Service

pg-rex/syncrep.git
2000-12-08 Tom LaneRepair erroneous use of hashvarlena() for MACADDR,...
2000-12-08 Tom LaneResurrect -F switch: it controls fsyncs again, though...
2000-12-08 Bruce MomjianFix Westwood/Westward, from Wessel van Norel.
2000-12-08 Tom LaneAdd missing copyright and RCS identification header.
2000-12-08 Tom LaneRemove error check that disallowed setval() on a sequen...
2000-12-08 Hiroshi InoueCache invalidation for vacuum of system tables.
2000-12-08 Hiroshi InoueREINDEX under WAL.
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-12-08 Tom LaneImprove error message for erroneous use of 'opaque...
2000-12-07 Tom LaneChange lpad() and rpad() to behave more Oracle-compatib...
2000-12-07 Peter Eisentrauttypo correction
2000-12-07 Peter EisentrautDo not use 'ar cq' to build library archives, use ...
2000-12-07 Tom Lanecheckretval() failed to cope with an empty SQL function...
2000-12-07 Tom LaneMake OVERLAPS operators conform to SQL92 spec regarding...
2000-12-07 Hiroshi InoueRecordTransactionAbort() shouldn't log XLOG_XACT_ABORT
2000-12-07 Tom LaneSilence compiler warning.
2000-12-07 Tom LaneSilence compiler warning.
2000-12-07 Tom LaneMake application of FOR UPDATE to a view work exactly...
2000-12-07 Tom LanetransformForUpdate() mustn't assume rowMarks list is...
2000-12-06 Tom LaneClean up handling of FOR UPDATE inside views and subsel...
2000-12-06 Marc G. Fournierupdate VERSION to 7.1beta1..
2000-12-06 Peter Eisentraut-L linker options are now in LDFLAGS, not LIBS. The...
2000-12-06 Tom LaneDon't include miscadmin.h in elog.h, since the former...
2000-12-05 Tom LaneI've just seen what happens when the MEMORY_CONTEXT_CHE...
2000-12-05 Tom LaneIn SELECT FOR UPDATE, silently ignore null CTIDs, rathe...
2000-12-05 Tom LaneFrom Stephan Szabo:
2000-12-05 Tom LaneAdd regress test case for INSERT ... SELECT in rules.
2000-12-05 Tom LaneRepair breakage of rules containing INSERT ... SELECT...
2000-12-04 Tom LaneFix bogus makefiles ... these didn't build on platforms...
2000-12-04 Tom LaneSeems to have been missed in GetPgUserName updates.
2000-12-04 Tom LaneEliminate some of the more blatant platform-dependencie...
2000-12-04 Tom LaneSeems like make clean or make distclean should clean...
2000-12-03 Peter Eisentrautcorrections
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-12-03 Tom LaneUpdate for new tests. These are extrapolations and...
2000-12-03 Tom LaneUpdate for new tests.
2000-12-03 Tom LaneDon't use 'private' as a parameter name in visible...
2000-12-03 Peter EisentrautFix counting of lines in scripts with 'copy from stdin'.
2000-12-03 Thomas G. LockhartRepair usage of the OVERLAPS operator.
2000-12-03 Thomas G. LockhartClarify the allowed length of the text data type.
2000-12-03 Thomas G. LockhartConvert files from DOS format to normal text.
2000-12-03 Thomas G. LockhartSupport IBM S/390. Patches from Neale Ferguson@software...
2000-12-03 Peter EisentrautFinal(?) GUC clean-up. Update psql tab completion.
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-12-02 Tom LaneAvoid memory leakage during regular COPY when outputtin...
2000-12-02 Tom LaneAvoid repeated detoasting (and possible memory leaks...
2000-12-02 Tom LaneDon't cause --enable-cassert to define COPY_PARSE_PLAN_...
2000-12-01 Tom LaneMake tuple receive/print routines TOAST-aware. Formerl...
2000-12-01 Tom LaneFix inadequate tree-walking code in exec_eval_clear_fcache.
2000-12-01 Tom LaneMake elog() switch to ErrorContext while invoking libpq...
2000-12-01 Tom LanePursuant to a pghackers discussion back around 11-Jul...
2000-12-01 Tom LaneIt seems appropriate that the extended MEMORY_CONTEXT_C...
2000-12-01 Tom LaneClean up MEMORY_CONTEXT_CHECKING code, and apply it...
2000-11-30 Tom LaneRepair residual sillinesses from UUNET virtual host...
2000-11-30 Tom LaneMake default socket directory location configurable...
2000-11-30 Tom LaneCorrect obsolete entry for strpos().
2000-11-30 Peter EisentrautMinor tweaks in installation instructions, regenerate...
2000-11-30 Peter EisentrautRemove DISABLE_COMPLEX_MACRO definitions, since people...
2000-11-30 Peter EisentrautRemove old regression test drivers.
2000-11-30 Peter EisentrautMake all commands that link a program look like
2000-11-30 Vadim B. Mikheevmisc
2000-11-30 Vadim B. MikheevHope that this is valid localbuf.c version
2000-11-30 Tom LaneRemove obsolete claim that char(n) is more efficient...
2000-11-30 Tom LaneRemove VARLENA_FIXED_SIZE hack, which is irreversibly...
2000-11-30 Peter EisentrautSort out things after fe-connect.c cleanup after unix...
2000-11-30 Peter EisentrautRemove remaining unixsocket-setting interfaces, since...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-30 Tom LaneIt seems some platforms declare kill(2) in signal.h...
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-30 Tom LaneRearrange bufmgr header files so that buf_internals...
2000-11-30 Vadim B. Mikheevall options are allowed if not under postmaster:
2000-11-29 Tom LaneJust noticed that with -S switch, MyProcPid is permanen...
2000-11-29 Tom LaneGet rid of not-very-portable fcntl(F_SETLK) mechanism...
2000-11-29 Peter EisentrautRewrite system catalog documentation man page in DocBoo...
2000-11-28 Tom Laneaclitemout() shouldn't coredump when it finds an ACL...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-28 Bruce MomjianRemove PQunixsocket from dll file.
2000-11-28 Bruce MomjianRemove PQunixsocket prototype
2000-11-28 Bruce MomjianRemove PQunixsocket, per Peter's recommendation. PQhos...
2000-11-27 Bruce MomjianUpdate TODO list.
2000-11-27 Bruce MomjianMake PQhost return socket path.
2000-11-27 Bruce MomjianThis patch allow pg_dump save name of primary key const...
2000-11-27 Jan WieckAdded pg_execute command behaving like spi_exec of...
2000-11-27 Tom LaneCheck for link(2) failure.
2000-11-27 Hiroshi InoueNot invoke CheckPoint process while postmaster is waiti...
2000-11-27 Tom LanePay attention to fgets() failure return.
2000-11-27 Tom LanePay attention to fgets() failure return.
2000-11-27 Tom LaneBe a little more careful with strtok().
2000-11-27 Tom LanePay attention to fgets() failure return.
2000-11-27 Tom LaneAfter going to the trouble of finding where psql lives...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-11-27 Tom LanePrevent simple_prompt() from locking up in a tight...
2000-11-26 Bruce Momjian current cvs tree does build because of a small...
2000-11-26 Peter EisentrautFix directory search for include and library directorie...
2000-11-26 Tatsuo IshiiFix for inserting/copying longer multibyte strings...
2000-11-26 Peter EisentrautSilence warning
2000-11-26 Tatsuo IshiiUnicode conversion fix suggested by Jan Varga...
2000-11-25 Tom LaneMake PGLC_setlocale() static, and document that it...
2000-11-25 Bruce MomjianMove connection defines to miscadmin.h.
next