Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add execute permits. | Bruce Momjian | 1996-10-08 |
| | |||
* | Add execute permission. | Bruce Momjian | 1996-10-08 |
| | |||
* | Moved the following definitions to include/config.h from Makefile.global: | Marc G. Fournier | 1996-10-08 |
| | | | | | | | | | | | | | | NAMEDATALEN OIDDATALEN EUROPEAN_DATES HBA DEADLOCK_TIMEOUT OPENLINK_PATCHES NULL_PATCH ARRAY_PATCH Attempting to document and centralize as many of the "defines" as possible... kinda useless to have defines if nobody knows they exist, eh? | ||
* | Move the NAMEDATALEN/OIDNAMELEN defines to include/config.h | Marc G. Fournier | 1996-10-07 |
| | |||
* | Fix handling of no '../doc' directory in compile procedure... | Marc G. Fournier | 1996-10-07 |
| | |||
* | Well I haven't received any feedback pro or con re my suggested new Tcl | Marc G. Fournier | 1996-10-07 |
| | | | | | | | | | | | | | function so I am going to assume that it is such a good idea that no one sees any point in discussing it. :-) I have made two changes - I have merged this into pgtclCmds.c and I have taken out any code for updating tuples after the loop body runs. See comments for discussion of this. I have also fixed up the error checking stuff so that break, continue and syntax errors have the expected result. Submitted by: D'Arcy Cain | ||
* | Fix a couple of small things from D'Arcy's last patch | Marc G. Fournier | 1996-10-07 |
| | | | | Submitted by: D'Arcy Cain | ||
* | Modified Assert to be more selective. | Bruce Momjian | 1996-10-07 |
| | |||
* | Fixed a missed change from Carsten Heyl <heyl@nads.de> | Marc G. Fournier | 1996-10-07 |
| | |||
* | Mostly adding "const" keyword and making some functions static. | Marc G. Fournier | 1996-10-07 |
| | | | | Submitted by: D'Arcy Cain | ||
* | Change new assert so it generates assert message rather than SIGSEG. | Bruce Momjian | 1996-10-07 |
| | |||
* | Remove sytax errors from file. | Bruce Momjian | 1996-10-07 |
| | |||
* | Update help for alter table. remove EXTEND function. | Bruce Momjian | 1996-10-07 |
| | |||
* | Fix typo in help text. | Bruce Momjian | 1996-10-05 |
| | |||
* | Renamed file. | Bruce Momjian | 1996-10-05 |
| | |||
* | Stylistic cleanups... | Marc G. Fournier | 1996-10-05 |
| | |||
* | Add comment about possible zero value. | Bruce Momjian | 1996-10-05 |
| | |||
* | Change shell-style comments to C-style. | Bruce Momjian | 1996-10-05 |
| | |||
* | Fix assert to allow zero. OK'ed by Bryan. | Bruce Momjian | 1996-10-05 |
| | |||
* | Fix args to match prototype. | Bruce Momjian | 1996-10-05 |
| | |||
* | Replace double // with /. THis confuses mkid. | Bruce Momjian | 1996-10-05 |
| | |||
* | Added single-letter options and case statement. | Bruce Momjian | 1996-10-05 |
| | |||
* | Improved creation of mkid files. | Bruce Momjian | 1996-10-05 |
| | |||
* | Here the fix for the first assertion failure I had which killed | Marc G. Fournier | 1996-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. Fournier | 1996-10-04 |
| | |||
* | Moved the define of SIGNAL_ARGS that D'Arcy just created to config.h so that | Marc G. Fournier | 1996-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_ARGS | Marc G. Fournier | 1996-10-04 |
| | |||
* | This patch fixes problems in initdb, including that it doesn't run | Marc G. Fournier | 1996-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) | ||
* | Added dlfcn.h to dl.c in BSD44_derived port | Marc G. Fournier | 1996-10-03 |
| | |||
* | Added restriction to tables vacuum'able. | Bruce Momjian | 1996-10-03 |
| | | | | Added NOTICE messages for bad table names. | ||
* | Added chown to Makefile to set files to Postgres user. | Bruce Momjian | 1996-10-03 |
| | | | | Does not display and generates no error messages on failure. | ||
* | Moved them. | Bruce Momjian | 1996-10-03 |
| | |||
* | Brought psql help up to date with syntax and manual. | Bruce Momjian | 1996-10-03 |
| | |||
* | New vacuum option. | Bruce Momjian | 1996-10-03 |
| | |||
* | Fixes extra space in printing. | Bruce Momjian | 1996-10-03 |
| | |||
* | Allow vacuum to run for only one table. Fixes allocation bug. | Bruce Momjian | 1996-10-03 |
| | |||
* | Fixed file to properly do SEMUN for BSDI. | Bruce Momjian | 1996-10-03 |
| | | | | Grouped some PORTNAME's for SEMUN. | ||
* | Added new single-letter options to initdb.sh. | Bruce Momjian | 1996-10-03 |
| | | | | | Removed long-option names that used ${#} shell feature which was a compatability problem. | ||
* | change stdout to fout | Marc G. Fournier | 1996-10-02 |
| | | | | Submitted by: Carsten Heyl <heyl@nads.de> | ||
* | Added NEED_UNION_SEMUN to config.h | Marc G. Fournier | 1996-10-02 |
| | |||
* | Moved whether to define union semun from include/storage/ipc.h to | Marc G. Fournier | 1996-10-02 |
| | | | | a define in include/config.h | ||
* | palloc() finfo memory. From Kurt. | Bruce Momjian | 1996-09-26 |
| | |||
* | Fix cluster finfo problem Kurt reported. | Bruce Momjian | 1996-09-26 |
| | |||
* | Fixed YACC depenencies and 'make clean' now cleans totally. | Bruce Momjian | 1996-09-26 |
| | |||
* | This should cause 'make clean' to clean up bki files. Looks like a typo. | Bruce Momjian | 1996-09-26 |
| | |||
* | Prevents possible packet loss from SIGCHLD. | Bruce Momjian | 1996-09-26 |
| | |||
* | Fix location of include files to match postgres.h includes. | Bruce Momjian | 1996-09-25 |
| | |||
* | Changed gawk to awk. | Bruce Momjian | 1996-09-25 |
| | |||
* | Patch for: | Marc G. Fournier | 1996-09-24 |
| | | | | | | # _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on Submitted by: D'Arcy | ||
* | Change the comments pertaining to Makefile.custom | Marc G. Fournier | 1996-09-23 |
| | | | | Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain) |