summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-074-7/+69
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-074-20/+90
* Add appropriate text for SIGHUP parameters instead of just removing itMagnus Hagander2009-01-071-6/+12
* Don't require pqGetHomeDirectory to succeed if the user has specifiedMagnus Hagander2009-01-071-52/+68
* Produce a full version string for Sun Studio.Peter Eisentraut2009-01-072-1/+5
* Break out \distv into four separate lines in the psql documentation, forBruce Momjian2009-01-071-3/+6
* Make the log output of 'vxid' between csvlog and stderr/syslogBruce Momjian2009-01-071-2/+2
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-075-25/+24
* Removeduplicate \dd psql help mention.Bruce Momjian2009-01-071-3/+2
* Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian2009-01-071-31/+31
* Clarify a confusing comment about MCVs vs histogram entries.Tom Lane2009-01-061-2/+4
* Improve \z psql \? help display.Bruce Momjian2009-01-061-2/+2
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-063-69/+76
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-064-62/+111
* Document that Cygwin does not support OpenSSL.Bruce Momjian2009-01-061-1/+7
* Make the MSVC build output "32-bit" at the end of the version string, theMagnus Hagander2009-01-061-2/+3
* Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian2009-01-062-4/+4
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-065-16/+12
* Update pg_restore --help text to match the SGML documentation.Bruce Momjian2009-01-061-2/+2
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-063-21/+20
* Revert the default toast compression strategy to the former behaviorTom Lane2009-01-061-2/+2
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-063-859/+866
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-061-3/+4
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-062-13/+42
* Remove outdated Japanese README files per discussion.Tatsuo Ishii2009-01-063-576/+0
* Suppress compiler warning in a different way, per Alvaro.Bruce Momjian2009-01-061-2/+3
* Update SELECT version() to show whether it is a 32 or 64-bit backend binary.Bruce Momjian2009-01-063-417/+825
* Supress compiler warning.Bruce Momjian2009-01-061-2/+2
* Fix new timezone cross-compile rule to avoid a bug in gmake 3.78.1;Bruce Momjian2009-01-061-2/+10
* Add some comments about why function parameter default expressions areTom Lane2009-01-061-1/+9
* Fix an oversight in the function-default-arguments patch: after adding someTom Lane2009-01-061-7/+24
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-057-133/+716
* Add a --role option to pg_dump, pg_dumpall, and pg_restore. This allowsTom Lane2009-01-058-114/+194
* Update Japanese FAQ.Bruce Momjian2009-01-052-12/+22
* Quiet repeated "loaded library" messages from child backends that are justTom Lane2009-01-051-2/+15
* Add EmitWarningsOnPlaceholders calls to contrib modules that are likely toTom Lane2009-01-052-2/+6
* Fix define_custom_variable to preserve any sourcefile/sourceline informationTom Lane2009-01-051-4/+12
* When cross-compiling, allow and require an external zic program to be usedPeter Eisentraut2009-01-054-5/+72
* Fix for cross-compilation between mingw32 and something else. The choicePeter Eisentraut2009-01-052-3/+5
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-054-10/+11
* Export IsUnderPostmaster on win32.Alvaro Herrera2009-01-051-2/+2
* Add contrib/pg_stat_statements for server-wide tracking of statement executionTom Lane2009-01-0411-7/+1239
* Add a pg_encoding_mbcliplen() function that is just like pg_mbcliplen()Tom Lane2009-01-042-23/+38
* Fix embarrassing bug in recent smgr refactoring patch: WAL records shouldHeikki Linnakangas2009-01-041-3/+3
* Allow configure to deal with Python 3.0. Changes were:Peter Eisentraut2009-01-042-17/+17
* Allow loadable modules to create PGC_POSTMASTER GUC variables, but onlyTom Lane2009-01-033-4/+29
* Create a "shmem_startup_hook" to be called at the end of shared memoryTom Lane2009-01-033-12/+25
* Include a pointer to the query's source text in QueryDesc structs. This isTom Lane2009-01-028-18/+45
* Initialize .pot files with some useful default values.Peter Eisentraut2009-01-021-3/+4
* Split the ecpg translation support into a separate catalog for the ecpgPeter Eisentraut2009-01-024-33/+12