Commit Graph

214 Commits (8fc86dd593b9e9a2b24779e263ad33c37e15c9f9)

Author SHA1 Message Date
Bruce Momjian 8fc86dd593 We have just finished porting the old KAME IPv6 patch over to 23 years ago
Tom Lane 2908a838ac Code review for connection timeout patch. Avoid unportable assumption 23 years ago
Bruce Momjian ec64390e91 Fix from Joe on timeout code. 23 years ago
Bruce Momjian facb720073 Fix connection_timeout to use time() and handle timeout == 1. 23 years ago
Tom Lane e258a2b436 Fix libpq startup code to work correctly in autocommit off mode. 23 years ago
Bruce Momjian 9eada51012 libpq connection_timeout doesn't do subsecond timing, so make the code 23 years ago
Bruce Momjian 3258484d03 Add tv_sec change for connection timeout suggested by author. 23 years ago
Bruce Momjian 6a7bb0afbc Prevent tv_sec from becoming negative in connection timeout code. 23 years ago
Bruce Momjian a0bf2503ea The attached patch fixes a number of issues related to compiling the 23 years ago
Peter Eisentraut 2972fd5d83 Translation updates, some messages tweaked. 23 years ago
Bruce Momjian 847f8b39d7 Fix printf() quote handling and improper exit(), per Tom. 23 years ago
Bruce Momjian e06f4c65b4 Fix compile error. 23 years ago
Bruce Momjian 5fc10c3d17 Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane df40e28850 Fix off-by-one allocation error in PasswordFromFile(), per Gordon Runkle. 23 years ago
Bruce Momjian 40f2eec503 > > > > If you want to put in security restrictions that are actually useful, 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian a1c218cae4 The attached patch implements the password packet length sanity check 23 years ago
Bruce Momjian 840deabfe0 More connection timeout cleanups. 23 years ago
Bruce Momjian 4e723e6717 Cleanup of libpq connection timeout code. 23 years ago
Bruce Momjian 5bf6af6cf4 Add includes for prototype using timeval. 23 years ago
Bruce Momjian 1c69f13447 Clean up compile warnings. 23 years ago
Bruce Momjian f0ed4311b6 Add libpq connection timeout parameter. 23 years ago
Bruce Momjian 7f4981f4af I'm giving a try at some TODO items. Currently it's the turn of the 23 years ago
Bruce Momjian b6d2faaf24 Hello, i noticed that win32 native stopped working/compiling after the SSL merge 24 years ago
Tatsuo Ishii eb335a034b I have committed many support files for CREATE CONVERSION. Default 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Tom Lane 32fecad80a Clean up gcc warnings. Avoid the bad habit of putting externs in .c 24 years ago
Bruce Momjian 19570420f5 UPDATED PATCH: 24 years ago
Bruce Momjian eb43af3210 Back out SSL changes. Newer patch available. 24 years ago
Bruce Momjian a9bd17616e Attached are a revised set of SSL patches. Many of these patches 24 years ago
Bruce Momjian 394eec1068 Fix for EINTR returns from Win9X socket operations: 24 years ago
Tom Lane 78ab803402 Don't bother to request SSL connection over a Unix socket, since the 24 years ago
Tom Lane 15c21bf8e1 Defend against possibility that SSL error reporting mechanism returns 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tatsuo Ishii 227767112c Commit Karel's patch. 24 years ago
Bruce Momjian 5db5c2db61 > Ok, where's a "system dependent hack" :) 24 years ago
Bruce Momjian 2637f887e7 Remove some unneeded dashes from libpq comments. 24 years ago
Bruce Momjian da45a0bdb7 Add 4-byte MD5 salt. 24 years ago
Bruce Momjian 38bb1abcda Use MD5 for wire protocol encryption for >= 7.2 client/server. 24 years ago
Tom Lane 2b769c8212 Fix residual breakage from Windows socket-errno patch: the routines 24 years ago
Tom Lane 6d0d838ceb Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'em 24 years ago
Bruce Momjian ca5a516279 I downloaded new source for lib (only few hours old !!!), and made 25 years ago
Bruce Momjian 8c79f3c4a3 i've spotted a following problem using DBD::Pg under win32. winsock 25 years ago
Peter Eisentraut 1bd3dd0c5f Fix fault in message. 25 years ago
Peter Eisentraut 1a17447be1 NLS for libpq. Clean up the message formats and change the documentation 25 years ago
Peter Eisentraut 1e9e5defc2 Use CONNECTION_OK to determine whether startup phase is complete. 25 years ago
Peter Eisentraut e77aaade34 Repair libpq to follow protocol by not sending Terminate messages before 25 years ago