Commit Graph

17276 Commits (fcfa2c790a5d8419540cbff4e0cc5930b4b64bf2)
 

Author SHA1 Message Date
Bruce Momjian fcfa2c790a Document fallback to tcp/ip localhost connection from psql on ports 22 years ago
Neil Conway 017e3e244a Fix some whitespace formatting, and remove an overly-verbose 22 years ago
Bruce Momjian 46c3e29b8e >>Also, what is the default connection mode of psql? It should probably be 22 years ago
Bruce Momjian f23cce73b3 Use the new GUC variable default_with_oids in pg_dump, rather than using 22 years ago
Neil Conway 533d0915cf Update the float8 regression tests: they should now pass on FreeBSD 4.x 22 years ago
Tom Lane 1c4da387ad PQresult should be PGresult. 22 years ago
Tom Lane 8ed89773c5 Fix small typo. 22 years ago
Tom Lane 121cf2b904 Repair misleading description of MOVE's command tag result. 22 years ago
Tom Lane f862c42009 Use dollar-quoting for function bodies, unless disabled with 22 years ago
Bruce Momjian 48b2802eee When changing select() calls for delays into pg_usleep(), two comments 22 years ago
Tom Lane 24614a9880 Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and 22 years ago
Neil Conway 446b5476e5 Minor SGML improvements. 22 years ago
Neil Conway 9f894981da Fix typo in postmaster reference page: from Tom. 22 years ago
Bruce Momjian ee455f81a5 fflush() FILE buffer to descriptor so stat call gets proper size in fseeko.c. 22 years ago
Neil Conway fd4f3b3b62 Improve the locale and character set docs, add some <xref>s pointing 22 years ago
Bruce Momjian 5688e45979 Fix getpwuid_r call: 22 years ago
Tom Lane 2e45c143ef Replace the virtual_host and tcpip_socket parameters with a unified 22 years ago
Tom Lane 0d88dd1e50 Before deciding we can use a socket for statistics collection, test to 22 years ago
Tom Lane 6b198d61f8 Add missing extern for optind. 22 years ago
Tom Lane 3b7ca96c2c Clean up rather poor description of the difference between INHERITS and 22 years ago
Tom Lane d81cd7032e Standardize output buffer size and display format for strftime; 22 years ago
Bruce Momjian 682a6bd5eb Disasble threads on unixware until other platforms report a problem. 22 years ago
Bruce Momjian 6367ed4382 Increase xlog str_time() static string variable, per Korean User's Group. 22 years ago
Bruce Momjian 2678395928 In working through a pg_autovacuum problem with Joe Conway (which turned 22 years ago
Bruce Momjian 3ceda5eab3 I just noticed that \dp outputs "Table" to indicate relations (tables, 22 years ago
Bruce Momjian a7f0747320 Adds DLLIMPORT modifier to check_function_bodies 22 years ago
Bruce Momjian 08c0aa7281 Add mention of "-D_POSIX_PTHREAD_SEMANTICS" enabling 5-arg getpwuid_r(). 22 years ago
Tom Lane 0de45c1c27 Add timestamp-versus-timestamptz cross-type comparison functions, 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Dennis Bjorklund bee3b2a0a0 Translation updates 22 years ago
Dennis Bjorklund 94fb33b115 Translation updates 22 years ago
Tom Lane 05649b88c7 Rewrite pg_dump's comment-dumping code to pull over all the comments 22 years ago
Bruce Momjian c8aaa5ceec Remove suggestiong for using test for wal_sync_method. 22 years ago
Bruce Momjian 34ce6b41cf Always test getpwuid_r because HEAD always uses *_r if it finds them. 22 years ago
Bruce Momjian aaf54d99f0 Handle draft version of getpwuid_r() that accepts only four arguments. 22 years ago
Tom Lane 6c7e6d2baa Add a usage example for has_function_privilege(). 22 years ago
Tom Lane 0fdc6c4cc0 Create a validator for plpgsql, so that some minimal syntax checking 22 years ago
Tom Lane 74ffc77279 Code review for log_line_prefix patch. Cooperate with StringInfo instead 22 years ago
Bruce Momjian 8726591720 Make test_fsync use optimizer flag. 22 years ago
Bruce Momjian cbaf1aaeba Fix log_executor_stats if() test. 22 years ago
Bruce Momjian 2ef0ff89af Add Unixware thread support from Larry Rosenman. 22 years ago
Bruce Momjian 6b34711824 Allocate 16mb file for testing. 22 years ago
Bruce Momjian 9e231bab65 Have program default to 1000 loops, and add file name and loop option. 22 years ago
Bruce Momjian 9ae9ad155d Add comment about using this testing for wal_sync_method. 22 years ago
Bruce Momjian b2906c5be3 Add fsync tests: 22 years ago
Bruce Momjian 5ddecd1e27 Mention which fsync methods are unavailable. 22 years ago
Bruce Momjian 69138a9429 Add permission mode to opens(). 22 years ago
Bruce Momjian bfaa9a0ada Add missing include 22 years ago
Bruce Momjian 00051c9b56 Remove acccidental object/binary files. 22 years ago
Bruce Momjian 9f2696f266 Add fsync test program. It tests fsync to see if times for fsync are the 22 years ago