summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-30Update pg_hba.conf with more examplesBruce Momjian
2000-05-30Update pg_hba.conf.sample with better examples and descriptionsBruce Momjian
2000-05-30Copy pg_ident.conf.sample into /lib directory. Rename USERAUTH toBruce Momjian
2000-05-30Third round of fmgr updates: eliminate calls using fmgr() andTom Lane
2000-05-29Generated header files parse.h and fmgroids.h are now copied intoTom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-05-27Update kerberos patchBruce Momjian
2000-05-27Back out kerberos changes. Causes compile problems.Bruce Momjian
2000-05-27Patch for Kerberos V.Bruce Momjian
2000-05-27Clean up pg_hba.confBruce Momjian
2000-05-27Improve pg_hba.conf examplesBruce Momjian
2000-05-26After closing frontend socket, set MyProcPort->sock = -1 to ensure thatTom Lane
2000-05-21Remove calls to getprotobyname(), which we now know leaks memory onTom Lane
2000-05-20Add KEEPALIVE option to the socket of backend. This will automaticallyTatsuo Ishii
2000-04-14Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket onTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-19Several calls to StrNCpy incorrectly subtracted 1 from the length arg,Tom Lane
2000-03-17Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane
2000-01-26Add:Bruce Momjian
2000-01-19Removed MBFLAGS from makefiles since it's now done in include/config.h.Peter Eisentraut
2000-01-12In PQfn(), defend against too many args, and avoid dependencyTom Lane
2000-01-11More cleanups. Still doesn't work.Bruce Momjian
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-05Fix it's and its to be correct.Bruce Momjian
1999-12-13New LDOUT makefile variable for QNX os.Bruce Momjian
1999-12-10Rename several destroy* functions/tags to drop*.Bruce Momjian
1999-12-09Make LD -r as macros that can be changed for QNX.Bruce Momjian