| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | 2003-08-04 | 86 | -162/+162 |
| * | change tag to 7.4beta1 and update the Copyright to 2003 | PostgreSQL Daemon | 2003-08-04 | 2 | -14/+14 |
| * | Update vacuumlo to be properly schema-aware. Improve documentation. | Tom Lane | 2003-08-04 | 2 | -20/+31 |
| * | Re-add USE_THREADS, used by ecpg. | Bruce Momjian | 2003-08-04 | 3 | -3/+12 |
| * | Fix erroneous direct reference to postgres.tar.gz, per bug report | Tom Lane | 2003-08-04 | 1 | -2/+2 |
| * | Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their | Tom Lane | 2003-08-04 | 3 | -0/+3 |
| * | Fix to build correctly outside source tree. | Tom Lane | 2003-08-04 | 4 | -5/+5 |
| * | Must print server's failure message before trying reconnect, not after. | Tom Lane | 2003-08-04 | 1 | -4/+6 |
| * | Fix pltcl and plpython to support STATEMENT triggers. | Tom Lane | 2003-08-04 | 2 | -86/+125 |
| * | SSL_read/SSL_write do not approximate the return conventions of recv() | Tom Lane | 2003-08-04 | 1 | -3/+11 |
| * | Fix some more problems with testing error returns from SSL. | Tom Lane | 2003-08-04 | 2 | -4/+23 |
| * | Fix thread handling in configure. | Bruce Momjian | 2003-08-04 | 3 | -29/+25 |
| * | Minor cleanups in S_LOCK_TEST code. | Tom Lane | 2003-08-04 | 1 | -10/+28 |
| * | HPUX's horology behavior is OS-dependent, not hardware-dependent. | Tom Lane | 2003-08-04 | 1 | -1/+1 |
| * | make sub-Makefiles in the sub-directories | Teodor Sigaev | 2003-08-04 | 4 | -12/+86 |
| * | Docs fixes | Teodor Sigaev | 2003-08-04 | 1 | -127/+137 |
| * | Translation updates | Peter Eisentraut | 2003-08-04 | 7 | -2488/+2564 |
| * | Add a note that AND and OR are commutative. Apparently, they are not in | Peter Eisentraut | 2003-08-04 | 2 | -3/+11 |
| * | Remove --enable-recode feature, since it's been broken by IPv6 changes, | Tom Lane | 2003-08-04 | 18 | -920/+12 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 652 | -1293/+1293 |
| * | Fix for 2003 again. | Bruce Momjian | 2003-08-04 | 1 | -1/+1 |
| * | Update copyright script for 2003. | Bruce Momjian | 2003-08-04 | 1 | -3/+2 |
| * | Put back braces removed by pgindent (not really pgindent's fault). | Tom Lane | 2003-08-04 | 1 | -1/+4 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 554 | -21357/+25000 |
| * | Remove extra paren in NOT_USED code, found by pgindent. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Tighten inline_function's test for overly complex parameters. This | Tom Lane | 2003-08-03 | 1 | -6/+28 |
| * | Reconsider context for calling callback functions --- original idea | Tom Lane | 2003-08-03 | 1 | -13/+11 |
| * | Update comments. | Bruce Momjian | 2003-08-03 | 1 | -1/+1 |
| * | Update HISTORY file for 7.4. | Bruce Momjian | 2003-08-03 | 1 | -26/+324 |
| * | Don't pull in libbind except on BeOS, per pgsql-bugs discussion around | Tom Lane | 2003-08-03 | 2 | -2/+8 |
| * | Remove docs that say psql \encoding doesn't track SET client_encoding. | Bruce Momjian | 2003-08-02 | 1 | -8/+1 |
| * | Comment out entries for IPv6 localhost connections, since they fail | Tom Lane | 2003-08-01 | 1 | -4/+5 |
| * | Postmaster erroneously rejected SSL connections on IPv6. | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Fix some unprotected references to AF_UNIX ... wouldn't compile on | Tom Lane | 2003-08-01 | 1 | -5/+11 |
| * | inet_recv() wasn't IPv6-ready. | Tom Lane | 2003-08-01 | 1 | -13/+10 |
| * | Update, add Greg: | Bruce Momjian | 2003-08-01 | 1 | -4/+5 |
| * | Add: | Bruce Momjian | 2003-08-01 | 1 | -3/+3 |
| * | Code review for sslmode patch: eliminate memory leak, avoid giving a | Tom Lane | 2003-08-01 | 2 | -100/+42 |
| * | Since HPUX now exists for Itanium, we should decouple the assumption | Tom Lane | 2003-08-01 | 6 | -17/+37 |
| * | Get the include ordering right for TCL includes vs whatever is coming | Tom Lane | 2003-08-01 | 1 | -2/+2 |
| * | Missed two places to replace union member. | Michael Meskes | 2003-08-01 | 2 | -3/+3 |
| * | Fix a few of the more blatantly unportable constructs in this file. | Tom Lane | 2003-08-01 | 1 | -23/+27 |
| * | Fix inconsistent static-vs-not-static declarations. | Tom Lane | 2003-08-01 | 4 | -10/+7 |
| * | Fix compile warning. | Tom Lane | 2003-08-01 | 2 | -2/+4 |
| * | Russian translation updates by Serguei Mokhov | Peter Eisentraut | 2003-08-01 | 6 | -1373/+2155 |
| * | Use only two-part shared library version numbers, for better portability | Peter Eisentraut | 2003-08-01 | 3 | -6/+6 |
| * | While having a parallel-make-safe genbki.sh is good, it's better not to | Peter Eisentraut | 2003-08-01 | 1 | -2/+5 |
| * | Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, | Peter Eisentraut | 2003-08-01 | 15 | -435/+1129 |
| * | Update comments. | Bruce Momjian | 2003-08-01 | 1 | -1/+3 |
| * | Update comments. | Bruce Momjian | 2003-08-01 | 1 | -1/+2 |