summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-11-30Remove obsolete claim that char(n) is more efficient than other text types.Tom Lane
2000-11-30Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now thatTom Lane
2000-11-30Sort out things after fe-connect.c cleanup after unix socket patch.Peter Eisentraut
2000-11-30Remove remaining unixsocket-setting interfaces, since the host parameterPeter Eisentraut
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-29Rewrite system catalog documentation man page in DocBook with more recentPeter Eisentraut
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-28Remove PQunixsocket from dll file.Bruce Momjian
2000-11-28Remove PQunixsocket prototypeBruce Momjian
2000-11-28Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir...Bruce Momjian
2000-11-27Update TODO list.Bruce Momjian
2000-11-27Make PQhost return socket path.Bruce Momjian
2000-11-27This patch allow pg_dump save name of primary key constraint (if primaryBruce Momjian
2000-11-27Added pg_execute command behaving like spi_exec of PL/TclJan Wieck
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-27Pay attention to fgets() failure return.Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27Be a little more careful with strtok().Tom Lane
2000-11-27Pay attention to fgets() failure return.Tom Lane
2000-11-27After going to the trouble of finding where psql lives, seems likeTom Lane
2000-11-27Pay attention to failure returns from fgets() in all cases.Tom Lane
2000-11-27Prevent simple_prompt() from locking up in a tight loop at stdin EOF.Tom Lane
2000-11-26 current cvs tree does build because of a small problem in ECPG. Here is aBruce Momjian
2000-11-26Fix directory search for include and library directories to accept white-Peter Eisentraut
2000-11-26Fix for inserting/copying longer multibyte strings into bpchar dataTatsuo Ishii
2000-11-26Silence warningPeter Eisentraut
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-25Move connection defines to miscadmin.h.Bruce Momjian
2000-11-25Correct portability-related errors in inet expected output. I'm notTom 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-25Update pg_ctl ref page, help output, messages. Some repair to work betterPeter Eisentraut
2000-11-25Repair markupPeter Eisentraut
2000-11-25Fix security problem with psql \e where temp file could be an existingBruce Momjian
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-25Allow jdbc to return proper server version numberBruce 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