Commit Graph

27795 Commits (1cfd9e88349fc259d17914ccfd4eaf7bb7f7d141)
 

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
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
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 5993bcaf41 Quiet repeated "loaded library" messages from child backends that are just 17 years ago
Tom Lane da2c1b8a27 Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to 17 years ago
Tom Lane 35c129cab3 Fix define_custom_variable to preserve any sourcefile/sourceline information 17 years ago
Peter Eisentraut c63b9b1ddc When cross-compiling, allow and require an external zic program to be used 17 years ago
Peter Eisentraut 46866e92bd Fix for cross-compilation between mingw32 and something else. The choice 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Alvaro Herrera 901d419e31 Export IsUnderPostmaster on win32. 17 years ago
Tom Lane 7466eeac61 Add contrib/pg_stat_statements for server-wide tracking of statement execution 17 years ago
Tom Lane 1efd5ff89b Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen() 17 years ago
Heikki Linnakangas 74ef810ca6 Fix embarrassing bug in recent smgr refactoring patch: WAL records should 17 years ago
Peter Eisentraut a65ed83f8a Allow configure to deal with Python 3.0. Changes were: 17 years ago
Tom Lane 4605d1c98b Allow loadable modules to create PGC_POSTMASTER GUC variables, but only 17 years ago
Tom Lane dad75a62bf Create a "shmem_startup_hook" to be called at the end of shared memory 17 years ago
Tom Lane bbeb0bbf6b Include a pointer to the query's source text in QueryDesc structs. This is 17 years ago
Peter Eisentraut ccd31eb861 Initialize .pot files with some useful default values. 17 years ago