]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
1997-11-19  Bruce MomjianChange \df order.
1997-11-18  Bruce MomjianRemove stuff that is now in psql \d.
1997-11-18  Vadim B. MikheevGet rid of unused variable 'address'.
1997-11-18  Bruce MomjianMake \d commands not wrap over 80 cols.
1997-11-18  Bruce MomjianAdd descriptions for types and operators.
1997-11-17  Bruce MomjianClean out pgbuiltin now that new psql \d commands exist.
1997-11-17  Bruce MomjianFix \e for empty file.
1997-11-17  Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-17  Thomas G. LockhartUnscramble port selection logic to avoid compiler compl...
1997-11-17  Thomas G. LockhartDefine prototype for ExecutorLimit() to avoid compiler...
1997-11-17  Thomas G. LockhartAdd DTK_DOY to help decode day of year fields.
1997-11-17  Thomas G. LockhartInclude first text in some type descriptions (~29 entries).
1997-11-17  Thomas G. LockhartUpdate UNION and subselect syntax.
1997-11-17  Thomas G. LockhartUpdate generated source for scan.l.
1997-11-17  Thomas G. LockhartImplement SQL92 binary and hexadecimal string decoding...
1997-11-17  Thomas G. LockhartUse limits.h for INT, SHRT, and SCHAR min and max value...
1997-11-17  Thomas G. LockhartUse SHRT_MIN and SHRT_MAX for 2-byte integer limits.
1997-11-17  Thomas G. LockhartAllow fractional values for delta times (e.g. '2.5...
1997-11-17  Thomas G. LockhartInclude unistd.h to get read/write function declarations.
1997-11-17  Thomas G. LockhartAdd storage/ipc.h include file to get read/write functi...
1997-11-17  Thomas G. LockhartFix compiler complaints about mismatched pointer args...
1997-11-17  Bruce MomjianFix for \e on empty file.
1997-11-17  Marc G. FournierApply Bryan's IPC Patches
1997-11-16  Bruce MomjianRe-ordeer new \d command output.
1997-11-16  Bruce MomjianNew \dS psql command. initdb cleanup.
1997-11-15  Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-15  Bruce MomjianFix problem of COPY before vacuum.
1997-11-15  Bruce MomjianAdd new \df psql option and oid8types() function.
1997-11-15  Thomas G. LockhartFix testing problem when 'current' equal to 'now' for...
1997-11-15  Thomas G. LockhartAdd mention of new environment variables for session...
1997-11-14  Bruce MomjianMake flowchart file smaller.
1997-11-14  Bruce MomjianAdd new psql \da, \do, and \dT options.
1997-11-14  Thomas G. LockhartSet time zone and date style environment variables.
1997-11-14  Thomas G. LockhartInclude flex output in the standard distribution to...
1997-11-14  Thomas G. LockhartSupress cleaning scan.c since we will try to include...
1997-11-14  Thomas G. LockhartAdd flag to supress one compiler warning regarding...
1997-11-14  Thomas G. LockhartAdd mention of PGDATESTYLE, PGTZ, PGCOSTHEAP, PGCOSTIND...
1997-11-14  Thomas G. LockhartAdd other initialization environment variables:
1997-11-14  Thomas G. LockhartReformat parser table (cosmetic only).
1997-11-14  Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-14  Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-13  Bruce Momjianpg_description cleanup.
1997-11-13  Bruce MomjianAdd pg_description table for info on tables, columns...
1997-11-12  Bruce MomjianFile has moved to include/catalog.
1997-11-10  Thomas G. LockhartRemove unnecessary inclusion of <ctype.h>.
1997-11-10  Thomas G. LockhartAdd PGTZ environment variable to initialization code.
1997-11-10  Thomas G. LockhartDo a more complete job of supporting time zone information.
1997-11-10  Thomas G. LockhartChange quickdie elog notice to a single message.
1997-11-10  Thomas G. LockhartChange messages regarding "TimeRange" to say that time...
1997-11-10  Thomas G. LockhartClean up path handling esp. when interpreting environme...
1997-11-10  Thomas G. LockhartAdd errormsg initialization from patch by Keith Parks.
1997-11-10  Thomas G. LockhartClean up handling of environment variables in path...
1997-11-10  Bruce MomjianClean up indenting.
1997-11-10  Bruce MomjianFix case issues with quotes.
1997-11-10  Marc G. FournierFrom: "Gillies, Robert" <GilliesR@Nichols.com>
1997-11-10  Bruce MomjianPatch from Goran Thyni
1997-11-09  Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-11-09  Marc G. FournierFrom: Bryan Henderson <bryanh@giraffe.netgate.net>
1997-11-09  Marc G. FournierOops, shouldn't have added that extra, it seems... :)
1997-11-09  Marc G. FournierAdd i586-pc-sco3.2v5.0.2 to .similar file
1997-11-07  Bruce Momjiannew alpha linux locking from Travis Melhiser <melhiser...
1997-11-07  Bruce MomjianUpdate postmaster manual page.
1997-11-07  Bruce MomjianUpdate of Java driver from Peter Mount.
1997-11-07  Bruce MomjianAdd Unix domain socket support, from Goran Thyni, goran...
1997-11-07  Bruce MomjianRemove .orig files.
1997-11-07  Thomas G. LockhartInclude transam.h to get NullTransactionId defined
1997-11-07  Thomas G. LockhartRoutines for database initial access info and support.
1997-11-07  Thomas G. LockhartAdd database.c for database initial access info and...
1997-11-07  Thomas G. LockhartImplement CREATE DATABASE/WITH LOCATION=.
1997-11-07  Thomas G. LockhartFile is created by make from source in ../output
1997-11-07  Thomas G. LockhartDeclare routines which support SET keyword = value...
1997-11-07  Thomas G. LockhartEnable SET value = DEFAULT by passing null parameter...
1997-11-07  Thomas G. LockhartDescribe new command to create alternate database locat...
1997-11-07  Thomas G. LockhartSupport alternate database locations.
1997-11-07  Thomas G. LockhartSupport "with location" capability for database creation.
1997-11-07  Thomas G. LockhartChange error message for rejected input.
1997-11-07  Thomas G. LockhartChange phrasing of input error message.
1997-11-07  Thomas G. LockhartSupport "delimited identifiers" for \d tablename command.
1997-11-07  Thomas G. LockhartAdd "-D location" to specify alternate database location.
1997-11-07  Thomas G. LockhartAdd initlocation.
1997-11-07  Thomas G. LockhartChange "more" to "cat" to allow typeahead while making...
1997-11-07  Thomas G. LockhartCreate alternate location(s) for databases.
1997-11-05  Bruce MomjianUpdate of contrib stuff from massimo.
1997-11-05  Bruce MomjianRemove NOT_USED for Massimo.
1997-11-04  Bruce MomjianRemove duplicate text.
1997-11-03  Bruce MomjianRemove time travel from manuals.
1997-11-03  Bruce MomjianAdd paging for \d, and fix \i.
1997-11-02  Bruce MomjianPortability fix for pg_passwd.
1997-11-02  Vadim B. MikheevGood Bye, Time Travel!
1997-11-01  Bruce MomjianFix acl error, and remove duplicate pqtrace.
1997-10-31  Bruce MomjianIndexes for LIKE and ~, !~ operations.
1997-10-30  Bruce MomjianNo more warnings on macros, thanks VAdim.
1997-10-30  Bruce MomjianRemember release.txt change.
1997-10-30  Bruce MomjianUpdate version to 6.3. dump/reload for 6.1 version...
1997-10-30  Bruce MomjianWe have multi-column indexes, so update manual.
1997-10-30  Bruce MomjianFIx for SCO compiles.
1997-10-30  Bruce MomjianFix for java to allow password, european dates,from...
1997-10-30  Bruce MomjianFIx for libptcl make, from Tatsuo Ishii.
1997-10-30  Bruce MomjianPatch for tcl library crash, from Jan Wieck.
1997-10-30  Bruce MomjianRemove duplocate lock_timeout value.
next