Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 |
| | | | | now TOAST-able. | ||
* | TOAST | Jan Wieck | 2000-07-03 |
| | | | | | | | | WARNING: This is actually broken - we have self-deadlocks due to concurrent changes in buffer management. Vadim and me are working on it. Jan | ||
* | Version number now set in configure, available through Makefile.global | Peter Eisentraut | 2000-07-02 |
| | | | | | | | | | | and config.h. Adjusted all referring code. Scrapped pg_version and changed initdb accordingly. Integrated src/utils/version.c into src/backend/utils/init/miscinit.c. Changed all callers. Set version number to `7.1devel'. (Non-numeric version suffixes now allowed.) | ||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | 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 |
| | |||
* | Version string was truncating the last character. | Thomas G. Lockhart | 1999-04-06 |
| | | | | | Use memcpy() rather than StrNCpy() which had forced a string termination character at the end. | ||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | Fix for version.c warning. | Bruce Momjian | 1998-10-12 |
| | |||
* | Fix for version() string overwrite. | Bruce Momjian | 1998-10-09 |
| | |||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
| | |||
* | From: Jeroen van Vianen <jeroenv@design.nl> | Marc G. Fournier | 1998-04-29 |
Attached patch will add a version() function to Postges, e.g. template1=> select version(); version ------------------------------------------------------------ PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1 (1 row) |