- Oct 27, 2005
-
-
Bruce Momjian authored
-
- Oct 24, 2005
-
-
Bruce Momjian authored
PQregisterThreadLock(). I also remove the crypt() mention in the libpq threading section and added a single sentence in the client-auth manual page under crypt(). Crypt authentication is so old now that a separate paragraph about it seemed unwise. I also added a comment about our use of locking around pqGetpwuid().
-
- Oct 21, 2005
-
-
Tom Lane authored
a parameter in binary format. Also, add a TIP explaining how to use casts in the query text to avoid needing to specify parameter types by OID. Also fix bogus spacing --- apparently somebody expanded the tabs in the example programs to 8 spaces instead of 4 when transposing them into SGML.
-
- Oct 20, 2005
-
-
Neil Conway authored
-
- Oct 17, 2005
-
-
Tom Lane authored
exported routines of ip.c, md5.c, and fe-auth.c to begin with 'pg_'. Also get rid of the vestigial fe_setauthsvc/fe_getauthsvc routines altogether.
-
- Oct 13, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
applications that use FILE pointers.
-
- Sep 25, 2005
-
-
Bruce Momjian authored
-
Bruce Momjian authored
DLL compiles to not match the application.
-
- Aug 15, 2005
-
-
Peter Eisentraut authored
-
- Jun 27, 2005
-
-
Neil Conway authored
some security issues, and upstream has declared it "dead". Patch from Magnus Hagander, minor editorialization from Neil Conway.
-
- Jun 26, 2005
-
-
Tom Lane authored
with main, avoid using a SQL-defined SQLSTATE for what is most definitely not a SQL-compatible error condition, fix documentation omissions, adhere to message style guidelines, don't use two GUC_REPORT variables when one is sufficient. Nothing done about pg_dump issues.
-
- Jun 21, 2005
-
-
Tom Lane authored
unlike template0 and template1 does not have any special status in terms of backend functionality. However, all external utilities such as createuser and createdb now connect to "postgres" instead of template1, and the documentation is changed to encourage people to use "postgres" instead of template1 as a play area. This should fix some longstanding gotchas involving unexpected propagation of database objects by createdb (when you used template1 without understanding the implications), as well as ameliorating the problem that CREATE DATABASE is unhappy if anyone else is connected to template1. Patch by Dave Page, minor editing by Tom Lane. All per recent pghackers discussions.
-
- Jun 12, 2005
-
-
Neil Conway authored
patch adds missing checks to the call sites of malloc(), strdup(), PQmakeEmptyPGresult(), pqResultAlloc(), and pqResultStrdup(), and updates the documentation. Per original report from Volkan Yazici about PQmakeEmptyPGresult() not checking for malloc() failure.
-
- Jun 10, 2005
-
-
Bruce Momjian authored
file. Andrew Dunstan
-
- Jun 09, 2005
-
-
Tom Lane authored
Per Volkan Yazici.
-
- Jun 04, 2005
-
-
Bruce Momjian authored
Allow kerberos name and username case sensitivity to be specified from postgresql.conf. --------------------------------------------------------------------------- Here's an updated version of the patch, with the following changes: 1) No longer uses "service name" as "application version". It's instead hardcoded as "postgres". It could be argued that this part should be backpatched to 8.0, but it doesn't make a big difference until you can start changing it with GUC / connection parameters. This change only affects kerberos 5, not 4. 2) Now downcases kerberos usernames when the client is running on win32. 3) Adds guc option for "krb_caseins_users" to make the server ignore case mismatch which is required by some KDCs such as Active Directory. Off by default, per discussion with Tom. This change only affects kerberos 5, not 4. 4) Updated so it doesn't conflict with the rendevouz/bonjour patch already in ;-) Magnus Hagander
-
- May 30, 2005
-
-
Bruce Momjian authored
-
- Feb 26, 2005
-
-
Bruce Momjian authored
! authentication. Use of this environment variable is not ! recommended for security reasons (some operating systems ! allow non-root users to see process environment variables via ! <application>ps</>); instead consider using the ! <filename>~/.pgpass</> file (see <xref linkend="libpq-pgpass">).
-
Bruce Momjian authored
-
- Jan 14, 2005
-
-
Bruce Momjian authored
-
- Jan 08, 2005
-
-
Tom Lane authored
-
- Jan 06, 2005
- Dec 29, 2004
-
-
Tom Lane authored
sockets, rather than failing as it formerly did. Revert the thereby-obsoleted patch to make psql supply the localhost default.
-
- Dec 28, 2004
-
-
Tom Lane authored
-
- Dec 20, 2004
-
-
Tom Lane authored
when it changes. Per request from Kris Jurka.
-
- Dec 13, 2004
-
-
Peter Eisentraut authored
-
- Dec 02, 2004
-
-
Bruce Momjian authored
calling applications. This is done by blocking sigpipe in the libpq thread and using sigpending/sigwait to possibily discard any sigpipe we generated.
-
- Nov 27, 2004
-
-
Peter Eisentraut authored
-
- Nov 15, 2004
-
-
Neil Conway authored
output.
-
- Oct 31, 2004
-
-
Tom Lane authored
Use this new function in psql. Implement query cancellation in psql for Windows. Code by Magnus Hagander, documentation and minor editorialization by Tom Lane.
-
- Oct 19, 2004
-
-
Tom Lane authored
statements without necessarily specifying the datatypes of their parameters. Abhijit Menon-Sen with some help from Tom Lane.
-
- Oct 01, 2004
-
-
Tom Lane authored
-
- Sep 27, 2004
-
-
Tom Lane authored
-
- Sep 23, 2004
-
-
Bruce Momjian authored
I haven't mentioned any of ~/.postgresql/{root.crt,postgresql.crt,postresql.key} even though they are checked for in the code, since they do not appear to be supported. I base this on discussions in pgsql-hackers. Dominic Mitchell
-
- Aug 19, 2004
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Aug 17, 2004
-
-
Bruce Momjian authored
Always create thread-specific variable.
-
- Aug 16, 2004
-
-
Tom Lane authored
proposals by Oliver Jowett. Update documentation.
-