summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* let's roll up rc2 ..REL7_2_RC2PostgreSQL Daemon2002-01-252-3/+3
* Add 128 mention:Bruce Momjian2002-01-251-3/+4
* Updated:Bruce Momjian2002-01-241-2/+3
* Added:Bruce Momjian2002-01-241-1/+2
* Another clarification.Bruce Momjian2002-01-241-2/+2
* Clarification on COPY failure options.Bruce Momjian2002-01-241-2/+3
* Tweak plperl.c to compile against threaded Perls, per report fromTom Lane2002-01-241-5/+12
* Cope with gcc that outputs a multiline version string, per Trond.Tom Lane2002-01-242-3/+3
* pltcl's spi_execp didn't handle NULL arguments quite correctly.Tom Lane2002-01-241-49/+23
* Fix documentation misstatement: OLD is not valid in ON SELECT.Tom Lane2002-01-241-3/+3
* Fix incorrect test for whether Perl code is returning undef. ThisTom Lane2002-01-241-3/+3
* Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane2002-01-241-51/+46
* Overhaul PL/Tcl documentation.Tom Lane2002-01-231-269/+412
* Add Goggle mention of previous discussion.Bruce Momjian2002-01-231-0/+38
* Remove long-obsolete version of pltcl documentation.Tom Lane2002-01-231-410/+0
* Clean up Red Hat Tcl RPM brain-damage in a more reliable way: fix theTom Lane2002-01-232-5/+6
* Add new email;remove old entries.Bruce Momjian2002-01-231-1167/+56
* Added patch to temporarily disable locale for descriptors too (Christof)Michael Meskes2002-01-233-3/+16
* Add:Bruce Momjian2002-01-231-1/+6
* Clarify URL:Bruce Momjian2002-01-221-2/+3
* Document SMP detection code.Bruce Momjian2002-01-221-1/+2
* Re-group items.Bruce Momjian2002-01-221-46/+62
* Break PERFORMANCE up into subsections.Bruce Momjian2002-01-221-23/+36
* Add:Bruce Momjian2002-01-221-1/+2
* Update FAQ.Bruce Momjian2002-01-222-2/+10
* libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane2002-01-226-26/+96
* okay, sorry for delay all ... here is the tag for RC1 ...REL7_2_RC1PostgreSQL Daemon2002-01-222-2/+2
* Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.Tom Lane2002-01-211-1/+5
* Spell-check and markup policePeter Eisentraut2002-01-2059-752/+751
* Mention that 'make distclean' is a good idea when changing configureTom Lane2002-01-201-48/+96
* Add IN/EXISTS file.Bruce Momjian2002-01-202-1/+191
* AddBruce Momjian2002-01-201-2/+3
* Update from Kova'cs Zolta'nPeter Eisentraut2002-01-181-3725/+4311
* Add missing literal endtag.Bruce Momjian2002-01-181-2/+2
* Add info about how to enable large-file support, so that pg_dump won'tTom Lane2002-01-181-1/+13
* Add:Bruce Momjian2002-01-181-1/+2
* Improve non-thread-safe mention of libpq's crypt.Bruce Momjian2002-01-181-8/+8
* Improve description of autocommit behavior in ecpg manual pages.Bruce Momjian2002-01-183-41/+27
* You might want to run pg_indent on pg_backup_db.c however ...Bruce Momjian2002-01-184-65/+69
* Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer2002-01-182-108/+112
* Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane2002-01-182-162/+207
* Add missing 'else', per report from sugita@sra.co.jp.Tom Lane2002-01-181-2/+2
* Accept subsequent commits. This should have been just a warning anyway. IMichael Meskes2002-01-182-5/+14
* Enable /contrib/pg_upgrade, mention little testing.Bruce Momjian2002-01-182-8/+10
* Explain privileges required for LOCK. Minor wordsmithing too.Tom Lane2002-01-181-30/+40
* Point out that superusers bypass privilege checking. Minor wordsmithing.Tom Lane2002-01-181-11/+21
* Fix misstatements added by Bruce.Tom Lane2002-01-161-31/+27
* Add more comments to tqual.c for visibility functions.Bruce Momjian2002-01-161-21/+48
* TOAST needs to do at least minimal time-qual checking in order not toTom Lane2002-01-163-59/+158
* Fix init_irels to close the pg_internal.init file before returning.Tom Lane2002-01-161-56/+28