summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-09-07Remove pgaccess from docs; not shipping it anymore.Bruce Momjian
2002-09-07Allow pg_dumpall to work with previous releases again. Don't pass the -cPeter Eisentraut
2002-09-07Fix help output.Peter Eisentraut
2002-09-06Make sure the pg_dump tar archiver can handle members larger than 2 GB, butPeter Eisentraut
2002-09-06Adjust the tarball splitting scheme to the new reality.Peter Eisentraut
2002-09-06Run pgjindent for Java folks.Bruce Momjian
2002-09-06Fix another typo.Bruce Momjian
2002-09-06Fix typo.Bruce Momjian
2002-09-06Update for new IP.Bruce Momjian
2002-09-06Add JAVA_HOME test for Ant.Bruce Momjian
2002-09-06Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian
2002-09-06Remove heap_mark4update from AlterTableCreateToastTable. This hasTom Lane
2002-09-05Fix some operator-precedence problems. New constructs IS DISTINCT FRMTom Lane
2002-09-05Fix compile error.Bruce Momjian
2002-09-05Missed mention of PGPASSWORDFILE.Bruce Momjian
2002-09-05Update HISTORY for PGPASSWORDFILE change.Bruce Momjian
2002-09-05Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian
2002-09-05Update:Bruce Momjian
2002-09-05Fill in section on table modification.Peter Eisentraut
2002-09-05Fix compile warning.Tom Lane
2002-09-05Fix bit-rotted reference to GetUserName() ...Tom Lane
2002-09-05Fix breakage introduced by careless snprintf patching.Tom Lane
2002-09-05Fix unsafe macro definitions (which were producing incorrect code,Tom Lane
2002-09-05Remove compile warnings, ensure consistent build environment forTom Lane
2002-09-05Fix compile warning.Tom Lane
2002-09-05findoidjoins and tsearch are not broken anymore.Tom Lane
2002-09-05Fix compile errors.Tom Lane
2002-09-05Improve opr_sanity regression test to check oprltcmpop and opgtcmpopTom Lane
2002-09-05Update oidjoins regression test for 7.3 catalogs.Tom Lane
2002-09-05findoidjoins is updated for schemas, does not use libpgeasy.Tom Lane
2002-09-05Seems like a good idea for template1 to contain ANALYZE stats for theTom Lane
2002-09-05Commenting out doesn't work, so move the broken modules out of the list.Peter Eisentraut
2002-09-05autoconfPeter Eisentraut
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-05Don't use gethostbyname2(). It's not portable and we don't claim toPeter Eisentraut
2002-09-05Fix compilation warning. (Cygwin has char* as second argument ofPeter Eisentraut
2002-09-05Remove:Bruce Momjian
2002-09-05Update:Bruce Momjian
2002-09-05Done:Bruce Momjian
2002-09-05remove pgaccess from GNUmakefile.in if we want the beta to build :)Marc G. Fournier
2002-09-05Remove include of libpq-int.h --- dblink.c should not be (and was not)Tom Lane
2002-09-05Be careful to include postgres.h *before* any system headers, to ensureTom Lane
2002-09-04Guard against send-lots-and-lots-of-data DoS attack from unauthenticatedTom Lane
2002-09-04Add change by Neil.Bruce Momjian
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04Fix compile warning.Peter Eisentraut
2002-09-04Disable findoidjoins while it doesn't compile.Peter Eisentraut
2002-09-04Fix includes for plperl: ensure postgres.h is included first,Tom Lane
2002-09-04Add:Bruce Momjian
2002-09-04Done:Bruce Momjian