OSDN Git Service

pg-rex/syncrep.git
1997-12-04 Bruce MomjianUpdate description for PGHOST and unix domain sockets...
1997-12-04 Marc G. FournierIncorporate patch from Matt(maycock@intelliquest.com...
1997-12-04 Marc G. FournierMissed a few files from Todd's patch...oops :)
1997-12-04 Marc G. FournierFrom: todd brandys <brandys@eng3.hep.uiuc.edu>
1997-12-02 Bruce MomjianFix vacuum analyze syntax problem.
1997-12-02 Marc G. Fournierthe -l option doesn't take a port option, so the man...
1997-12-02 Marc G. Fourniergmake distclean wasn't removing the configure generated...
1997-12-02 Thomas G. LockhartRemove premature code in constraint parsing.
1997-12-02 Marc G. FournierLinux related change to .similar to handle 'a.out'...
1997-12-01 Bruce MomjianFix pg_dump, and libpq changes.
1997-12-01 Bruce MomjianDocument pg_dump -z, clean up option list. Fix problem...
1997-12-01 Thomas G. LockhartDeep-six tests using time travel, which has been remove...
1997-12-01 Thomas G. LockhartAdd tests for varchar() and combinations of string...
1997-12-01 Thomas G. LockhartAdjust tests to reflect removal of time travel.
1997-12-01 Thomas G. LockhartAdjust output to reflect changes in tests.
1997-11-30 Thomas G. LockhartChange elog WARN messages for UNIQUE and PRIMARY, FOREI...
1997-11-30 Thomas G. LockhartAdd comments and move a few declaration blocks to help...
1997-11-30 Thomas G. LockhartSpecify hash table support functions for float8 and...
1997-11-30 Thomas G. LockhartAdd datetime and timespan hash index declarations....
1997-11-30 Thomas G. LockhartRemove duplicate block of declarations. Must have been...
1997-11-30 Thomas G. LockhartChange hash field for a few equality operators so all...
1997-11-30 Thomas G. LockhartAdd pg_type.h to include list to regain declaration...
1997-11-30 Bruce MomjianFix for \dd on types.
1997-11-28 Bruce MomjianRename heap_destroyr to heap_destroy, heap_destroy...
1997-11-28 Bruce MomjianRename heap_create to heap_create_and_catatlog, rename...
1997-11-27 Bruce MomjianSalt fix for password, from Tatsuo Ishii.
1997-11-27 Bruce MomjianPrevent flushing from packets, by Massimo.
1997-11-27 Bruce MomjianCleaups of comments.
1997-11-26 Bruce MomjianAdd README for parser directory
1997-11-26 Bruce MomjianRe-order args for TypeCreate() to be clearer.
1997-11-26 Bruce MomjianFix from Zeugswetter Andreas DBT for Sendproc.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce Momjian\dd fix.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove gram problems with archive.
1997-11-24 Bruce MomjianChange heading.
1997-11-24 Bruce MomjianCleanup wrapping in \d commands.
1997-11-24 Bruce MomjianMove descriptions to pg_proc, add descriptions.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-23 Bruce MomjianFix for textcat on varchar() fields.
1997-11-21 Bruce MomjianArchive cleanups.
1997-11-21 Bruce MomjianMore archive cleanup.
1997-11-21 Bruce MomjianMore archive cleanup.
1997-11-21 Bruce MomjianRemove unused files.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-21 Bruce MomjianRemove archive stuff.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-19 Bruce MomjianFix socket file permissions, from Goran Thyni.
1997-11-19 Bruce MomjianAdd to .similar file, Tatsuo Ishii
1997-11-19 Bruce MomjianFIx for unix domain sockets, from Goran Thyni.
1997-11-19 Vadim B. MikheevCall ExecEvalExpr with &isDone (not with NULL).
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.
next