Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | pgindent run. | Bruce Momjian | 2002-09-04 | |
| | ||||
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 | |
| | | | | | types, SRFs. Not happy with memory management yet, but I'll commit these other changes. | |||
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | |
| | | | | | | | | | | | should be pretty safe in practice, but it's probably better to be safe than sorry. I was actually looking for cases where NAMEDATALEN is assumed to be 32, but only found one. That's fixed too, as well as a few bits of code cleanup. Neil Conway | |||
* | Tom Lane wrote: | Bruce Momjian | 2002-08-15 | |
| | | | | | | | | | | | | | | | | | > There's no longer a separate call to heap_storage_create in that routine > --- the right place to make the test is now in the storage_create > boolean parameter being passed to heap_create. A simple change, but > it passeth patch's understanding ... Thanks. Attached is a patch against cvs tip as of 8:30 PM PST or so. Turned out that even after fixing the failed hunks, there was a new spot in bufmgr.c which needed to be fixed (related to temp relations; RelationUpdateNumberOfBlocks). But thankfully the regression test code caught it :-) Joe Conway | |||
* | Fix tid to in/out as unsigned. | Bruce Momjian | 2002-07-16 | |
| | ||||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | |
| | ||||
* | Allow | Hiroshi Inoue | 2002-05-22 | |
| | | | | | CREATE VIEW as SELECT CTID, .... SELECT currtid( a view, ..). | |||
* | Further cleanups for relations in schemas: teach nextval and other | Tom Lane | 2002-03-30 | |
| | | | | | | sequence functions how to cope with qualified names. Same code is also used for int4notin, currtid_byrelname, pgstattuple. Also, move TOAST tables into special pg_toast namespace. | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | |
| | | | | tests pass. | |||
* | Suppress compiler warning. | Tom Lane | 2001-09-17 | |
| | ||||
* | Apply 7.1.3 changes to the current tree also. | Hiroshi Inoue | 2001-09-08 | |
| | ||||
* | Fix my old fault(returns auto variable reference). | Hiroshi Inoue | 2001-07-06 | |
| | ||||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | |
| | ||||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | |
| | ||||
* | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | |
| | | | | | We're reaching the mopup stage here (good thing too, this is getting tedious). | |||
* | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | |
| | | | | | one of updating the whole text datatype, but there are so dang many calls of these two routines that it seems worth a separate commit. | |||
* | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | |
| | ||||
* | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | |
| | ||||
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 | |
| | ||||
* | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | |
| | | | | CurrentTriggerData is history. | |||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | |
| | ||||
* | Add: | Bruce Momjian | 2000-01-26 | |
| | | | | | | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files. | |||
* | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | |
| | ||||
* | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | |
| | ||||
* | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 | |
| | | | | | Now WHERE restriction on ctid is allowed though it is sequentially scanned. | |||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | |
| | ||||
* | Update #include cleanups | Bruce Momjian | 1999-07-16 | |
| | ||||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | |
| | ||||
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | |
| | ||||
* | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | |
| | ||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | |
| | ||||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |