Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
| | | | | because c.h has sys/types.h. | ||
* | Add current_database(). | Bruce Momjian | 2002-08-20 |
| | | | | | | | | | | | | | | | > Quick system function to pull out the current database. > > I've used this a number of times to allow stored procedures to find out > where they are. Especially useful for those that do logging or hit a > remote server. > > It's called current_database() to match with current_user(). It's also a necessity for an informational schema. The catalog (database) name is required in a number of places. Rod Taylor | ||
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
| | |||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
| | | | | tests pass. | ||
* | 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 |
| | |||
* | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 |
| | | | | | | | that RAND_MAX applies to them, since it doesn't. Instead add a config.h parameter MAX_RANDOM_VALUE. This is currently set at 2^31-1 but could be auto-configured if that ever proves necessary. Also fix some outright bugs like calling srand() where srandom() is appropriate. | ||
* | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 |
| | | | | | | | inputs have been converted to newstyle. This should go a long way towards fixing our portability problems with platforms where char and short parameters are passed differently from int-width parameters. Still more to do for the Alpha port however. | ||
* | 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. | ||
* | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 |
| | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
| | |||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | Auto-seed random so user's can't request random values based on | Bruce Momjian | 1998-06-09 |
| | | | | our postmaster random seed used from cancel. | ||
* | Remove #include "port-protos.h", since we no longer use it | Marc G. Fournier | 1998-02-24 |
| | | | | From: Frank Ridderbusch <ridderbusch.pad@sni.de> | ||
* | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 |
| | | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :) | ||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
| | |||
* | 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 |
| | |||
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 |
| | |||
* | Change mixed-case routines to lower-case if referenced in pg_proc.h | Thomas G. Lockhart | 1997-04-27 |
| | | | | | Add comparison operators to boolean and smaller/larger operators to datetime and timespan. Fix int4 overflow math problem in timespan comparison operators. | ||
* | Use port-protos.h instead of trying to declare random() and srandom() | Bryan Henderson | 1996-11-14 |
| | | | | explicitly. | ||
* | more removal of PORTNAME_* | Marc G. Fournier | 1996-10-31 |
| | |||
* | - merging in Dr. George's tree with ours | Marc G. Fournier | 1996-07-22 |
| | | | | | | | | | - src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged | ||
* | fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} | Marc G. Fournier | 1996-07-16 |
| | | | | submitted by: Bruce Momjian (root@candle.pha.pa.us) | ||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 |