Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane | 2004-01-04 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
| | |||
* | Be careful to include postgres.h *before* any system headers, to ensure | Tom Lane | 2002-09-05 |
| | | | | | | that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry. | ||
* | 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 |
| | |||
* | Restructure the key include files per recent pghackers discussion: there | Tom Lane | 2001-02-10 |
| | | | | | | | | | | | are now separate files "postgres.h" and "postgres_fe.h", which are meant to be the primary include files for backend .c files and frontend .c files respectively. By default, only include files meant for frontend use are installed into the installation include directory. There is a new make target 'make install-all-headers' that adds the whole content of the src/include tree to the installed fileset, for use by people who want to develop server-side code without keeping the complete source tree on hand. Cleaned up a whole lot of crufty and inconsistent header inclusions. | ||
* | Need to specify DYNAMIC_PATH flag to shl_load, else HPUX's dld will not | Tom Lane | 2001-02-07 |
| | | | | | honor library search path that we so carefully installed into the executable ... | ||
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
| | |||
* | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 |
| | | | | | | | key call sites are changed, but most called functions are still oldstyle. An exception is that the PL managers are updated (so, for example, NULL handling now behaves as expected in plperl and plpgsql functions). NOTE initdb is forced due to added column in pg_proc. | ||
* | On HPUX, shl_load should be called with options BIND_IMMEDIATE rather | Tom Lane | 2000-04-26 |
| | | | | | | | than BIND_DEFERRED. That way, if the loaded library has unresolved references, shl_load fails cleanly. As we had it, shl_load would succeed and then the dynlinker would call abort() when we try to call into the loaded library. abort()ing a backend is uncool. | ||
* | 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. | ||
* | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 |
| | |||
* | Final cleanup. | Bruce Momjian | 1999-07-16 |
| | |||
* | Update #include cleanups | Bruce Momjian | 1999-07-16 |
| | |||
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
| | |||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
| | |||
* | Replace direct inclusions of c.h with inclusion of postgres.h, | Tom Lane | 1999-01-17 |
| | | | | to ensure that config.h is included as well. | ||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
| | |||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 |
| | |||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
| | |||
* | Fixes: | Marc G. Fournier | 1998-02-02 |
| | | | | | | dynloader.c:25: port-protos.h: No such file or directory In HPUX port | ||
* | Move more to dynloader subdir | Marc G. Fournier | 1997-12-20 |