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