| Age | Commit message (Expand) | Author |
| 2000-11-30 | Remove obsolete claim that char(n) is more efficient than other text types. | Tom Lane |
| 2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
| 2000-11-30 | Sort out things after fe-connect.c cleanup after unix socket patch. | Peter Eisentraut |
| 2000-11-30 | Remove remaining unixsocket-setting interfaces, since the host parameter | Peter Eisentraut |
| 2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
| 2000-11-30 | It seems some platforms declare kill(2) in signal.h not unistd.h. | Tom Lane |
| 2000-11-30 | XLOG stuff for sequences. | Vadim B. Mikheev |
| 2000-11-30 | Rearrange bufmgr header files so that buf_internals.h need not be | Tom Lane |
| 2000-11-30 | all options are allowed if not under postmaster: | Vadim B. Mikheev |
| 2000-11-29 | Just noticed that with -S switch, MyProcPid is permanently wrong in | Tom Lane |
| 2000-11-29 | Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix | Tom Lane |
| 2000-11-29 | Rewrite system catalog documentation man page in DocBook with more recent | Peter Eisentraut |
| 2000-11-28 | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane |
| 2000-11-28 | Significant cleanups in SysV IPC handling (shared mem and semaphores). | Tom Lane |
| 2000-11-28 | Remove PQunixsocket from dll file. | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket prototype | Bruce Momjian |
| 2000-11-28 | Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir... | Bruce Momjian |
| 2000-11-27 | Update TODO list. | Bruce Momjian |
| 2000-11-27 | Make PQhost return socket path. | Bruce Momjian |
| 2000-11-27 | This patch allow pg_dump save name of primary key constraint (if primary | Bruce Momjian |
| 2000-11-27 | Added pg_execute command behaving like spi_exec of PL/Tcl | Jan Wieck |
| 2000-11-27 | Check for link(2) failure. | Tom Lane |
| 2000-11-27 | Not invoke CheckPoint process while postmaster is waiting for all backends | Hiroshi Inoue |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-27 | Be a little more careful with strtok(). | Tom Lane |
| 2000-11-27 | Pay attention to fgets() failure return. | Tom Lane |
| 2000-11-27 | After going to the trouble of finding where psql lives, seems like | Tom Lane |
| 2000-11-27 | Pay attention to failure returns from fgets() in all cases. | Tom Lane |
| 2000-11-27 | Prevent 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 a | Bruce Momjian |
| 2000-11-26 | Fix directory search for include and library directories to accept white- | Peter Eisentraut |
| 2000-11-26 | Fix for inserting/copying longer multibyte strings into bpchar data | Tatsuo Ishii |
| 2000-11-26 | Silence warning | Peter Eisentraut |
| 2000-11-26 | Unicode conversion fix suggested by Jan Varga... | Tatsuo Ishii |
| 2000-11-25 | Make PGLC_setlocale() static, and document that it can't be used safely | Tom Lane |
| 2000-11-25 | Move connection defines to miscadmin.h. | Bruce Momjian |
| 2000-11-25 | Correct portability-related errors in inet expected output. I'm not | Tom Lane |
| 2000-11-25 | Fix some portability bugs I'd introduced into inet/cidr code --- | Tom Lane |
| 2000-11-25 | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane |
| 2000-11-25 | Fix elog logic so that error messages displayed during initdb (or | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-25 | Update pg_ctl ref page, help output, messages. Some repair to work better | Peter Eisentraut |
| 2000-11-25 | Repair markup | Peter Eisentraut |
| 2000-11-25 | Fix security problem with psql \e where temp file could be an existing | Bruce Momjian |
| 2000-11-25 | here is a patch for formatting.c (to_char/timestampt()), for 7.1 | Bruce Momjian |
| 2000-11-25 | > > Looking some more, I found some other places that need a space (I | Bruce Momjian |
| 2000-11-25 | Allow jdbc to return proper server version number | Bruce Momjian |
| 2000-11-25 | Rename GUC name from unixsocket to unix_socket_directory | Bruce Momjian |
| 2000-11-25 | Clean up comments, organize code snippets added at different times into | Tom Lane |