summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-12-03Final(?) GUC clean-up. Update psql tab completion.Peter Eisentraut
2000-12-03Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev
2000-12-02Avoid memory leakage during regular COPY when outputting toasted values.Tom Lane
2000-12-02Avoid repeated detoasting (and possible memory leaks) when processingTom Lane
2000-12-01Make tuple receive/print routines TOAST-aware. Formerly, printtup wouldTom Lane
2000-12-01Make elog() switch to ErrorContext while invoking libpq output routines,Tom Lane
2000-12-01Pursuant to a pghackers discussion back around 11-Jul-00, get rid of aset.c'sTom Lane
2000-12-01It seems appropriate that the extended MEMORY_CONTEXT_CHECKING codeTom Lane
2000-12-01Clean up MEMORY_CONTEXT_CHECKING code, and apply it more thoroughly. Also,Tom Lane
2000-11-30Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane
2000-11-30Make all commands that link a program look likePeter Eisentraut
2000-11-30miscVadim B. Mikheev
2000-11-30Hope that this is valid localbuf.c versionVadim B. Mikheev
2000-11-30Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-30It seems some platforms declare kill(2) in signal.h not unistd.h.Tom Lane
2000-11-30XLOG stuff for sequences.Vadim B. Mikheev
2000-11-30Rearrange bufmgr header files so that buf_internals.h need not beTom Lane
2000-11-30all options are allowed if not under postmaster:Vadim B. Mikheev
2000-11-29Just noticed that with -S switch, MyProcPid is permanently wrong inTom Lane
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-28aclitemout() shouldn't coredump when it finds an ACL itemTom Lane
2000-11-28Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane
2000-11-27Check for link(2) failure.Tom Lane
2000-11-27Not invoke CheckPoint process while postmaster is waiting for all backendsHiroshi Inoue
2000-11-27Be a little more careful with strtok().Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-26Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii
2000-11-26Unicode conversion fix suggested by Jan Varga...Tatsuo Ishii
2000-11-25Make PGLC_setlocale() static, and document that it can't be used safelyTom Lane
2000-11-25Fix some portability bugs I'd introduced into inet/cidr code ---Tom Lane
2000-11-25Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane
2000-11-25Fix elog logic so that error messages displayed during initdb (orTom Lane
2000-11-25Advertise --help (rather than '-?') as help option (problems with csh).Peter Eisentraut
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-11-25> > Looking some more, I found some other places that need a space (IBruce Momjian
2000-11-25Rename GUC name from unixsocket to unix_socket_directoryBruce Momjian
2000-11-25Clean up comments, organize code snippets added at different times intoTom Lane
2000-11-24Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant,Peter Eisentraut
2000-11-24A catalog cache that never caches isn't much of a cache :-(. Mea culpa.Tom Lane
2000-11-23Ensure that mergejoin plan will be considered for FULL OUTER JOIN evenTom Lane
2000-11-23Set fdstate in fileNameOpenFile.Vadim B. Mikheev
2000-11-22Fix for bitsubstr when third argument is missing (i.e., -1).Peter Eisentraut
2000-11-22avoid opening view files.Hiroshi Inoue
2000-11-21Extend accept/AF_UNIX bug workaround to SCO OpenServer.Peter Eisentraut
2000-11-21Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut
2000-11-21Put external declarations into header files.Peter Eisentraut
2000-11-21Improve comments.Tom Lane
2000-11-21Improve comments in pg_hba.conf.sample and the associated SGMLTom Lane
2000-11-21miscVadim B. Mikheev