OSDN Git Service

pg-rex/syncrep.git
1996-10-08 Bruce MomjianAdd execute permission.
1996-10-08 Bruce MomjianAdd execute permits.
1996-10-08 Bruce MomjianAdd execute permission.
1996-10-08 Marc G. FournierMoved the following definitions to include/config.h...
1996-10-07 Marc G. FournierMove the NAMEDATALEN/OIDNAMELEN defines to include...
1996-10-07 Marc G. FournierFix handling of no '../doc' directory in compile proced...
1996-10-07 Marc G. FournierWell I haven't received any feedback pro or con re...
1996-10-07 Marc G. FournierFix a couple of small things from D'Arcy's last patch
1996-10-07 Bruce MomjianModified Assert to be more selective.
1996-10-07 Marc G. FournierFixed a missed change from Carsten Heyl <heyl@nads.de>
1996-10-07 Marc G. FournierMostly adding "const" keyword and making some functions...
1996-10-07 Bruce MomjianChange new assert so it generates assert message rather...
1996-10-07 Bruce Momjianadd FROM to update page, clean up spelling error in...
1996-10-07 Bruce MomjianRemove sytax errors from file.
1996-10-07 Bruce MomjianUpdate help for alter table. remove EXTEND function.
1996-10-05 Bruce MomjianFix typo in help text.
1996-10-05 Bruce MomjianRenamed file.
1996-10-05 Marc G. FournierStylistic cleanups...
1996-10-05 Bruce MomjianAdd comment about possible zero value.
1996-10-05 Bruce MomjianChange shell-style comments to C-style.
1996-10-05 Bruce MomjianFix assert to allow zero. OK'ed by Bryan.
1996-10-05 Bruce MomjianFix args to match prototype.
1996-10-05 Bruce MomjianReplace double // with /. THis confuses mkid.
1996-10-05 Bruce MomjianAdded single-letter options and case statement.
1996-10-05 Bruce MomjianImproved creation of mkid files.
1996-10-04 Marc G. FournierHere the fix for the first assertion failure I had...
1996-10-04 Marc G. FournierAnd bring in change from 1.0.7 tree to here...
1996-10-04 Marc G. FournierMoved the define of SIGNAL_ARGS that D'Arcy just create...
1996-10-04 Marc G. FournierThe remainder of D'Arcy's changes, most notibly the...
1996-10-04 Marc G. FournierThis patch corrects some errors in sample commands...
1996-10-04 Marc G. FournierThis patch fixes problems in initdb, including that...
1996-10-04 Bruce MomjianMoved files.
1996-10-04 Bruce Momjiannew TODO.
1996-10-04 Bruce MomjianAdded purge(l) mention in manual page.
1996-10-03 Bruce MomjianRemoved -S from example and added nohup to log file.
1996-10-03 Marc G. FournierAdded dlfcn.h to dl.c in BSD44_derived port
1996-10-03 Bruce MomjianAdded restriction to tables vacuum'able.
1996-10-03 Bruce MomjianAdded chown to Makefile to set files to Postgres user.
1996-10-03 Bruce MomjianMOved them.
1996-10-03 Bruce MomjianMoved them.
1996-10-03 Bruce MomjianNew FAQ.
1996-10-03 Bruce MomjianRenamed createdb.l to create_database.l.
1996-10-03 Bruce MomjianBrought psql help up to date with syntax and manual.
1996-10-03 Bruce MomjianNew vacuum optoin.
1996-10-03 Bruce MomjianNew vacuum option.
1996-10-03 Bruce MomjianFixes extra space in printing.
1996-10-03 Bruce MomjianAllow vacuum to run for only one table. Fixes allocati...
1996-10-03 Bruce MomjianFixed file to properly do SEMUN for BSDI.
1996-10-03 Bruce MomjianManual changes for initdb.sh change.
1996-10-03 Bruce MomjianAdded new single-letter options to initdb.sh.
1996-10-02 Marc G. Fournierchange stdout to fout
1996-10-02 Marc G. FournierAdded NEED_UNION_SEMUN to config.h
1996-10-02 Marc G. FournierMoved whether to define union semun from include/storag...
1996-09-29 Bruce MomjianThis file was superceeded by README.fsync.
1996-09-28 Bruce MomjianChanged default port name.
1996-09-26 Bruce MomjianChange README to 2.0.
1996-09-26 Bruce MomjianAdd fsync option to Postgres manual page.
1996-09-26 Bruce Momjianpalloc() finfo memory. From Kurt.
1996-09-26 Bruce MomjianFix cluster finfo problem Kurt reported.
1996-09-26 Bruce MomjianFixed YACC depenencies and 'make clean' now cleans...
1996-09-26 Bruce MomjianUpdated version.
1996-09-26 Bruce MomjianThis should cause 'make clean' to clean up bki files...
1996-09-26 Bruce MomjianPrevents possible packet loss from SIGCHLD.
1996-09-26 Bruce Momjianupgrade.
1996-09-26 Bruce MomjianUpdated version.
1996-09-25 Bruce MomjianFix location of include files to match postgres.h includes.
1996-09-25 Bruce MomjianChanged gawk to awk.
1996-09-24 Marc G. FournierPatch for:
1996-09-23 Marc G. FournierChange the comments pertaining to Makefile.custom
1996-09-23 Marc G. FournierPrototype setMaxOid()
1996-09-23 Marc G. FournierCFLAGS +- -I... got messed by one of Bryan's patches
1996-09-23 Marc G. FournierFix for using Makefile.custom
1996-09-23 Marc G. FournierFrom: Bruce Momjian <maillist@candle.pha.pa.us>
1996-09-23 Marc G. FournierFrom: Bruce Momjian <maillist@candle.pha.pa.us>
1996-09-23 Marc G. FournierFrom: Bruce Momjian <maillist@candle.pha.pa.us>
1996-09-23 Marc G. FournierDate: Sun, 22 Sep 1996 13:47:39 -0400 (EDT)
1996-09-23 Marc G. Fournierdiff -ru ../../../orig/postgres95/src/backend/utils...
1996-09-23 Marc G. Fournierdiff -ru ../../../orig/postgres95/src/backend/libpq...
1996-09-23 Marc G. FournierFinish commiting Bryan's patches...
1996-09-23 Marc G. FournierHere's a patch that I discussed recently on pg95-dev...
1996-09-22 Marc G. Fournier*** src/backend/storage/file/fd.c.orig Thu Sep 12...
1996-09-21 Marc G. FournierTurned off EUROPEAN_DATES as default...
1996-09-21 Marc G. Fournier|For starters, here's a small patch that removes a...
1996-09-21 Marc G. Fournier|This fixes the bug introduced yesterday that causes...
1996-09-21 Marc G. FournierNothing patched...just testing something with CVS...
1996-09-21 Marc G. FournierPatches to make POSTPORT changes in scripts
1996-09-20 Marc G. FournierVarious patches from Bryan that *should* clean up the...
1996-09-20 Marc G. FournierAdd the regex include files to the repository...
1996-09-19 Marc G. FournierDocumentation on the fsync() patch from OpenLink
1996-09-19 Marc G. FournierNewer version of Bruce's pginterface library...
1996-09-19 Marc G. FournierClean out the old...
1996-09-19 Marc G. FournierHere is a /doc patch for the oid preservation code.
1996-09-19 Marc G. Fourniernonulls is not supported in gram.y, so why advertise it.
1996-09-19 Marc G. FournierThis shows the new use of defaults.
1996-09-19 Marc G. FournierI have two small patches which correct some very obscur...
1996-09-19 Marc G. FournierAnother small change. Added the void keyword to an...
1996-09-19 Marc G. FournierJust a small change to flesh out the func_ptr typedef...
1996-09-19 Marc G. FournierA few changes to cleanup the code.
1996-09-19 Marc G. FournierCleanup patch of pg_version
1996-09-19 Marc G. FournierAdded querylimit patch...
next