OSDN Git Service

pg-rex/syncrep.git
1998-09-07 Thomas G. LockhartFix Postgres to support SQL92 syntax. Old syntax still...
1998-09-07 Thomas G. LockhartMinor wording and formatting cleanups.
1998-09-07 Thomas G. LockhartAdd new reference pages. This completes the first cut...
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-06 Bruce MomjianBTW, in catalog/pg_type.h:
1998-09-05 Thomas G. LockhartAdd new reference pages adapted from Jose'.
1998-09-05 Thomas G. LockhartMinor fix to add paragraph break.
1998-09-05 Thomas G. LockhartUse alternate form for long-long-int to be compatible...
1998-09-04 Bruce Momjianoffsetof cleanup.
1998-09-04 Bruce Momjiant_bits alignment fix from Tatsuo Ishii
1998-09-04 Marc G. FournierTry this snprintf() implementation, used in sendmail...
1998-09-04 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-09-04 Bruce Momjianlibpgtcl cleanups for Tom Lane.
1998-09-03 Thomas G. LockhartAllow insert statements to have every column
1998-09-03 Thomas G. LockhartUpdate to match newest gram.c since both are generated...
1998-09-03 Bruce MomjianOops missing file.
1998-09-03 Bruce Momjianpatch cleanups.
1998-09-03 Bruce Momjian[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
1998-09-03 Bruce MomjianFix ifdef.
1998-09-03 Bruce MomjianNew stuff from Peter Mount for jdbc.
1998-09-03 Bruce MomjianNew stuff for 6.4 jdbc.
1998-09-03 Bruce Momjian> Yikes, that is certainly not standard C. I have...
1998-09-03 Bruce MomjianRemove \r\n in windows makefile.
1998-09-03 Bruce MomjianO2. Seems tas() for PPC (storage/buffer/s_lock.c) never...
1998-09-03 Bruce Momjian Oops. I'll fix this.
1998-09-03 Bruce MomjianAttached is a patch to remove the definitions of libpq...
1998-09-02 Bruce Momjian> David Hartwig wrote:
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-02 Thomas G. LockhartUpdate to support the CREATE TABLE DEFAULT VALUES state...
1998-09-02 Thomas G. LockhartSupport CREATE TABLE DEFAULT VALUES statement.
1998-09-02 Thomas G. LockhartAdd more new pages.
1998-09-02 Bruce Momjianautoconf
1998-09-02 Bruce MomjianFix for install path
1998-09-02 Bruce Momjianupdate
1998-09-02 Bruce Momjianinstall file search fix
1998-09-02 Bruce Momjianautoconf
1998-09-02 Bruce MomjianConfigure fix for install script search.
1998-09-01 Bruce Momjianre-add bsdi makefile
1998-09-01 Bruce Momjianbsdi cleanup
1998-09-01 Bruce Momjiancleanup
1998-09-01 Thomas G. LockhartFix message delimiters for substitution by sed script...
1998-09-01 Thomas G. LockhartAdd new files from Oliver and Thomas.
1998-09-01 Thomas G. LockhartRemove mention of the migration directory since this...
1998-09-01 Thomas G. LockhartPut in explicit reference to the ref/ subdirectory...
1998-09-01 Thomas G. LockhartInitial information for Linux/Unix installation.
1998-09-01 Bruce Momjiancleanups of indexing.c
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce Momjianindexing.c cleanups.
1998-08-31 Bruce MomjianFix for regproc
1998-08-31 Bruce MomjianFix for regprocout, use underscore, not parens.
1998-08-31 Bruce MomjianOR clause index fix
1998-08-31 Bruce MomjianTwo spaces after a colon.
1998-08-31 Bruce MomjianPreserver pg_log and pg_variable in upgrade. Cleanups.
1998-08-30 Bruce MomjianFix for possible releasebuffer bug.
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-30 Thomas G. LockhartTypes removed from Postgres: oidint2, oidint4, oidname.
1998-08-30 Marc G. FournierFrom: Tom Lane <tgl@sss.pgh.pa.us>
1998-08-30 Marc G. Fourniersequence contrib directory removed, as already integrat...
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-30 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-30 Bruce MomjianMake old db directory configurable.
1998-08-30 Bruce MomjianUpdate man pages.
1998-08-30 Bruce MomjianUpdate INSTALL to mention pg_upgrade.
1998-08-30 Bruce MomjianNew pg_upgrade command.
1998-08-30 Bruce MomjianUpdate FAQ.
1998-08-30 Bruce MomjianImprove distclean.
1998-08-30 Bruce MomjianAdd missing pgaccess file.
1998-08-30 Bruce Momjianautoconf
1998-08-30 Bruce Momjian--without fix from Brook
1998-08-30 Bruce MomjianAdd missing file.
1998-08-30 Bruce MomjianUpdate INSTALL, etc. for release 6.4. Update pgaccess...
1998-08-30 Bruce MomjianUpdate of changes
1998-08-29 Bruce MomjianPrevent file descriptor leak from failed COPY.
1998-08-29 Bruce MomjianOk. BTW Mr. Kataoka who is maintaing Japanese version...
1998-08-29 Bruce MomjianFix scanner name length trimming.
1998-08-29 Bruce MomjianBetter error message if table exists.
1998-08-29 Bruce MomjianThis patch resolves some regression test failures cause...
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
1998-08-29 Bruce Momjianupdate libpq.rc version.
1998-08-29 Bruce MomjianHello!
1998-08-29 Bruce MomjianTruncate identifiers at NAMEDATALEN length.
1998-08-29 Bruce Momjianlibpq's pqGetnchar() should not return a null-terminate...
1998-08-28 Marc G. FournierFrom: Michael Meskes <meskes@online-club.de>
1998-08-28 Bruce MomjianIgnore spaces when reporting regression failures.
1998-08-28 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-08-28 Bruce Momjianvacuum fix.
1998-08-28 Bruce MomjianHi all,
1998-08-27 Marc G. FournierFrom: Magnus Hagander <mha@edu.sollentuna.se>
1998-08-27 Bruce MomjianMake 'name' type int aligned, like char/varchar.
1998-08-27 Bruce MomjianFix 'd ' should be 'd'.
1998-08-26 Bruce MomjianFix problem where attbyval was wrong for xid types.
1998-08-26 Bruce MomjianFix atttypmod alignment again, and re-enable ecpg.
1998-08-26 Bruce MomjianFix atttypmod to be int32 in system catalogs. Oops.
1998-08-26 Bruce MomjianMake attalign match type alignment.
1998-08-26 Thomas G. LockhartFix up crashing symptoms for new serial type by making...
1998-08-26 Bruce MomjianFix for select bug.
1998-08-25 Marc G. Fourniercvs add'd two files for the tprintf() patch...
next