aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix args to match prototype.Bruce Momjian1996-10-05
|
* Replace double // with /. THis confuses mkid.Bruce Momjian1996-10-05
|
* Added single-letter options and case statement.Bruce Momjian1996-10-05
|
* Improved creation of mkid files.Bruce Momjian1996-10-05
|
* Here the fix for the first assertion failure I had which killedMarc G. Fournier1996-10-04
| | | | | | | | | | 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? Submitted by: Carsten Heyl <Heyl@nads.de>
* And bring in change from 1.0.7 tree to here...Marc G. Fournier1996-10-04
|
* Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so thatMarc G. Fournier1996-10-04
| | | | hopefully this sort of thing can eventually be determined using configure?
* The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGSMarc G. Fournier1996-10-04
|
* This patch corrects some errors in sample commands in the INSTALL file.Marc G. Fournier1996-10-04
| | | | Submitted by: bryanh@giraffe.netgate.net (Bryan Henderson)
* This patch fixes problems in initdb, including that it doesn't runMarc G. Fournier1996-10-04
| | | | | | | | 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. Submitted by: bryanh@giraffe.netgate.net (Bryan Henderson)
* Moved files.Bruce Momjian1996-10-04
|
* new TODO.Bruce Momjian1996-10-04
|
* Added purge(l) mention in manual page.Bruce Momjian1996-10-04
|
* Removed -S from example and added nohup to log file.Bruce Momjian1996-10-03
|
* Added dlfcn.h to dl.c in BSD44_derived portMarc G. Fournier1996-10-03
|
* Added restriction to tables vacuum'able.Bruce Momjian1996-10-03
| | | | Added NOTICE messages for bad table names.
* Added chown to Makefile to set files to Postgres user.Bruce Momjian1996-10-03
| | | | Does not display and generates no error messages on failure.
* MOved them.Bruce Momjian1996-10-03
|
* Moved them.Bruce Momjian1996-10-03
|
* New FAQ.Bruce Momjian1996-10-03
|
* Renamed createdb.l to create_database.l.Bruce Momjian1996-10-03
| | | | Changed portal to cursor.
* Brought psql help up to date with syntax and manual.Bruce Momjian1996-10-03
|
* New vacuum optoin.Bruce Momjian1996-10-03
|
* New vacuum option.Bruce Momjian1996-10-03
|
* Fixes extra space in printing.Bruce Momjian1996-10-03
|
* Allow vacuum to run for only one table. Fixes allocation bug.Bruce Momjian1996-10-03
|
* Fixed file to properly do SEMUN for BSDI.Bruce Momjian1996-10-03
| | | | Grouped some PORTNAME's for SEMUN.
* Manual changes for initdb.sh change.Bruce Momjian1996-10-03
|
* Added new single-letter options to initdb.sh.Bruce Momjian1996-10-03
| | | | | Removed long-option names that used ${#} shell feature which was a compatability problem.
* change stdout to foutMarc G. Fournier1996-10-02
| | | | Submitted by: Carsten Heyl <heyl@nads.de>
* Added NEED_UNION_SEMUN to config.hMarc G. Fournier1996-10-02
|
* Moved whether to define union semun from include/storage/ipc.h toMarc G. Fournier1996-10-02
| | | | a define in include/config.h
* This file was superceeded by README.fsync.Bruce Momjian1996-09-29
|
* Changed default port name.Bruce Momjian1996-09-28
|
* Change README to 2.0.Bruce Momjian1996-09-26
|
* Add fsync option to Postgres manual page.Bruce Momjian1996-09-26
|
* palloc() finfo memory. From Kurt.Bruce Momjian1996-09-26
|
* Fix cluster finfo problem Kurt reported.Bruce Momjian1996-09-26
|
* Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian1996-09-26
|
* Updated version.Bruce Momjian1996-09-26
|
* This should cause 'make clean' to clean up bki files. Looks like a typo.Bruce Momjian1996-09-26
|
* Prevents possible packet loss from SIGCHLD.Bruce Momjian1996-09-26
|
* upgrade.Bruce Momjian1996-09-26
|
* Updated version.Bruce Momjian1996-09-26
|
* Fix location of include files to match postgres.h includes.Bruce Momjian1996-09-25
|
* Changed gawk to awk.Bruce Momjian1996-09-25
|
* Patch for:Marc G. Fournier1996-09-24
| | | | | | # _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on Submitted by: D'Arcy
* Change the comments pertaining to Makefile.customMarc G. Fournier1996-09-23
| | | | Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
* Prototype setMaxOid()Marc G. Fournier1996-09-23
| | | | Submitted by: Bruce
* CFLAGS +- -I... got messed by one of Bryan's patchesMarc G. Fournier1996-09-23
| | | | Fix Submitted by: Bryan himself :)