]> granicus.if.org Git - postgresql/history - src
Make pgsql compile on FreeBSD-alpha.
[postgresql] / src /
2000-11-16 Bruce MomjianMake pgsql compile on FreeBSD-alpha.
2000-11-16 Bruce MomjianSyslog Facility Patch
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...
2000-11-14 Hiroshi InoueFix illegal combination of SearchSysCacheTuple() and...
2000-11-14 Bruce MomjianRename PortName to PortNumber.
2000-11-13 Bruce MomjianRemove -k unix socketpath option from client side,...
2000-11-13 Bruce MomjianOk, You guys are probably tired of me, BUT, here is...
2000-11-13 Bruce MomjianFix for no hterror().
2000-11-13 Bruce MomjianUUNET is looking into offering PostgreSQL as a part...
2000-11-13 Hiroshi InoueSearchSysCacheTupleCopy() instead of SearchSysCache()
2000-11-13 Hiroshi Inoueprevent open failure of VIEW
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-12 Tom LaneRestructure handling of inheritance queries so that...
2000-11-11 Peter EisentrautMake sure shell scripts send error messages to stderr.
2000-11-11 Thomas G. LockhartAllow more timezone-like interpretation of INTERVALs.
2000-11-11 Thomas G. LockhartAllow more timezone-like interpretation of INTERVALs.
2000-11-11 Thomas G. LockhartCheck for existence of the results directory before...
2000-11-11 Thomas G. LockhartDefine conversions to and from text for date, time...
2000-11-11 Thomas G. LockhartAllow interpretation of INTERVALs with more timezone...
2000-11-11 Thomas G. LockhartFix bug in recent improvement to type resolution code...
2000-11-10 Tom LaneUpdate expected output to track recent code changes.
2000-11-10 Bruce MomjianUpdate to PyGreSQL 3.1:
2000-11-10 Bruce Momjianthe bug was not fixed in the snapshot of November 5th...
2000-11-10 Tom LaneAdjust INET/CIDR display conventions and reimplement...
2000-11-10 Hiroshi InoueUse SearchSysCacheTupleCopy() instead of SearchSysCache...
2000-11-10 Vadim B. Mikheevpg_fsync is fsync in WAL version.
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-11-09 Peter EisentrautReal dynamic loader code
2000-11-09 Peter EisentrautAlso test for 'void *' as third arg of accept() (as...
2000-11-09 Tom LaneExecEndAppend() neglected to close indices on appended...
2000-11-09 Michael MeskesApplied yet another patch by Christof. Thanks Cristof!
2000-11-09 Vadim B. MikheevAuto checkpoint creation.
2000-11-09 Bruce MomjianPlease apply this patch to current, to fix a problem...
2000-11-09 Tom LaneArrange for CASE or UNION with only untyped literal...
2000-11-09 Tom LaneAdd some more union/intersect/except test cases, per...
2000-11-09 Tom LaneRepair some bugs in new union/intersect/except code.
2000-11-08 Tom LaneClean up compiler warnings.
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
2000-11-08 Bruce MomjianAdd ANALYSE spelling of ANALYZE for vacuum.
2000-11-08 Peter EisentrautOnly use ld -R flag in UW 7.1*, since it's new.
2000-11-08 Peter EisentrautFix 'soname's for various platforms, so that libpq...
2000-11-08 Peter EisentrautAdd dependencies required for parallel make
2000-11-08 Peter EisentrautDump identity of alternative location, if any.
2000-11-08 Peter EisentrautAdd '-c name=val' flag for setting run-time parameters.
2000-11-08 Peter EisentrautReimplement alternative database locations with symlink...
2000-11-08 Tom LaneCLUSTER did no permissions checking, forsooth ...
2000-11-07 Thomas G. LockhartEnable fallback to string type when argument(s) are...
2000-11-07 Bruce MomjianThis somehow gets moot. Is there a way to make gcc...
2000-11-07 Michael MeskesUndo incorrectly committed Makefile.
2000-11-07 Michael MeskesThird try. Sorry, I had a wrong path in my copy statement.
2000-11-07 Michael MeskesAdded more patches by Cristif Petig.
2000-11-07 Tom LaneUpdate for new results.
2000-11-07 Tom LaneDropErrorMsg() died with assert failure if try to drop...
2000-11-06 Peter EisentrautUpdate geometry for FreeBSD 4.1 (same as 4.0)
2000-11-06 Peter EisentrautAdd -V option to backend, to show version, since -...
2000-11-06 Peter EisentrautFix GNU make detection.
2000-11-06 Tom LaneAdd explicit ORDER BYs in a couple of cases --- seems...
2000-11-06 Tom LaneI think Thomas missed an update here...
2000-11-06 Bruce MomjianBack out aix makefile patch.
2000-11-06 Bruce MomjianMakefile.ports (copied from makefiles/Makefile.aix...
2000-11-06 Thomas G. LockhartAdd support for AT TIME ZONE syntax.
2000-11-06 Thomas G. LockhartAdd tests for more INTERVAL syntax.
2000-11-06 Thomas G. LockhartAdd functions to support AT TIME ZONE syntax.
2000-11-06 Thomas G. LockhartFix INTERVAL output when year/month has different sign...
2000-11-06 Thomas G. LockhartImplement AT TIME ZONE SQL9x syntax.
2000-11-06 Thomas G. LockhartAllow type resolution for UNKNOWN arguments to function...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-11-05 Peter EisentrautAdd some configure checks for DocBook and related tools...
2000-11-05 Tom LaneUNION select in a CREATE RULE caused a weird error...
2000-11-05 Tom LaneAllow ORDER BY, LIMIT in sub-selects. Fix most (not...
2000-11-04 Bruce MomjianMake PROCEDURAL optional in CREATE/DROP LANGUAGE.
2000-11-04 Bruce MomjianThis patch should allow primary/foreign key
2000-11-04 Peter EisentrautRemove .SECONDARY: target again, because GNU make 3...
2000-11-04 Peter EisentrautSeparate CFLAGS_SL and CXXFLAGS_SL, to allow building...
2000-11-04 Peter EisentrautPut -Ae into CC not CFLAGS, since it's not optional.
2000-11-04 Peter EisentrautThis is no longer used since we have the 'resultmap'.
2000-11-04 Peter EisentrautSince the backend now handles relative PGDATA, initdb...
2000-11-04 Peter EisentrautMake the backend grok relative paths for the data direc...
2000-11-04 Tatsuo IshiiFix for missing EUC_TW encoding
2000-11-03 Peter Eisentrautoutdated and obsolete
2000-11-03 Peter EisentrautAdd global .SECONDARY: target to not allow make to...
2000-11-03 Tom LaneMinor code cleanups, make in_group() check faster.
2000-11-03 Tom LaneFix bug reported by bobson: aclinsert3 would delete...
2000-11-03 Peter EisentrautAdd configure check to see whether <string.h> and ...
2000-11-03 Vadim B. Mikheevpg_variable is not used in WAL version now.
2000-11-03 Michael MeskesParser sync.
2000-11-02 Tom LaneImprove inv_getsize() per suggestion from Denis Perchin...
2000-11-02 Tom LanePeter forgot to fix {operator} rule to match modified...
2000-11-02 Tom LaneFix insufficiently-parenthesized macro definitions.
2000-11-02 Peter EisentrautAdd pg_dumpall --accounts-only option.
2000-11-02 Peter EisentrautAllow initdb to handle relative paths for PGDATA, by...
next