Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-18 | Document more #ifdef's into config.h | Marc G. Fournier | |
Get rid of ESCAPE_PATCH ifdef, as its on by default, and there is no apparent reason for turning it off...it fixes a bug | |||
1996-10-18 | Moved definition of MAXPATHLEN to config.h | Marc G. Fournier | |
1996-10-18 | Added a #define NEED_SIG_JMP to config.h | Marc G. Fournier | |
Removed #ifdef's for OPENLINK_PATCH. We enable it by default, and nobody *has* to enable the functionality, but no reason to retain the "old code" | |||
1996-10-18 | Document #ifdef's from backend/access subdirs so that we know what | Marc G. Fournier | |
features(?) are available | |||
1996-10-18 | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | |
found. Document any '#ifdef' segments found in config.h | |||
1996-10-18 | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | |
found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c | |||
1996-10-18 | #define cleanup: moved #define IPORTAL_DEBUG to config.h | Marc G. Fournier | |
1996-10-18 | Moved all the CFLAG -D's from the makefiles to config.h towards better | Marc G. Fournier | |
centralized configurations/porting... | |||
1996-10-18 | Moved more -D's out of the port specific Makefiles straight into the | Marc G. Fournier | |
config.h file | |||
1996-10-18 | Centralize more of the defines from backend/port under config.h | Marc G. Fournier | |
Further ports should *really* avoid backend/port and make use of config.h | |||
1996-10-17 | Move "port specific" #ifdefs out of here and into config.h | Marc G. Fournier | |
- created a HAVE_TZSET define for this purpose | |||
1996-10-17 | Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c | Marc G. Fournier | |
1996-10-16 | Change treatment of sigaction structure again to include even more platforms. | Bryan Henderson | |
Thanks D'Arcy. | |||
1996-10-15 | Remove 4th element of sigaction structure so it works on more platforms. | Bryan Henderson | |
1996-10-14 | More closing of relations left open by parser. | Bruce Momjian | |
1996-10-14 | Change display of char(5) to (bp)char 5 so psql \d can | Bruce Momjian | |
distinguish between char and char(1). | |||
1996-10-13 | Removed const warning. | Bruce Momjian | |
1996-10-13 | D'Arcy change. | Bruce Momjian | |
1996-10-13 | Added include needed for recent addition. | Bruce Momjian | |
I hope everyone has sys/socket.h. | |||
1996-10-13 | Added include needed for recent addition. | Bruce Momjian | |
1996-10-13 | Fix structure member name from previous patch. | Bruce Momjian | |
1996-10-13 | Removed duplicate MAXNAMELEN define I accidentally added. | Bruce Momjian | |
1996-10-13 | Added consistent include file handling for MAXHOSTNAMELEN. | Bruce Momjian | |
If I have introduced any syntax errors with this, I will patch them in the morning, and Marc will have a good laugh. | |||
1996-10-13 | I checked the alter table code, and started suspecting the relation | Bruce Momjian | |
cache. I found if I manually added a line to flush the whole relation cache, the assert error disappeared. Looking through the code, I found that the relation cache is flushed at the end of each query if the reference count is zero for the relation. However, printf's showed that the rd_relcnt(reference count) for the accessed query was not returning to zero after each query. It turns out the parser was doing a heap_ropen in parser/analyze.c to get information about the table's columns, but was not doing a heap_close. This was causing the query after the ALTER TABLE ADD to see the old table structure, and the executor's assert was reporting the problem. | |||
1996-10-13 | Fix prototypes so postmaster.c will compile. | Bryan Henderson | |
1996-10-12 | New host-based authentication -- set up pg_hba.conf instead of pg_hba | Bryan Henderson | |
1996-10-12 | New host-based authentication -- send error message when authentication fails | Bryan Henderson | |
1996-10-12 | New host-based authentication with ident | Bryan Henderson | |
1996-10-12 | New host-based authentication -- install pg_hba.conf instead of pg_hba | Bryan Henderson | |
1996-10-11 | Separate general purpose functions from portal functions so they may be | Bryan Henderson | |
used in test drivers. | |||
1996-10-11 | Prepare for new host-based authentication | Bryan Henderson | |
1996-10-11 | Add a MIPS/NetBSD port... | Marc G. Fournier | |
1996-10-11 | This change should have no practical effect but it is the more | Marc G. Fournier | |
correct way to do this. Theoretically you could have a NULL pointer that isn't represented internally as all 0 bits. This guarantees that it convert correctly. Submitted by: darcy@druid.com (D'Arcy J.M. Cain) | |||
1996-10-11 | I have written some patches to the postgres lock manager which allow the | Marc G. Fournier | |
use of long term cooperative locks managed by the user applications. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | |||
1996-10-11 | Reinstituted NAMEDATALEN OIDNAMELEN in Makefile.global so that initdb | Marc G. Fournier | |
works again... | |||
1996-10-10 | Add PGUSER environment variable for client to specify Postgres username. | Bryan Henderson | |
1996-10-10 | Comment cleanup. | Bruce Momjian | |
1996-10-09 | Changed psql \h command to print commands in three columns. | Bruce Momjian | |
No more scrolling off the screen. | |||
1996-10-08 | Change sh-style comments to C comments. | Bruce Momjian | |
1996-10-08 | Add execute permission. | Bruce Momjian | |
1996-10-08 | 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 | |
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? | |||
1996-10-07 | 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 | |
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 | |||
1996-10-07 | Fix a couple of small things from D'Arcy's last patch | Marc G. Fournier | |
Submitted by: D'Arcy Cain | |||
1996-10-07 | 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 | |
Submitted by: D'Arcy Cain |