aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* A further attempt at clarifying the \distv business.Tom Lane2009-01-09
* Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when anTom Lane2009-01-09
* Arrange for function default arguments to be processed properly in expressionsTom Lane2009-01-09
* Remove tabs from SGML docs.Bruce Momjian2009-01-09
* Remove fairly useless mixed-case identifier test that causes localePeter Eisentraut2009-01-09
* Code review of strftime patch, per comments from Tom:Magnus Hagander2009-01-09
* Change chapter titles thus:Peter Eisentraut2009-01-09
* Fix strftime usage on Win32 when trying to fetch the locale-awareMagnus Hagander2009-01-09
* More portable use of "find".Peter Eisentraut2009-01-09
* Rewrite update-po target, so that it works less like a shell script and morePeter Eisentraut2009-01-09
* Make krb_realm and krb_server_hostname be pg_hba options only, and removeMagnus Hagander2009-01-09
* Document values for pg_constraint confupdtype, confdeltype and confmatchtype ...Andrew Dunstan2009-01-09
* Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the needBruce Momjian2009-01-09
* Fix memory leak for file name if expect file name contains a dot, perBruce Momjian2009-01-08
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-08
* Document that txid_visible_in_snapshot() cannot be used withBruce Momjian2009-01-08
* Defend against null input in analyze_requires_snapshot(), per reportTom Lane2009-01-08
* Add note that not all SQL commands support ONLY in the same way.Peter Eisentraut2009-01-08
* Document current_query() as being the _client_ query.Bruce Momjian2009-01-08
* Revert current_query() change to use debug_query_string again; add comment.Bruce Momjian2009-01-08
* Add comment about why BETWEEN uses operator strings and not opclasses,Bruce Momjian2009-01-07
* Create a third option named "partition" for constraint_exclusion, and make itTom Lane2009-01-07
* Have current_query() use ActivePortal->sourceText rather thanBruce Momjian2009-01-07
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Add comment that it is difficult to access the more accurateBruce Momjian2009-01-07
* Update comment associated with 'debug_query_string'.Bruce Momjian2009-01-07
* define HAVE_FSEEKO for MSVCAndrew Dunstan2009-01-07
* Fix executor/spi.h to follow our usual conventions for include files, ie,Tom Lane2009-01-07
* Add hba parameter include_realm to krb5, gss and sspi authentication, usedMagnus Hagander2009-01-07
* Allow krb_realm (krb5, gssapi and sspi) and krb_server_hostname (krb5 only)Magnus Hagander2009-01-07
* Add appropriate text for SIGHUP parameters instead of just removing itMagnus Hagander2009-01-07
* Don't require pqGetHomeDirectory to succeed if the user has specifiedMagnus Hagander2009-01-07
* Produce a full version string for Sun Studio.Peter Eisentraut2009-01-07
* Break out \distv into four separate lines in the psql documentation, forBruce Momjian2009-01-07
* Make the log output of 'vxid' between csvlog and stderr/syslogBruce Momjian2009-01-07
* Update MinGW so it handles fseeko() similar to Unix.Bruce Momjian2009-01-07
* Removeduplicate \dd psql help mention.Bruce Momjian2009-01-07
* Add spaces around psql \d* columns, per idea from Joshua Drake.Bruce Momjian2009-01-07
* Clarify a confusing comment about MCVs vs histogram entries.Tom Lane2009-01-06
* Improve \z psql \? help display.Bruce Momjian2009-01-06
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-06
* This makes all the \dX commands (most importantly to most: \df) workBruce Momjian2009-01-06
* Document that Cygwin does not support OpenSSL.Bruce Momjian2009-01-06
* Make the MSVC build output "32-bit" at the end of the version string, theMagnus Hagander2009-01-06
* Make pg_dump and pg_dumpall --clean options match the SGML docs, for consiste...Bruce Momjian2009-01-06
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-06
* Update pg_restore --help text to match the SGML documentation.Bruce Momjian2009-01-06
* Change a couple of ill-advised uses of INFO elog level to WARNINGs; inTom Lane2009-01-06
* Revert the default toast compression strategy to the former behaviorTom Lane2009-01-06
* Doesn't seem like a good idea to be doing AC_CHECK_SIZEOF(void *) so muchTom Lane2009-01-06