Commit Graph

27781 Commits (9491c82f7103d62824d3132b8c7dc44609f2f56b)
 

Author SHA1 Message Date
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
Peter Eisentraut a3114e52f6 Split the ecpg translation support into a separate catalog for the ecpg 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 67b94f5fb4 Fix cut/paste error that caused all errors from REQUIRE_AUTH_OPTION to say 17 years ago
Magnus Hagander f6c916ee98 Remove comments that say restart is required for changing of Kerberos 17 years ago
Magnus Hagander a27addbc87 Make it possible to change Kerberos/GSSAPI parameters without restarting 17 years ago
Tom Lane bdcc7576f4 write_nondefault_variables must take care to write custom_variable_classes 17 years ago
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes, 17 years ago
Bruce Momjian 65deb13436 Be smarter --- accept missing comma, and force comma if missing. 17 years ago
Bruce Momjian 34273b44a6 Mention src/interfaces/libpq/libpq.rc.in needs to be updated for 17 years ago
Bruce Momjian c4eaa9672a Make comma optional for copyright text change. 17 years ago
Bruce Momjian 2dca07d54e Add comma so this copyright notice is picked up in 2010. 17 years ago
Tom Lane 62b64cbb48 Fix a couple of missed copyright dates. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Tom Lane 87081b2d35 Fix an oversight in my patch of a couple weeks ago that ensured a snapshot 17 years ago