Commit Graph

4393 Commits (f44391b0a02870f877c2775ce706201fc1ebf33c)

Author SHA1 Message Date
Tom Lane f0e7f9e30b Update text that stated GiST indexes aren't WAL-logged. 21 years ago
Neil Conway 577247b023 Minor documentation update for RAISE expression patch. 21 years ago
Tom Lane a8d1075f27 Add a time-of-preparation column to the pg_prepared_xacts view, per an 21 years ago
Bruce Momjian 5117da7b37 Remove TODO.detail. 21 years ago
Bruce Momjian 5f98a6f7a3 Done: 21 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 21 years ago
Bruce Momjian 5495575903 Re-order item. 21 years ago
Bruce Momjian 524ec00d3e Move item: 21 years ago
Bruce Momjian 30b0f49ce6 Update NetBSD 'options' description. 21 years ago
Bruce Momjian 1414707e03 Improve wording of read-only GUC variables; shows -> reports. 21 years ago
Bruce Momjian 1b618e50a6 Add: 21 years ago
Neil Conway 4aaff55359 Minor SGML markup cleanup. 21 years ago
Bruce Momjian 0851a6fbc7 This patch makes it possible to use the full set of timezones when doing 21 years ago
Bruce Momjian 8b84aebddf Add BETWEEN SYMMETRIC. 21 years ago
Bruce Momjian 495f9aa098 reorder: 21 years ago
Bruce Momjian 853e8b1426 Done: 21 years ago
Bruce Momjian f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Bruce Momjian b5e65c8325 Done: 21 years ago
Bruce Momjian 61e2c00e64 Have SHOW ALL include variable descriptions. 21 years ago
Bruce Momjian cf48d8b3aa Update: 21 years ago
Bruce Momjian d2c313bcf5 Move item into proper section: 21 years ago
Bruce Momjian 954f6bcffe Add GUC krb_server_hostname so the server hostname can be specified as 21 years ago
Bruce Momjian dac94e3495 Done: 21 years ago
Neil Conway d6636543c4 Allow the parameters to PL/PgSQL's RAISE statement to be expressions, 21 years ago
Bruce Momjian 189f89cb0e Done: 21 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 21 years ago
Tom Lane c186c93148 Change the planner to allow indexscan qualification clauses to use 21 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 21 years ago
Neil Conway 8c05ca7754 SGML cleanup: consistently use "endterm" in <xref>s that link to the 21 years ago
Tom Lane a2fb7b8a1f Adjust lo_open() so that specifying INV_READ without INV_WRITE creates 21 years ago
Tom Lane f52a34229b Document the --enable-integer-datetimes configure option where the other 21 years ago
Neil Conway 72a5db15d1 libpq was not consistently checking for memory allocation failures. This 21 years ago
Bruce Momjian e4c76191a9 Add space before :DBNAME for proper \set expansion. 21 years ago
Neil Conway a89c109e30 Minor cleanup of documentation for recently-added HISTFILE psql variable. 21 years ago
Neil Conway d46bc444ac Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. 21 years ago
Bruce Momjian ea88824a3e the following patch makes the filename used to store the readline 21 years ago
Bruce Momjian 453d74b99c Add the "PGPASSFILE" environment variable to specify to the password 21 years ago
Bruce Momjian 3572e531ca Mention prefix %t has no milliseconds. 21 years ago
Bruce Momjian 6c2ba14d8d This patch against 8.0.0beta1 source adds log_line_prefix options for 21 years ago
Tom Lane 0b8e46e49b Repair error in description of nonblocking usage of PQgetCopyData(). 21 years ago
Peter Eisentraut 65d27324c3 Add example for pg_config --configure. 21 years ago
Bruce Momjian ebc8649892 Since I needed this feature badly, I added the -n / --schema switch to 21 years ago
Bruce Momjian 4d0e7b4aac Please find attached a patch (diff -c against cvs HEAD) to add a 21 years ago
Bruce Momjian 4a5cda7bba I've created a patch which adds support for troff "-ms" output to 21 years ago
Bruce Momjian c51815afed Remove idea of schema tablespaces: 21 years ago
Tom Lane 77c168a836 Remove grammar productions for prefix and postfix % and ^ operators, 21 years ago
Tom Lane f5b2f60bd1 Change WAL-logging scheme for multixacts to be more like regular 21 years ago
Bruce Momjian b3e798d750 Fix word wrap: 21 years ago
Neil Conway 657c098e41 Add a function lastval(), which returns the value returned by the 21 years ago
Neil Conway c59887f916 Add support for an optional INTO clause to PL/PgSQL's EXECUTE command. 21 years ago