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