Commit Graph

3093 Commits (c7099997ac3770a42cad8df26f11d4d5c385f8a7)

Author SHA1 Message Date
Bruce Momjian 1a273556a3 Update Japanese FAQ. 22 years ago
Tom Lane f378288e3b Minor copy-editing. 22 years ago
Neil Conway a3015829ee Fix typo in libpq docs. 22 years ago
Neil Conway f0c3a09ab3 Document that PQoidValue(), PQcmdTuples(), and PQoidStatus() now work 22 years ago
Bruce Momjian f5dd5bf297 Add mention to run thread test program if user is experiencing problems 22 years ago
Neil Conway fc7fd50182 Add ceiling() as an alias for ceil(), and power() as an alias for pow(). 22 years ago
Neil Conway 0fa2afa93a Make psql's \d+ command indicate whether the table in question 22 years ago
Bruce Momjian 65b020bd61 Fix filename mention in psqlrc.sample file. 22 years ago
Tom Lane 19f1649bed Put information about tag in Outputs section, where it belongs. 22 years ago
Peter Eisentraut c16fa67c87 Fix typo 22 years ago
Neil Conway 2ff4e44043 Improvements to the backup & restore documentation. 22 years ago
Bruce Momjian e3391133ae Update EXECUTE docs to mention tag matches prepared statement. 22 years ago
Bruce Momjian be6bbcef56 Add global psql config file, psql.rc.sample. 22 years ago
Neil Conway 4906841901 Minor improvement to CREATE AGGREGATE docs: add an xref to the docs for 22 years ago
Peter Eisentraut aeee856564 New link for Solaris IPC article 22 years ago
Bruce Momjian 49d3d9cf40 Change COPY CSV keyword to be: 22 years ago
Bruce Momjian 6022a7d72f Add doc mention that: 22 years ago
Bruce Momjian 8149029162 Improve IS NULL partial index wording. 22 years ago
Bruce Momjian bb18b47390 Document partial indexes for IS NULL lookups. 22 years ago
Bruce Momjian 2f2a3439a5 Remove additional tcl doc mention. 22 years ago
Bruce Momjian c310d28766 Remove TCL docs. 22 years ago
Bruce Momjian 6ef77149f7 > >> My question is whether postgres can index null values, and if not, do I 22 years ago
Bruce Momjian d1b3915ce1 In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't 22 years ago
Bruce Momjian 862b20b382 Complete TODO item: 22 years ago
Bruce Momjian 77c7e8bcb8 Clarify meaning of second DateStyle value. 22 years ago
Bruce Momjian abdabeb995 Change psql \copy stdin/stdout to read from command input/output. 22 years ago
Bruce Momjian 7b3189c185 > > This update fixes a few small typos in names, 22 years ago
Bruce Momjian 1934055cbe Please find a small patch to fix the brain damage "century" and 22 years ago
Bruce Momjian 296f485492 Remove libpgeasy and odbc doc reference in filelist.sgml --- removed to 22 years ago
Bruce Momjian 14bd7a0181 Add SQL 2003 standards. 22 years ago
Bruce Momjian 9fa14b1ea0 Remove bad URL. 22 years ago
Bruce Momjian 58a1cb1024 Update FAQ_DEV. 22 years ago
Bruce Momjian 6a25c6e1d1 > >>1. change the type of "log_statement" option from boolean to string, 22 years ago
Bruce Momjian 6165bbab8c Remove 'syslog' GUC variable, and add more logical 'log_destination' 22 years ago
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function 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 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 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
Bruce Momjian 80683f2a07 Update FAQ from Robert Treat 22 years ago
Neil Conway 1090aa8cc7 More cross-reference work, other minor SGML fixes and improvements. 22 years ago
Tom Lane 7a944e41b4 Convert some GUC variable references to links. 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Neil Conway ce5273757b Make a cross-reference in the ALTER TABLE ref page into a <xref>. 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
Tom Lane 1c4da387ad PQresult should be PGresult. 22 years ago