OSDN Git Service

pg-rex/syncrep.git
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.
2000-11-25 Tom LaneCorrect portability-related errors in inet expected...
2000-11-25 Tom LaneFix some portability bugs I'd introduced into inet...
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-25 Tom LaneFix elog logic so that error messages displayed during...
2000-11-25 Peter EisentrautAdvertise --help (rather than '-?') as help option...
2000-11-25 Peter EisentrautUpdate pg_ctl ref page, help output, messages. Some...
2000-11-25 Peter EisentrautRepair markup
2000-11-25 Bruce MomjianFix security problem with psql \e where temp file could...
2000-11-25 Bruce Momjian here is a patch for formatting.c (to_char/timestampt...
2000-11-25 Bruce Momjian> > Looking some more, I found some other places that...
2000-11-25 Bruce MomjianAllow jdbc to return proper server version number
2000-11-25 Bruce MomjianRename GUC name from unixsocket to unix_socket_directory
2000-11-25 Tom LaneClean up comments, organize code snippets added at...
2000-11-24 Peter EisentrautPrint bit strings as B'...' when INSERT commands are...
2000-11-24 Peter EisentrautMake SET SESSION CHARACTERISTICS compliant with SQL...
2000-11-24 Peter Eisentrautupdate list of places to change version numbers; reformat
2000-11-24 Peter EisentrautRevive Reference Manual, remove reference pages from...
2000-11-24 Peter EisentrautRemove obsolete test suite
2000-11-24 Tom LaneA catalog cache that never caches isn't much of a cache...
2000-11-23 Tom LaneEnsure that mergejoin plan will be considered for FULL...
2000-11-23 Vadim B. MikheevSet fdstate in fileNameOpenFile.
2000-11-22 Tom LaneRemove old, broken code for query_limit(), assert_enable(),
2000-11-22 Peter EisentrautFix output file names for new driver
2000-11-22 Peter EisentrautBit string regression test
2000-11-22 Peter EisentrautFix for bitsubstr when third argument is missing (i...
2000-11-22 Peter EisentrautPoint runtest and runcheck targets at new regression...
2000-11-22 Bruce MomjianRecommit socket path fix. It works now.
2000-11-22 Bruce MomjianBack out socket path until it works.
2000-11-22 Bruce MomjianBack out socket file path change until it works.
2000-11-22 Hiroshi Inoueavoid opening view files.
2000-11-22 Peter EisentrautAllow running without a "schedule" file. This enables...
2000-11-22 Bruce MomjianMake socket option specify just the directory, not...
2000-11-22 Peter Eisentrautgeometry result files for unixware
2000-11-22 Tom LaneTweak resultmap documentation, add to README too.
2000-11-22 Peter EisentrautRemove check for 'ln' library. On FreeBSD this is...
2000-11-22 Tom LaneThis file now redundant with README.pg_dumplo; remove it.
2000-11-22 Tom LaneCode review: minor cleanups, make the world safe for...
2000-11-21 Peter EisentrautAllow for different result files when using GCC versus...
2000-11-21 Peter EisentrautExtend accept/AF_UNIX bug workaround to SCO OpenServer.
2000-11-21 Peter EisentrautRefine log/error messages. Print out the errno message...
2000-11-21 Tom LaneMention pgcrypto.
2000-11-21 Tom LaneMake the world safe for unsigned OIDs.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-21 Tom LaneInstall the sample pg_ident.conf file into /home/postgr...
2000-11-21 Tom LaneImprove comments.
2000-11-21 Tom LaneImprove comments in pg_hba.conf.sample and the associat...
2000-11-21 Tom LaneCode review and cleanup.
2000-11-21 Peter EisentrautDon't hide error message from dropdb.
2000-11-21 Philip WarnerUpdate for new pg_dump with blobs etc
2000-11-21 Vadim B. Mikheevmisc
2000-11-21 Vadim B. MikheevFix OID bootstraping.
2000-11-21 Tom LaneAdjust opr_sanity.out for small change in OID allocation.
2000-11-21 Tom LaneAdd missing #include <errno.h>.
2000-11-21 Hiroshi Inouekeep relations open until they are no longer needed.
2000-11-21 Tom LaneMake oidin/oidout produce and consume unsigned represen...
2000-11-21 Vadim B. MikheevInit ShmemVariableCache in BootStrapXLOG()
2000-11-21 Tom LaneSimplify definition of pg_tables and pg_views views...
2000-11-21 Tom LaneFix erroneous handling of parameters at SubqueryScan...
2000-11-20 Tom LaneFix yacc failures in preproc.y.
2000-11-20 Peter EisentrautCorrect directory names.
2000-11-20 Tom LaneSilence gcc warnings.
2000-11-20 Vadim B. MikheevNo casting to LSN (XLogRecPtr) is required.
next