Commit Graph

  • 93c7dcffa2 Here the fix for the first assertion failure I had which killed my postmaster 1.07. It's really simple, the loop dealing with all sockets can't handle more than one ready socket :-) A simple logic error dealing with lists. OR IS THERE ANY REASON FOR SETTING curr TO 0? Marc G. Fournier 1996-10-04 20:33:18 +0000
  • 4feb696be7 Here the fix for the first assertion failure I had which killed my postmaster 1.07. It's really simple, the loop dealing with all sockets can't handle more than one ready socket :-) A simple logic error dealing with lists. OR IS THERE ANY REASON FOR SETTING curr TO 0? Marc G. Fournier 1996-10-04 20:32:07 +0000
  • 002be14c45 And bring in change from 1.0.7 tree to here... Marc G. Fournier 1996-10-04 20:29:35 +0000
  • 9b1e589ca8 Added spaces to end of QUERY lines so that createuser actually works... Marc G. Fournier 1996-10-04 20:28:57 +0000
  • 1aa15e6eb3 Quick fix required to fix SED script in postgres.shell.mk Marc G. Fournier 1996-10-04 20:25:31 +0000
  • ff25e44d03 Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so that hopefully this sort of thing can eventually be determined using configure? Marc G. Fournier 1996-10-04 20:20:57 +0000
  • f8009e1786 The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS Marc G. Fournier 1996-10-04 20:17:11 +0000
  • 312b4dabfe This patch corrects some errors in sample commands in the INSTALL file. Marc G. Fournier 1996-10-04 20:08:29 +0000
  • 27bccb9db3 This patch fixes problems in initdb, including that it doesn't run with some versions of sh, and a bug in the master make file that causes it to issue the message "postgres has been built" at the wrong time. Marc G. Fournier 1996-10-04 20:07:10 +0000
  • 22749a1d72 Moved files. Bruce Momjian 1996-10-04 15:23:00 +0000
  • 9e9206e0df new TODO. Bruce Momjian 1996-10-04 15:15:24 +0000
  • 15537c9d45 Added purge(l) mention in manual page. Bruce Momjian 1996-10-04 14:50:18 +0000
  • 57fd9a5c4e Removed -S from example and added nohup to log file. Bruce Momjian 1996-10-03 23:34:36 +0000
  • c61d606a15 Added dlfcn.h to dl.c in BSD44_derived port Marc G. Fournier 1996-10-03 22:41:42 +0000
  • aefb294e13 Added restriction to tables vacuum'able. Added NOTICE messages for bad table names. Bruce Momjian 1996-10-03 20:11:41 +0000
  • 487e91484d Added chown to Makefile to set files to Postgres user. Does not display and generates no error messages on failure. Bruce Momjian 1996-10-03 20:09:48 +0000
  • 25ffb8965f MOved them. Bruce Momjian 1996-10-03 17:27:48 +0000
  • f5316239b8 Moved them. Bruce Momjian 1996-10-03 17:27:01 +0000
  • 97c904610d New FAQ. Bruce Momjian 1996-10-03 17:15:56 +0000
  • 2e9010cd8a Renamed createdb.l to create_database.l. Changed portal to cursor. Bruce Momjian 1996-10-03 15:50:10 +0000
  • 4bec96f16f Brought psql help up to date with syntax and manual. Bruce Momjian 1996-10-03 15:46:31 +0000
  • 92210d4915 New vacuum optoin. Bruce Momjian 1996-10-03 04:21:31 +0000
  • 75e2cbcec3 New vacuum option. Bruce Momjian 1996-10-03 04:20:41 +0000
  • fedb734df9 Fixes extra space in printing. Bruce Momjian 1996-10-03 04:20:11 +0000
  • 267ef0a642 Allow vacuum to run for only one table. Fixes allocation bug. Bruce Momjian 1996-10-03 04:19:29 +0000
  • dbc268ca15 Fixed file to properly do SEMUN for BSDI. Grouped some PORTNAME's for SEMUN. Bruce Momjian 1996-10-03 01:14:37 +0000
  • 00ec211aa8 Manual changes for initdb.sh change. Bruce Momjian 1996-10-03 00:25:53 +0000
  • a14bf40b88 Added new single-letter options to initdb.sh. Removed long-option names that used ${#} shell feature which was a compatability problem. Bruce Momjian 1996-10-03 00:23:42 +0000
  • 729f10ae3f change a reference to stdout to point to fout instead... Marc G. Fournier 1996-10-02 21:39:29 +0000
  • 67e8736348 change stdout to fout Marc G. Fournier 1996-10-02 21:38:35 +0000
  • cae8b908a8 From: "Kurt J. Lidl" <lidl@va.pubnix.com> To: pg95-dev@ki.net Subject: [PG95-DEV] array overrun in postmaster.c Marc G. Fournier 1996-10-02 21:36:32 +0000
  • de635e1607 Added a fix for the dgux port Marc G. Fournier 1996-10-02 20:43:25 +0000
  • 0fadfc00ad Added NEED_UNION_SEMUN to config.h Marc G. Fournier 1996-10-02 20:42:20 +0000
  • 22ef6d06fc Moved whether to define union semun from include/storage/ipc.h to a define in include/config.h Marc G. Fournier 1996-10-02 20:40:17 +0000
  • e788e8aa03 This file was superceeded by README.fsync. Bruce Momjian 1996-09-29 19:11:20 +0000
  • fe3dd24276 Changed default port name. Bruce Momjian 1996-09-28 00:57:41 +0000
  • 6de47e1175 Change README to 2.0. Bruce Momjian 1996-09-26 18:34:49 +0000
  • 33b7d74c6f Add fsync option to Postgres manual page. Bruce Momjian 1996-09-26 16:49:09 +0000
  • 8f7756d796 palloc() finfo memory. From Kurt. Bruce Momjian 1996-09-26 16:29:05 +0000
  • adc98c0b35 Fix cluster finfo problem Kurt reported. Bruce Momjian 1996-09-26 15:43:35 +0000
  • 2baf2150e9 Fixed YACC depenencies and 'make clean' now cleans totally. Bruce Momjian 1996-09-26 15:40:45 +0000
  • a3e68d902e Updated version. Bruce Momjian 1996-09-26 14:07:07 +0000
  • f8a84c947a This should cause 'make clean' to clean up bki files. Looks like a typo. Bruce Momjian 1996-09-26 04:22:49 +0000
  • deaaecdf2e Prevents possible packet loss from SIGCHLD. Bruce Momjian 1996-09-26 03:17:44 +0000
  • a38b0f6cb9 upgrade. Bruce Momjian 1996-09-26 01:13:14 +0000
  • dac4058722 Updated version. Bruce Momjian 1996-09-26 00:48:48 +0000
  • fd067981be Fix location of include files to match postgres.h includes. Bruce Momjian 1996-09-25 19:37:31 +0000
  • 0d83b86720 Changed gawk to awk. Bruce Momjian 1996-09-25 19:24:58 +0000
  • b12fb0e6b5 Patch for: Marc G. Fournier 1996-09-24 01:57:01 +0000
  • 4ca1e1300c Change the comments pertaining to Makefile.custom Marc G. Fournier 1996-09-23 18:17:42 +0000
  • 87799e38f1 Prototype setMaxOid() Marc G. Fournier 1996-09-23 18:15:41 +0000
  • afcbce5c22 CFLAGS +- -I... got messed by one of Bryan's patches Marc G. Fournier 1996-09-23 18:14:08 +0000
  • 0da293f868 Fix for using Makefile.custom Marc G. Fournier 1996-09-23 08:43:40 +0000
  • ba628ef13d From: Bruce Momjian <maillist@candle.pha.pa.us> To: Bryan Henderson <bryanh@giraffe.netgate.net> Cc: Postgres95-development <pg95-dev@ki.net> Subject: Re: [PG95-DEV] DELETE statement Marc G. Fournier 1996-09-23 08:39:53 +0000
  • 9c6135fb15 From: Bruce Momjian <maillist@candle.pha.pa.us> To: Postgres95-development <pg95-dev@ki.net> Subject: [PG95-DEV] postgres.h patch Marc G. Fournier 1996-09-23 08:38:45 +0000
  • 32620c222e From: Bruce Momjian <maillist@candle.pha.pa.us> To: Postgres95-development <pg95-dev@ki.net> Subject: [PG95-DEV] Makefile.global patch Marc G. Fournier 1996-09-23 08:37:41 +0000
  • 3bf2b361f0 Date: Sun, 22 Sep 1996 13:47:39 -0400 (EDT) From: Bruce Momjian <maillist@candle.pha.pa.us> To: Postgres95-development <pg95-dev@ki.net> Subject: [PG95-DEV] 2.0 patch for fastgetattr Marc G. Fournier 1996-09-23 08:36:39 +0000
  • d00f621d7b diff -ru ../../../orig/postgres95/src/backend/utils/adt/varlena.c ./utils/adt/varlena.c - --- ../../../orig/postgres95/src/backend/utils/adt/varlena.c Mon Jul 22 23:56:04 1996 +++ ./utils/adt/varlena.c Tue Sep 17 15:12:55 1996 @@ -166,7 +166,7 @@ Marc G. Fournier 1996-09-23 08:31:01 +0000
  • fb7f8e7655 diff -ru ../../../orig/postgres95/src/backend/libpq/be-fsstubs.c ./libpq/be-fsstubs.c - --- ../../../orig/postgres95/src/backend/libpq/be-fsstubs.c Tue Jul 9 08:21:30 1996 +++ ./libpq/be-fsstubs.c Tue Sep 17 15:30:09 1996 @@ -241,7 +241,7 @@ */ fd = open(VARDATA(filename), O_RDONLY, 0666); if (fd < 0) { /* error */ - - elog(WARN, "lo_import: can't open unix file\"%s\"\n", filename); + elog(WARN, "lo_import: can't open unix file \"%s\"\n", VARDATA(filename)); } Marc G. Fournier 1996-09-23 08:29:52 +0000
  • 1b10c7a326 Finish commiting Bryan's patches... Marc G. Fournier 1996-09-23 08:27:04 +0000
  • ff4d0d435e Here's a patch that I discussed recently on pg95-dev that changes the way one creates a database system. Parts that were in "make install" are not either in "make all" or initdb. Nothing goes in the PGDATA directory besides user data. Creating multiple database systems is easier. Marc G. Fournier 1996-09-23 08:24:13 +0000
  • 1530e33b67 *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 --- src/backend/storage/file/fd.c Thu Sep 12 17:23:38 1996 *************** *** 262,268 **** Delete(file); Marc G. Fournier 1996-09-22 01:31:29 +0000
  • e7c3adcd94 *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 --- src/backend/storage/file/fd.c Thu Sep 12 17:23:38 1996 *************** *** 262,268 **** Delete(file); Marc G. Fournier 1996-09-22 01:30:52 +0000
  • 5774d080a7 Turned off EUROPEAN_DATES as default... Marc G. Fournier 1996-09-21 19:12:11 +0000
  • af4f86adda Had EUROPEAN_DATES turned on by default Marc G. Fournier 1996-09-21 19:11:22 +0000
  • 2857a3899e More declaration mis-match fixes... Marc G. Fournier 1996-09-21 08:19:32 +0000
  • 52f9fcd737 Now match the declaration in fe-auth.c to the one in fe-auth.h :) Marc G. Fournier 1996-09-21 08:16:31 +0000
  • 74025d0fef fix a conflicting declaration problem with fe_setauthsvc()... Marc G. Fournier 1996-09-21 08:15:00 +0000
  • 5ca943d398 slight fix to Makefile.inc so that gram.c/parse.h get put into backend/obj instead of into backend Marc G. Fournier 1996-09-21 07:47:48 +0000
  • 7efc8ef1a1 |For starters, here's a small patch that removes a compiler warning in that |regex stuff on Linux. | |-- |Bryan Henderson Phone 408-227-6803 |San Jose, California | Marc G. Fournier 1996-09-21 06:31:13 +0000
  • ee420c049f |This fixes the bug introduced yesterday that causes "not found" errors |with gram.c and parser.h. | |-- |Bryan Henderson Phone 408-227-6803 |San Jose, California | Marc G. Fournier 1996-09-21 06:29:09 +0000
  • 83298ee312 Nothing patched...just testing something with CVS... Marc G. Fournier 1996-09-21 06:27:11 +0000
  • 04b55fc4a4 Patches to make POSTPORT changes in scripts Marc G. Fournier 1996-09-21 06:24:41 +0000
  • cd2f4476f0 POSTPORT should be 5432, not 6543 Marc G. Fournier 1996-09-21 06:20:19 +0000
  • df79870a82 Patches to make POSTPORT changes in scripts Marc G. Fournier 1996-09-21 06:18:52 +0000
  • 6661a8dd1c This patch stops the Postgres build from ignoring the fact that yacc has failed to create gram.c. Marc G. Fournier 1996-09-21 06:06:49 +0000
  • 1a003fbcc2 Various patches from Bryan that *should* clean up the compile problems ppl are seeing with v2.0 Marc G. Fournier 1996-09-20 08:34:39 +0000
  • 985acb8ea0 Add the regex include files to the repository... Marc G. Fournier 1996-09-20 05:29:31 +0000
  • 741d323b5e Hey, I didn't take it out, and its in the 2.0 source tree...*sigh* Marc G. Fournier 1996-09-19 20:28:22 +0000
  • 5995953a02 Documentation on the fsync() patch from OpenLink Marc G. Fournier 1996-09-19 20:22:23 +0000
  • 715c6b6d25 Newer version of Bruce's pginterface library... Marc G. Fournier 1996-09-19 20:19:05 +0000
  • ee9b8016c7 Clean out the old... Marc G. Fournier 1996-09-19 20:16:55 +0000
  • 9fb31dcb54 Here is a /doc patch for the oid preservation code. Marc G. Fournier 1996-09-19 20:09:02 +0000
  • ab76bbf8fd nonulls is not supported in gram.y, so why advertise it. Marc G. Fournier 1996-09-19 20:08:09 +0000
  • 2545844a10 This shows the new use of defaults. Marc G. Fournier 1996-09-19 20:07:15 +0000
  • 3c237e7347 I have two small patches which correct some very obscure bug in the parser of the array constants and in one of the loadable modules I posted some time ago. Marc G. Fournier 1996-09-19 20:05:59 +0000
  • 8594ade7b0 Another small change. Added the void keyword to an empty arg list. Marc G. Fournier 1996-09-19 20:02:53 +0000
  • b19b90d706 Just a small change to flesh out the func_ptr typedef declaration. Marc G. Fournier 1996-09-19 20:01:40 +0000
  • 3023dc6af0 A few changes to cleanup the code. Marc G. Fournier 1996-09-19 20:00:37 +0000
  • efebd7b7aa Cleanup patch of pg_version Marc G. Fournier 1996-09-19 19:58:27 +0000
  • ea8adfc435 Added querylimit patch... Marc G. Fournier 1996-09-19 19:57:18 +0000
  • aceac3a927 Fix for pg_log bug Marc G. Fournier 1996-09-19 19:50:48 +0000
  • 43b28429ef A fix for the pg_log bug Marc G. Fournier 1996-09-19 19:47:31 +0000
  • 0318f227ac Add missing includes to silence compile Marc G. Fournier 1996-09-16 06:34:40 +0000
  • 95251f458c Various standardizations and fixes submitted by D'Arcy Cain Marc G. Fournier 1996-09-16 06:32:25 +0000
  • 40aade2c06 At Andrew's suggestion, upgrade the Version numbers to reflect the current state of development...namely, we are on 2.0 Marc G. Fournier 1996-09-16 06:11:44 +0000
  • f589ca6800 The following diffs remove the various definitions of dupstr() and replace all the calls with strdup. Marc G. Fournier 1996-09-16 06:06:17 +0000
  • 24f0012268 I have made some corrections to my previous patches for retrieving array attributes as tcl arrays. The previous code had problems with some chars used as delimiter by Tcl. The new code should be more robust. Marc G. Fournier 1996-09-16 05:54:53 +0000
  • 33dccad831 enable PQ_NOTIFY_PATCH in config.h Marc G. Fournier 1996-09-16 05:52:51 +0000
  • bbebcb125e Fixes: Marc G. Fournier 1996-09-16 05:50:46 +0000