Commit Graph

7149 Commits (d46f100d06e85bf496c5b51e6acd3d80d0440956)

Author SHA1 Message Date
Neil Conway ea4b54e5f9 Fix typo. 17 years ago
Heikki Linnakangas 6587818542 Add vacuum_freeze_table_age GUC option, to control when VACUUM should 17 years ago
Heikki Linnakangas 14bfea3b75 Change explanation of pg_switch_xlog()'s return value to match code. 17 years ago
Bruce Momjian 520c41b526 Add documentation mention that full page writes have to be enabled for 17 years ago
Bruce Momjian afe8ac2078 Document how pglesslog can be used to reduce the storage requirements of PITR. 17 years ago
Peter Eisentraut 405728f669 Add some minimal documentation that the SQL standard requires parentheses 17 years ago
Peter Eisentraut ca8100f9eb Add ONLY support to LOCK and TRUNCATE. By default, these commands are now 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Bruce Momjian 3b34e98242 Modify libpq environment variable documentation to point to the relevant 17 years ago
Bruce Momjian 2f90d9ff04 Update link guidelines. 17 years ago
Bruce Momjian feba07f838 Add guidelines section. 17 years ago
Bruce Momjian 908e2c7fd1 Add file to explain SGML linking options, for use by SGML document 17 years ago
Tom Lane ccb51c0842 A further attempt at clarifying the \distv business. 17 years ago
Bruce Momjian d3706cb6d2 Remove tabs from SGML docs. 17 years ago
Peter Eisentraut f8e5b79368 Change chapter titles thus: 17 years ago
Peter Eisentraut 26dc14b6b2 Rewrite update-po target, so that it works less like a shell script and more 17 years ago
Magnus Hagander 1b4e729eaa Make krb_realm and krb_server_hostname be pg_hba options only, and remove 17 years ago
Andrew Dunstan 32e1265dd9 Document values for pg_constraint confupdtype, confdeltype and confmatchtype columns. 17 years ago
Bruce Momjian 32c34aab1d Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need 17 years ago
Bruce Momjian eb0d7e243a Document that txid_visible_in_snapshot() cannot be used with 17 years ago
Peter Eisentraut 3467f02957 Add note that not all SQL commands support ONLY in the same way. 17 years ago
Bruce Momjian af96c82019 Document current_query() as being the _client_ query. 17 years ago
Bruce Momjian 1c175cd76a Revert current_query() change to use debug_query_string again; add comment. 17 years ago
Tom Lane 445ce15702 Create a third option named "partition" for constraint_exclusion, and make it 17 years ago
Bruce Momjian 12dcf7bb75 Have current_query() use ActivePortal->sourceText rather than 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago
Magnus Hagander b09f930d2e Add hba parameter include_realm to krb5, gss and sspi authentication, used 17 years ago
Magnus Hagander 32c469d7b1 Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only) 17 years ago
Magnus Hagander af26089841 Add appropriate text for SIGHUP parameters instead of just removing it 17 years ago
Bruce Momjian d319a65358 Break out \distv into four separate lines in the psql documentation, for 17 years ago
Bruce Momjian f5ed2ee533 Add documentation for new \d*S* patch, and clean up some of the docs. 17 years ago
Bruce Momjian e825fac2a3 Document that Cygwin does not support OpenSSL. 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Tom Lane 7c63d0c72e Change a couple of ill-advised uses of INFO elog level to WARNINGs; in 17 years ago
Bruce Momjian b32a290bdf Update SELECT version() to show whether it is a 32 or 64-bit backend binary. 17 years ago
Tom Lane b0a6ad70a1 Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allows 17 years ago
Bruce Momjian f42a7f1e62 Update Japanese FAQ. 17 years ago
Tom Lane 7466eeac61 Add contrib/pg_stat_statements for server-wide tracking of statement execution 17 years ago
Magnus Hagander 184341309e Today is find-typo-in-old-patches day. Fix wrong cut/paste in ident 17 years ago
Magnus Hagander a27addbc87 Make it possible to change Kerberos/GSSAPI parameters without restarting 17 years ago
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes, 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane df0ea5a1cd Throw error if a <window definition> references a window that already has a 17 years ago
Tom Lane 26ce4e85a1 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, 17 years ago
Tom Lane 8e8854daa2 Add some basic support for window frame clauses to the window-functions 17 years ago
Tom Lane 2c38b8c715 Fix thinko in documentation of default window frame behavior, 17 years ago
Tom Lane 95b07bc7f5 Support window functions a la SQL:2008. 17 years ago
Tom Lane ea7d5199e5 Add a new column proiswindow to pg_proc. It doesn't actually do anything 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Tom Lane e32014d85d Add a couple of cross-references to the docs about enum types, per a 17 years ago