]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2000-11-20  Tom LaneRevise handling of oldstyle/newstyle functions per...
2000-11-20  Peter EisentrautEnable WAL in config.h, not Makefile.global.
2000-11-20  Peter EisentrautInclude postgres.h before checking #ifdef XLOG.
2000-11-20  Peter EisentrautAdd configure checks for strtoll, strtoull (or strto...
2000-11-20  Michael MeskesParser synced.
2000-11-20  Peter MountEncoding patch to Connection by wrobell@posexperts...
2000-11-20  Vadim B. MikheevCompile WAL by default.
2000-11-20  Tom LaneEliminate unused-variable warning.
2000-11-19  Tom LaneFix typo.
2000-11-19  Tom LaneUpdate README with proposed new method for determining...
2000-11-18  Peter EisentrautRefinements
2000-11-18  Peter EisentrautPolish error messages, help output, give marginal clue...
2000-11-18  Peter EisentrautSimplification: Build executable directly from .c...
2000-11-18  Peter EisentrautModify input and output routines to print plain binary...
2000-11-18  Peter EisentrautTreat plain 'BIT' as 'BIT(1)'.
2000-11-18  Tom LaneTweak AbsoluteTimeIsReal() to avoid compiler bugs on...
2000-11-18  Tom LaneAIX patches from Andreas.
2000-11-18  Tom LaneSuppress 'comparison-is-always-true' warning on machines
2000-11-18  Tom LaneModify locale code to defend against possibility that...
2000-11-18  Tom LanePut back BufferSync() for WAL after database creation.
2000-11-17  Peter EisentrautAdd separate type category for bit string types, allowi...
2000-11-17  Tatsuo IshiiFix bugs in EUC_TW support. This fix includes patches...
2000-11-17  Tatsuo IshiiRecongizing PGCLIENTENCODING has been broken since...
2000-11-17  Tom LaneFix spelling errors in error message.
2000-11-17  Tom LaneSuppress occasional failure of final DROP DATABASE...
2000-11-17  Tom LaneGNUmakefile failed to provide a way to invoke perl...
2000-11-17  Tom LaneForgot to add ppport.h to MANIFEST.
2000-11-16  Peter EisentrautMake a pstrdup copy of the literalbuf when scanning...
2000-11-16  Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-16  Peter EisentrautPrint bit values as binary strings (not hex)
2000-11-16  Peter EisentrautAdd support for casting bit string constants.
2000-11-16  Peter EisentrautClean files after installing, since those files will...
2000-11-16  Bruce MomjianThat variable I removed broke XLOG, that part of the...
2000-11-16  Bruce MomjianI think in datatype.sgml line 506 or so:
2000-11-16  Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-16  Bruce MomjianSyslog Facility Patch
2000-11-15  Peter EisentrautRepair markup
2000-11-15  Peter EisentrautRename parameter "hostname" to "virtual_host". Seemed...
2000-11-14  Tom LaneClean up array-dimensions parser a bit.
2000-11-14  Peter EisentrautFix return type
2000-11-14  Peter Eisentrautspaces to tab
2000-11-14  Peter EisentrautGive GCC on Irix a (theoretical) chance.
2000-11-14  Tom LaneMinor cleanup of tableOid-related coding.
2000-11-14  Tom LaneClean up comments.
2000-11-14  Peter EisentrautSmall polishing of syslog facility and ident settings...
2000-11-14  Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-14  Peter EisentrautUpdate and polish postmaster and postgres help output...
next