Commit Graph

17319 Commits (51d1a12ed1645cbf41f0a4b297173f83832c8e21)
 

Author SHA1 Message Date
Tom Lane 51d1a12ed1 Fix portability issues with functions that don't match their declaration. 22 years ago
Tom Lane b3fcc816ae Add missing casts to unsigned char in recently-added isspace() calls. 22 years ago
Tom Lane 7df21fe8a8 Adjust expected regression outputs for plan changes caused by recent 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 22 years ago
Bruce Momjian 8590a62b75 Improve comments on USERLIMIT GUC processing. 22 years ago
Bruce Momjian 076055ed10 Add description of log_statement_stats's function (total statement stats 22 years ago
Bruce Momjian a302b8e150 Back out tutorial changes: 22 years ago
Bruce Momjian 7d15b90e5b Add psql backslash command discussion. 22 years ago
Bruce Momjian b5db560c7a Add: 22 years ago
Bruce Momjian 07ff3afa2a Remove: 22 years ago
Bruce Momjian 7b43450931 Fix markup errors from recent patch. 22 years ago
Bruce Momjian aaad011940 1. In keeping with the recent discussion that there should be more 22 years ago
Bruce Momjian cf9c2be7e8 Add: 22 years ago
Bruce Momjian 45edc20283 Add mention of how to use \df to find functions using/returning specific 22 years ago
Bruce Momjian fd071bd478 Fix to_char for 1 BC. Previously it returned 1 AD. 22 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Tom Lane 8d9a28eeef Use fuzzy comparison of path costs in add_path(), so that paths with the 22 years ago
Michael Meskes 047a2cecff Fixed possible segfault in type.c (by Juergen Cappel) 22 years ago
Bruce Momjian 80683f2a07 Update FAQ from Robert Treat 22 years ago
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