Commit Graph

27820 Commits (d04db370720ece56ffcad54e46cf03483c742ebb)
 

Author SHA1 Message Date
Tom Lane d04db37072 Arrange for function default arguments to be processed properly in expressions 17 years ago
Bruce Momjian d3706cb6d2 Remove tabs from SGML docs. 17 years ago
Peter Eisentraut 8ebf1a3d5c Remove fairly useless mixed-case identifier test that causes locale 17 years ago
Magnus Hagander 8d320b6356 Code review of strftime patch, per comments from Tom: 17 years ago
Peter Eisentraut f8e5b79368 Change chapter titles thus: 17 years ago
Magnus Hagander 0709c0017f Fix strftime usage on Win32 when trying to fetch the locale-aware 17 years ago
Peter Eisentraut 58a81baa3c More portable use of "find". 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 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