Commit Graph

8409 Commits (bf14fb8fa3e1cbae8d36f481ae0a6d884c2b60bb)
 

Author SHA1 Message Date
Peter Eisentraut bf14fb8fa3 Remove old regression test drivers. 25 years ago
Peter Eisentraut e5ba2fc5b5 Make all commands that link a program look like 25 years ago
Vadim B. Mikheev 309112267f misc 25 years ago
Vadim B. Mikheev 8247f47fc7 Hope that this is valid localbuf.c version 25 years ago
Tom Lane b73ecebf05 Remove obsolete claim that char(n) is more efficient than other text types. 25 years ago
Tom Lane 1f5cc8c78a Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 25 years ago
Peter Eisentraut 59a9735fc8 Sort out things after fe-connect.c cleanup after unix socket patch. 25 years ago
Peter Eisentraut ef54e0d08e Remove remaining unixsocket-setting interfaces, since the host parameter 25 years ago
Vadim B. Mikheev 81c8c244b2 No more #ifdef XLOG. 25 years ago
Tom Lane b16516b887 It seems some platforms declare kill(2) in signal.h not unistd.h. 25 years ago
Vadim B. Mikheev 741510521c XLOG stuff for sequences. 25 years ago
Tom Lane 680b7357ce Rearrange bufmgr header files so that buf_internals.h need not be 25 years ago
Vadim B. Mikheev 9f20852f87 all options are allowed if not under postmaster: 25 years ago
Tom Lane 3c0f3c9a7e Just noticed that with -S switch, MyProcPid is permanently wrong in 25 years ago
Tom Lane 792b0f4666 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix 25 years ago
Peter Eisentraut 1efd7330cb Rewrite system catalog documentation man page in DocBook with more recent 25 years ago
Tom Lane 175f52083b aclitemout() shouldn't coredump when it finds an ACL item 25 years ago
Tom Lane c715fdea26 Significant cleanups in SysV IPC handling (shared mem and semaphores). 25 years ago
Bruce Momjian 914822713c Remove PQunixsocket from dll file. 25 years ago
Bruce Momjian 0791b6de51 Remove PQunixsocket prototype 25 years ago
Bruce Momjian 5173fc411f Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket directory. 25 years ago
Bruce Momjian 811749bb6e Update TODO list. 25 years ago
Bruce Momjian f6a756e49a Make PQhost return socket path. 25 years ago
Bruce Momjian 6f11e6dffa This patch allow pg_dump save name of primary key constraint (if primary 25 years ago
Jan Wieck 579f8f09fa Added pg_execute command behaving like spi_exec of PL/Tcl 25 years ago
Tom Lane 230cf8d373 Check for link(2) failure. 25 years ago
Hiroshi Inoue 9ee598e0ee Not invoke CheckPoint process while postmaster is waiting for all backends 25 years ago
Tom Lane c6f0bff1f1 Pay attention to fgets() failure return. 25 years ago
Tom Lane c5bbbb2845 Pay attention to fgets() failure return. 25 years ago
Tom Lane a568b2273c Be a little more careful with strtok(). 25 years ago
Tom Lane f749b4ca9c Pay attention to fgets() failure return. 25 years ago
Tom Lane 92fd384779 After going to the trouble of finding where psql lives, seems like 25 years ago
Tom Lane 9c5327b99b Pay attention to failure returns from fgets() in all cases. 25 years ago
Tom Lane e8a72c0db2 Prevent simple_prompt() from locking up in a tight loop at stdin EOF. 25 years ago
Bruce Momjian 0a829cb865 current cvs tree does build because of a small problem in ECPG. Here is a 25 years ago
Peter Eisentraut 0075c29f54 Fix directory search for include and library directories to accept white- 25 years ago
Tatsuo Ishii dc779228f2 Fix for inserting/copying longer multibyte strings into bpchar data 25 years ago
Peter Eisentraut ca1c7e662f Silence warning 25 years ago
Tatsuo Ishii 188065cb5c Unicode conversion fix suggested by Jan Varga... 25 years ago
Tom Lane e3269cab31 Make PGLC_setlocale() static, and document that it can't be used safely 25 years ago
Bruce Momjian 74dc04a034 Move connection defines to miscadmin.h. 25 years ago
Tom Lane d8bc37eb16 Correct portability-related errors in inet expected output. I'm not 25 years ago
Tom Lane 5dfcbdde70 Fix some portability bugs I'd introduced into inet/cidr code --- 25 years ago
Tom Lane bbea3643a3 Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 25 years ago
Tom Lane 0432ce994d Fix elog logic so that error messages displayed during initdb (or 25 years ago
Peter Eisentraut fc6603ff75 Advertise --help (rather than '-?') as help option (problems with csh). 25 years ago
Peter Eisentraut c25b4dbf03 Update pg_ctl ref page, help output, messages. Some repair to work better 25 years ago
Peter Eisentraut f4710020d6 Repair markup 25 years ago
Bruce Momjian 63edc5c4e0 Fix security problem with psql \e where temp file could be an existing 25 years ago
Bruce Momjian 3f1998727d here is a patch for formatting.c (to_char/timestampt()), for 7.1 25 years ago