- 10 Feb, 2001 3 commits
-
-
Tom Lane authored
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.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 09 Feb, 2001 21 commits
-
-
Bruce Momjian authored
-
Peter Eisentraut authored
apparently when the content is long enough to require line breaks.
-
Peter Eisentraut authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
decompress the existing fields unnecessarily.
-
Bruce Momjian authored
-c,--clean option to manual page.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Then I recompiled pgsql and I have compiled a program with ecpg. I have removed the termios.h, and the ECHO hack. Thanks Maurizio
-
Hiroshi Inoue authored
-
Tom Lane authored
is clearly not maintainable, so dike it out in favor of calling the real version in the backend's gram.y.
-
Tom Lane authored
-
Tom Lane authored
recommended install procedure, rather than mentioning it as an afterthought.
-
Tom Lane authored
-
Tom Lane authored
rather than executing the INTO clause with non-plpgsql semantics as it was doing for the last few weeks/months. This keeps our options open for making it do the right plpgsql-ish thing in future without creating a backwards compatibility problem. There is no loss of functionality since people can get the same behavior with CREATE TABLE AS.
-
- 08 Feb, 2001 5 commits
-
-
Peter Eisentraut authored
contrib/init.d start script. Place into more aptly named directory. Maybe we could add scripts for other platforms here later.
-
Peter Eisentraut authored
Add -l option to name log file. Set umask to 077. Proper file descriptor redirection to allow postmaster to detach from shell's process group. Add -s option to turn off informational messages.
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Tom Lane authored
any other client connections that may exist (which would only happen if another client is currently in the authentication cycle). This avoids wastage of open descriptors in a child. It might also explain peculiar behaviors like not closing connections when expected, since the kernel will probably not signal EOF as long as some other backend is randomly holding open a reference to the connection, even if the client went away long since ...
-
- 07 Feb, 2001 11 commits
-
-
Vadim B. Mikheev authored
runtime recovery OFF.
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Tom Lane authored
-
Tom Lane authored
and prior releases --- rely on pg_views view instead of direct access to pg_class and pg_rewrite.
-
Tom Lane authored
belong ...
-
Tom Lane authored
-
Tom Lane authored
or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this.
-
Tom Lane authored
scripts like pgaccess.
-
Tom Lane authored
the Windows build...
-
Tom Lane authored
-