Commit Graph

17300 Commits (5cb902cbfc089d59301a67ef8832a428a892500d)
 

Author SHA1 Message Date
Tom Lane 5cb902cbfc Some further editorializing on README.CVS. 22 years ago
Bruce Momjian b803cf4320 Clean up thread test program. 22 years ago
Bruce Momjian db9a957618 Add test for thread-safe errno to thread test program. 22 years ago
Bruce Momjian 4f0d027e7d Add comment about psql \s (history display): 22 years ago
Bruce Momjian b295c0a085 Clean up function call arg appearance. 22 years ago
Bruce Momjian cfcdd31c5d Change small 'if/else' test to use Max(). 22 years ago
Tom Lane 513bbf4046 Fix brain-dead placement of global variable declaration. 22 years ago
Tom Lane 7820ee24c9 Now that we are allowing index opclasses to contain operators that are 22 years ago
Bruce Momjian 79b805f6d5 Add -D_REENTRANT for Solaris threading. 22 years ago
Neil Conway 1090aa8cc7 More cross-reference work, other minor SGML fixes and improvements. 22 years ago
Bruce Momjian fda3449625 Update gcc solaris flags. 22 years ago
Bruce Momjian dbd5390ad4 Fix for SSL compile. 22 years ago
Tom Lane 7a944e41b4 Convert some GUC variable references to links. 22 years ago
Teodor Sigaev eebdfcdbe6 1 Minimize memory allocation for void (but not null) value. 22 years ago
Tom Lane 457ad3925d Add a more useful error message for the case where someone tries to pass 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Bruce Momjian a09b9a36d3 Add: 22 years ago
Tom Lane 6a034c3322 Adjust error message wording per Andrew Dunstan's advice. 22 years ago
Neil Conway ce5273757b Make a cross-reference in the ALTER TABLE ref page into a <xref>. 22 years ago
Bruce Momjian c83cd6c1da Update description error text: 22 years ago
Bruce Momjian 51b488535e Here's a patch implementing the "thread method" to workaround the bug 22 years ago
Bruce Momjian b8fd6756e2 Allow unlink/rename of files open by another process on Win32, using a 22 years ago
Neil Conway d6bc5944a0 Fix a minor typo in the log_line_prefix docs and make a couple other 22 years ago
Bruce Momjian 6daf396879 Add thread locking to SSL and Kerberos connections. 22 years ago
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