Commit Graph

8398 Commits (680b7357ce850c28d06997be793aee18f72434ba)
 

Author SHA1 Message Date
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
Bruce Momjian 91ba4cc761 > > Looking some more, I found some other places that need a space (I 25 years ago
Bruce Momjian d5d23dde25 Allow jdbc to return proper server version number 25 years ago
Bruce Momjian 9d5098ca78 Rename GUC name from unixsocket to unix_socket_directory 25 years ago
Tom Lane 7a161ac3b7 Clean up comments, organize code snippets added at different times into 25 years ago
Peter Eisentraut 249fe81c99 Print bit strings as B'...' when INSERT commands are dumped. 25 years ago
Peter Eisentraut 5b00ea9e50 Make SET SESSION CHARACTERISTICS compliant with SQL 99. Remove redundant, 25 years ago
Peter Eisentraut f1ddc19b10 update list of places to change version numbers; reformat 25 years ago
Peter Eisentraut b2e76d570b Revive Reference Manual, remove reference pages from User's Guide. 25 years ago
Peter Eisentraut 4cbeefb1e8 Remove obsolete test suite 25 years ago
Tom Lane 80dab5bd69 A catalog cache that never caches isn't much of a cache :-(. Mea culpa. 25 years ago
Tom Lane 48437f5c3a Ensure that mergejoin plan will be considered for FULL OUTER JOIN even 25 years ago