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