Commit Graph

15655 Commits (77489f4523c2258167ff1fdfce791972bb53bb91)
 

Author SHA1 Message Date
Tom Lane 77489f4523 Update vacuumlo to be properly schema-aware. Improve documentation. 22 years ago
Bruce Momjian 98bf004421 Re-add USE_THREADS, used by ecpg. 22 years ago
Tom Lane c45b851e37 Fix erroneous direct reference to postgres.tar.gz, per bug report 22 years ago
Tom Lane 3b29525a79 Sub-Makefiles need to explicitly add CFLAGS_SL to CFLAGS, else their 22 years ago
Tom Lane f237a80d8a Fix to build correctly outside source tree. 22 years ago
Tom Lane 17d6721e0b Must print server's failure message before trying reconnect, not after. 22 years ago
Tom Lane e627dd2db9 Fix pltcl and plpython to support STATEMENT triggers. 22 years ago
Tom Lane e8e1d4553c SSL_read/SSL_write do not approximate the return conventions of recv() 22 years ago
Tom Lane 39a9496d51 Fix some more problems with testing error returns from SSL. 22 years ago
Bruce Momjian 5c15cb4752 Fix thread handling in configure. 22 years ago
Tom Lane 963c1fa9d3 Minor cleanups in S_LOCK_TEST code. 22 years ago
Tom Lane 5f6401e2a2 HPUX's horology behavior is OS-dependent, not hardware-dependent. 22 years ago
Teodor Sigaev d6f0f44b55 make sub-Makefiles in the sub-directories 22 years ago
Teodor Sigaev 8405e505c4 Docs fixes 22 years ago
Peter Eisentraut fb19e2f41d Translation updates 22 years ago
Peter Eisentraut 3766e99c41 Add a note that AND and OR are commutative. Apparently, they are not in 22 years ago
Tom Lane 4c3c8c048d Remove --enable-recode feature, since it's been broken by IPv6 changes, 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 19f7ca78cc Fix for 2003 again. 22 years ago
Bruce Momjian eb20aa9edb Update copyright script for 2003. 22 years ago
Tom Lane 010c6504cb Put back braces removed by pgindent (not really pgindent's fault). 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Bruce Momjian 63354a0228 Remove extra paren in NOT_USED code, found by pgindent. 22 years ago
Tom Lane 455a55fc29 Tighten inline_function's test for overly complex parameters. This 22 years ago
Tom Lane c1c7b338ee Reconsider context for calling callback functions --- original idea 22 years ago
Bruce Momjian 0b96badc9c Update comments. 22 years ago
Bruce Momjian ed090b07cb Update HISTORY file for 7.4. 22 years ago
Tom Lane 850489ab7e Don't pull in libbind except on BeOS, per pgsql-bugs discussion around 22 years ago
Bruce Momjian d6d96532a8 Remove docs that say psql \encoding doesn't track SET client_encoding. 22 years ago
Tom Lane 17bb563abd Comment out entries for IPv6 localhost connections, since they fail 22 years ago
Tom Lane 5b545644cf Postmaster erroneously rejected SSL connections on IPv6. 22 years ago
Tom Lane 3b7c5aa548 Fix some unprotected references to AF_UNIX ... wouldn't compile on 22 years ago
Tom Lane e490ee80e6 inet_recv() wasn't IPv6-ready. 22 years ago
Bruce Momjian ec1501395e Update, add Greg: 22 years ago
Bruce Momjian fb78fd0e12 Add: 22 years ago
Tom Lane 57c08791d1 Code review for sslmode patch: eliminate memory leak, avoid giving a 22 years ago
Tom Lane 13ac54d1ca Since HPUX now exists for Itanium, we should decouple the assumption 22 years ago
Tom Lane 75619cff56 Get the include ordering right for TCL includes vs whatever is coming 22 years ago
Michael Meskes 25b10fc1e6 Missed two places to replace union member. 22 years ago
Tom Lane 6520c666c1 Fix a few of the more blatantly unportable constructs in this file. 22 years ago
Tom Lane 3a1ed8761f Fix inconsistent static-vs-not-static declarations. 22 years ago
Tom Lane 38a412ec39 Fix compile warning. 22 years ago
Peter Eisentraut ec506c12cd Russian translation updates by Serguei Mokhov 22 years ago
Peter Eisentraut 7843a44839 Use only two-part shared library version numbers, for better portability 22 years ago
Peter Eisentraut 95261c44d2 While having a parallel-make-safe genbki.sh is good, it's better not to 22 years ago
Peter Eisentraut 4f7df90db0 Make ecpg SQLSTATE-aware. Map existing SQLCODE assignments to SQLSTATEs, 22 years ago
Bruce Momjian 1ffc5b05a3 Update comments. 22 years ago
Bruce Momjian 5fbb42eb3f Update comments. 22 years ago
Michael Meskes 0584370728 Added missing TO keyword. 22 years ago
Michael Meskes 7a9c074cba - Added some Informix error codes in Informix mode. 22 years ago