| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | One at a time...another one is complete... | Marc G. Fournier | 1996-10-19 | 1 | -11/+13 |
| | | |||||
| * | another one with #include file clean'd up | Marc G. Fournier | 1996-10-19 | 1 | -10/+26 |
| | | |||||
| * | All #include's removed from *.h files, so cleaning up the .c #includes... | Marc G. Fournier | 1996-10-18 | 1 | -15/+23 |
| | | | | | First file of, what...1000's? | ||||
| * | #include "postgres.h" is a standard include for all .c files, auto-including | Marc G. Fournier | 1996-10-18 | 1 | -1/+2 |
| | | | | | config.h, c.h *and* elog.h...added elog.h | ||||
| * | Add prototype for heap_getattr() to quiet compiler | Marc G. Fournier | 1996-10-18 | 1 | -0/+22 |
| | | |||||
| * | Reap deleted/unused tuples on page-base | Vadim B. Mikheev | 1996-10-18 | 1 | -7/+10 |
| | | |||||
| * | 1. Reap deleted/unused tuples on page-base | Vadim B. Mikheev | 1996-10-18 | 1 | -85/+249 |
| | | | | | | | | | | | 2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster) | ||||
| * | Move #define PageIsNew (true if page is not initialize) to bufpage.h | Vadim B. Mikheev | 1996-10-18 | 1 | -8/+1 |
| | | |||||
| * | Move definition of PageIsNew from hio.c to here | Vadim B. Mikheev | 1996-10-18 | 1 | -1/+8 |
| | | |||||
| * | Document some more #ifdef's | Marc G. Fournier | 1996-10-18 | 1 | -4/+22 |
| | | |||||
| * | Document more #ifdef's into config.h | Marc G. Fournier | 1996-10-18 | 2 | -24/+7 |
| | | | | | | 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 | ||||
| * | Moved definition of MAXPATHLEN to config.h | Marc G. Fournier | 1996-10-18 | 1 | -6/+1 |
| | | |||||
| * | Added a #define NEED_SIG_JMP to config.h | Marc G. Fournier | 1996-10-18 | 1 | -29/+10 |
| | | | | | | 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" | ||||
| * | Document #ifdef's from backend/access subdirs so that we know what | Marc G. Fournier | 1996-10-18 | 1 | -29/+48 |
| | | | | | features(?) are available | ||||
| * | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | 1996-10-18 | 2 | -7/+2 |
| | | | | | | | found. Document any '#ifdef' segments found in config.h | ||||
| * | Moved '#define *DEBUG' defines to config.h, and document where first | Marc G. Fournier | 1996-10-18 | 2 | -1160/+0 |
| | | | | | | | | | found. Document any '#ifdef' segments found in config.h Remove gistold.c, since it was older copy of gist.c | ||||
| * | #define cleanup: moved #define IPORTAL_DEBUG to config.h | Marc G. Fournier | 1996-10-18 | 1 | -3/+1 |
| | | |||||
| * | Moved all the CFLAG -D's from the makefiles to config.h towards better | Marc G. Fournier | 1996-10-18 | 10 | -28/+8 |
| | | | | | centralized configurations/porting... | ||||
| * | Moved more -D's out of the port specific Makefiles straight into the | Marc G. Fournier | 1996-10-18 | 1 | -13/+57 |
| | | | | | config.h file | ||||
| * | Centralize more of the defines from backend/port under config.h | Marc G. Fournier | 1996-10-18 | 7 | -37/+29 |
| | | | | | | Further ports should *really* avoid backend/port and make use of config.h | ||||
| * | Move "port specific" #ifdefs out of here and into config.h | Marc G. Fournier | 1996-10-17 | 1 | -13/+7 |
| | | | | | - created a HAVE_TZSET define for this purpose | ||||
| * | Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c | Marc G. Fournier | 1996-10-17 | 1 | -0/+19 |
| | | |||||
| * | Change treatment of sigaction structure again to include even more platforms. | Bryan Henderson | 1996-10-16 | 1 | -2/+8 |
| | | | | | Thanks D'Arcy. | ||||
| * | Remove 4th element of sigaction structure so it works on more platforms. | Bryan Henderson | 1996-10-15 | 1 | -2/+2 |
| | | |||||
| * | New FAQ's. | Bruce Momjian | 1996-10-14 | 3 | -8/+559 |
| | | |||||
| * | More closing of relations left open by parser. | Bruce Momjian | 1996-10-14 | 1 | -1/+3 |
| | | |||||
| * | Change display of char(5) to (bp)char 5 so psql \d can | Bruce Momjian | 1996-10-14 | 1 | -2/+2 |
| | | | | | distinguish between char and char(1). | ||||
| * | Removed const warning. | Bruce Momjian | 1996-10-13 | 1 | -2/+3 |
| | | |||||
| * | D'Arcy change. | Bruce Momjian | 1996-10-13 | 1 | -2/+2 |
| | | |||||
| * | Added include needed for recent addition. | Bruce Momjian | 1996-10-13 | 1 | -1/+2 |
| | | | | | I hope everyone has sys/socket.h. | ||||
| * | Added include needed for recent addition. | Bruce Momjian | 1996-10-13 | 1 | -1/+3 |
| | | |||||
| * | Fix structure member name from previous patch. | Bruce Momjian | 1996-10-13 | 1 | -2/+2 |
| | | |||||
| * | Removed duplicate MAXNAMELEN define I accidentally added. | Bruce Momjian | 1996-10-13 | 1 | -5/+1 |
| | | |||||
| * | Added consistent include file handling for MAXHOSTNAMELEN. | Bruce Momjian | 1996-10-13 | 5 | -31/+25 |
| | | | | | | If I have introduced any syntax errors with this, I will patch them in the morning, and Marc will have a good laugh. | ||||
| * | I checked the alter table code, and started suspecting the relation | Bruce Momjian | 1996-10-13 | 3 | -11/+17 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix prototypes so postmaster.c will compile. | Bryan Henderson | 1996-10-13 | 1 | -3/+4 |
| | | |||||
| * | New host-based authentication -- set up pg_hba.conf instead of pg_hba | Bryan Henderson | 1996-10-12 | 1 | -3/+3 |
| | | |||||
| * | New host-based authentication -- send error message when authentication fails | Bryan Henderson | 1996-10-12 | 1 | -35/+119 |
| | | |||||
| * | New host-based authentication with ident | Bryan Henderson | 1996-10-12 | 5 | -269/+1030 |
| | | |||||
| * | New host-based authentication -- install pg_hba.conf instead of pg_hba | Bryan Henderson | 1996-10-12 | 1 | -4/+4 |
| | | |||||
| * | Separate general purpose functions from portal functions so they may be | Bryan Henderson | 1996-10-11 | 3 | -74/+111 |
| | | | | | used in test drivers. | ||||
| * | Prepare for new host-based authentication | Bryan Henderson | 1996-10-11 | 2 | -2/+33 |
| | | |||||
| * | Add a MIPS/NetBSD port... | Marc G. Fournier | 1996-10-11 | 3 | -2/+25 |
| | | |||||
| * | This change should have no practical effect but it is the more | Marc G. Fournier | 1996-10-11 | 1 | -2/+2 |
| | | | | | | | | | 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) | ||||
| * | I have written some patches to the postgres lock manager which allow the | Marc G. Fournier | 1996-10-11 | 2 | -3/+311 |
| | | | | | | | use of long term cooperative locks managed by the user applications. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | ||||
| * | Reinstituted NAMEDATALEN OIDNAMELEN in Makefile.global so that initdb | Marc G. Fournier | 1996-10-11 | 1 | -1/+17 |
| | | | | | works again... | ||||
| * | Add PGUSER environment variable for client to specify Postgres username. | Bryan Henderson | 1996-10-10 | 2 | -34/+78 |
| | | |||||
| * | Comment cleanup. | Bruce Momjian | 1996-10-10 | 1 | -5/+1 |
| | | |||||
| * | Changed psql \h command to print commands in three columns. | Bruce Momjian | 1996-10-09 | 1 | -2/+19 |
| | | | | | No more scrolling off the screen. | ||||
| * | Change sh-style comments to C comments. | Bruce Momjian | 1996-10-08 | 1 | -1/+1 |
| | | |||||
