Commit Graph

27812 Commits (1b4e729eaa97b6169e08abc70e84709cea2cd00a)
 

Author SHA1 Message Date
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 9bdf216f9c Fix memory leak for file name if expect file name contains a dot, per 17 years ago
Alvaro Herrera b813c8daca A couple further reloptions improvements, per KaiGai Kohei: add a validation 17 years ago
Bruce Momjian eb0d7e243a Document that txid_visible_in_snapshot() cannot be used with 17 years ago
Tom Lane 2e9650cbcf Defend against null input in analyze_requires_snapshot(), per report 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
Bruce Momjian ae3c075221 Add comment about why BETWEEN uses operator strings and not opclasses, 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 deac9488d3 Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, 17 years ago
Bruce Momjian 6b88393058 Add comment that it is difficult to access the more accurate 17 years ago
Bruce Momjian 8faffe6a52 Update comment associated with 'debug_query_string'. 17 years ago
Andrew Dunstan 678e597ee3 define HAVE_FSEEKO for MSVC 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
Magnus Hagander 75eafe965e Don't require pqGetHomeDirectory to succeed if the user has specified 17 years ago
Peter Eisentraut 16785db18c Produce a full version string for Sun Studio. 17 years ago
Bruce Momjian d319a65358 Break out \distv into four separate lines in the psql documentation, for 17 years ago
Bruce Momjian 143e755bcf Make the log output of 'vxid' between csvlog and stderr/syslog 17 years ago
Bruce Momjian d00a3472cf Update MinGW so it handles fseeko() similar to Unix. 17 years ago
Bruce Momjian 7e518a3d01 Removeduplicate \dd psql help mention. 17 years ago
Bruce Momjian 3084a8aea3 Add spaces around psql \d* columns, per idea from Joshua Drake. 17 years ago
Tom Lane 82c9662378 Clarify a confusing comment about MCVs vs histogram entries. 17 years ago
Bruce Momjian 17f601ecb2 Improve \z psql \? help display. 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 9491c82f71 This makes all the \dX commands (most importantly to most: \df) work 17 years ago
Bruce Momjian e825fac2a3 Document that Cygwin does not support OpenSSL. 17 years ago
Magnus Hagander 2b1782fa58 Make the MSVC build output "32-bit" at the end of the version string, the 17 years ago
Bruce Momjian 32695413f3 Make pg_dump and pg_dumpall --clean options match the SGML docs, for consistency. 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Bruce Momjian 6715642000 Update pg_restore --help text to match the SGML documentation. 17 years ago
Tom Lane 7c63d0c72e Change a couple of ill-advised uses of INFO elog level to WARNINGs; in 17 years ago
Tom Lane 229bffedbc Revert the default toast compression strategy to the former behavior 17 years ago
Tom Lane 075ac80d72 Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so much 17 years ago
Heikki Linnakangas 7ffe657225 Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. 17 years ago
Alvaro Herrera b25433da5d Fix string reloption handling, per KaiGai Kohei. 17 years ago
Tatsuo Ishii 40e01e267d Remove outdated Japanese README files per discussion. 17 years ago
Bruce Momjian 1d2a185eae Suppress compiler warning in a different way, per Alvaro. 17 years ago
Bruce Momjian b32a290bdf Update SELECT version() to show whether it is a 32 or 64-bit backend binary. 17 years ago
Bruce Momjian 02aa5f19c6 Supress compiler warning. 17 years ago
Bruce Momjian eaa088e8ee Fix new timezone cross-compile rule to avoid a bug in gmake 3.78.1; 17 years ago
Tom Lane 9f910a3b9a Add some comments about why function parameter default expressions are 17 years ago
Tom Lane 10374a34c6 Fix an oversight in the function-default-arguments patch: after adding some 17 years ago
Alvaro Herrera ba748f7a11 Change the reloptions machinery to use a table-based parser, and provide 17 years ago