summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-11-30Make default socket directory location configurable from config.h.Tom Lane
2000-11-25Move connection defines to miscadmin.h.Bruce Momjian
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-22Recommit socket path fix. It works now.Bruce Momjian
2000-11-22Back out socket path until it works.Bruce Momjian
2000-11-22Back out socket file path change until it works.Bruce Momjian
2000-11-22Make socket option specify just the directory, not the full path.Bruce Momjian
2000-11-15Rename parameter "hostname" to "virtual_host". Seemed very ambiguous...Peter Eisentraut
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-11-01Add runtime configuration options to control permission bits and groupPeter Eisentraut
2000-10-28As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-15Clean up #include's.Bruce Momjian
2000-06-15#include cleanupsBruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-06PGPORT envar was erroneously ignored by the backendPeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
1999-10-23Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.Tom Lane
1999-10-06XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.Vadim B. Mikheev
1999-09-27Lots of patches coming in from me today :-)Bruce Momjian
1999-08-31Commit the bulk of Mike Ansley's long-query changes in theTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-07-14Cleanup of /include #include's, for 6.6 only.Bruce Momjian
1999-07-07Allow port numbers 32k - 64k.Bruce Momjian
1999-05-31Clean up memory leaks in LO operations by freeing LO's privateTom Lane
1999-05-26Make functions static or NOT_USED as appropriate.Bruce Momjian
1999-05-25Another pgindent run. Sorry folks.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Rename MAP_FILE to USERMAP_FILE for Digital Unix.Bruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-04-25Still had a few MULTIBYTE problems when client encoding wasTom Lane
1999-04-25My first cut at libpq revision didn't handle MULTIBYTE correctly,Tom Lane
1999-04-25Revise backend libpq interfaces so that messages to the frontendTom Lane
1999-02-21From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1999-01-27Another SELECT speedup: extract OIDs of column print functionsTom Lane
1999-01-24Fix a couple little problems with signed vs. unsignedTom Lane