summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2000-12-18Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-27Be a little more careful with strtok().Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-21Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut
2000-11-21Improve comments.Tom Lane
2000-11-21Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane
2000-11-14Rename PortName to PortNumber.Bruce Momjian
2000-11-13Fix for no hterror().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-24Remove arbitrary limit on number of simultaneously open large objects.Tom Lane
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-22BACKED OUT.Bruce Momjian
2000-10-21here it is as requested by Bruce.Bruce Momjian
2000-10-14The configure script fails to find <netinet/tcp.h>.Bruce Momjian
2000-10-08Back out:Bruce Momjian
2000-10-08Hello,Bruce Momjian
2000-10-05Clean up gcc warning, fix inappropriate choice of configuration symbol.Tom Lane
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut
2000-10-02Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-08-27Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane
2000-08-25Make the location of the Kerberos server key file run time configurablePeter Eisentraut
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-09typoPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-08Seems we need <errno.h> to be included explicitly now...Tom Lane
2000-07-08Remove long-dead support for invoking queries from dynamically loadedTom Lane
2000-07-07Fix misuse of StrNCpy to copy and add null to non-null-terminated data.Tom Lane
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-04Expand secondary password file feature, so that you can use thesePeter Eisentraut
2000-07-04Make toast-table creation and deletion work somewhat reliably.Tom Lane
2000-07-03TOASTJan Wieck
2000-07-03Move global internal files to PGDATA/global.Peter Eisentraut
2000-07-03Move PGPORT envar handling to ResetAllOptions(). Improve long optionsPeter Eisentraut
2000-06-29Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
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-06-02Remove NT-specific file open defines by defining our own open macros forBruce Momjian