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