Commit Graph

7274 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)

Author SHA1 Message Date
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
Bruce Momjian 382af3a954 Add "not" to wal journaling text. 17 years ago
Bruce Momjian fa6116a3da Clarify documentation that journaling is not required for WAL or data files. 17 years ago
Tom Lane 517ae4039e Code review for function default parameters patch. Fix numerous problems as 17 years ago
Bruce Momjian cee63eab8d Update documentation table describing how shared memory is used by 17 years ago
Peter Eisentraut a666d28543 Add note that TRUNCATE uses an access exclusive lock. This apparently 17 years ago
Alvaro Herrera 5434e46986 Add note to the shared memory sizing table about needing to use page count in 17 years ago
Bruce Momjian 7ac5727659 Fix wording of section comparing triggers and rules; old wording as 17 years ago
Bruce Momjian 30c6202a2a Add documentation that pg_standby sleeps on Win32 because of 'copy' behavior. 17 years ago
Tom Lane 4da65a23e7 Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to 17 years ago
Magnus Hagander 5f3724dd7c Support specifying filename for SSL certificate, key, root certificate store 17 years ago
Tom Lane 65e3ea7641 Increase the default value of default_statistics_target from 10 to 100, 17 years ago
Tom Lane 17dc173660 To reduce confusion over whether VACUUM FULL is needed for anti-wraparound 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Bruce Momjian 253fa736b9 Update journaling performance docs based on comments by Michael Renner. 17 years ago
Tom Lane 5932915fef Add a specific example of parenthesizing when extracting a field of a 17 years ago
Magnus Hagander 9edd720050 Clearify how processes are started by autovacuum, and what the effect 17 years ago
Magnus Hagander bd33aca36e Add note that autovacuum can use up several times maintenance_work_mem, 17 years ago
Alvaro Herrera aa7f00464d Desultorily enclose programlisting tags in CDATA, to get rid of some obnoxious 17 years ago
Bruce Momjian ff1ea2173a Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 17 years ago
Bruce Momjian 31076c8beb Document that non-data journaling is a recommended mount option. 17 years ago
Peter Eisentraut 455dffbb73 Default values for function arguments 17 years ago
Peter Eisentraut 44ff90966c Update key words table to 8.4 and SQL:2008. 17 years ago
Magnus Hagander b0729b8d4e Documentation for wildcard certificates patch 17 years ago
Peter Eisentraut 6355e69d1e Add braces to clarify syntax synopsis 17 years ago
Peter Eisentraut e3764aa1b1 Small correction 17 years ago