summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* let's roll up rc2 ..REL7_2_RC2PostgreSQL Daemon2002-01-252-3/+3
|
* Add 128 mention:Bruce Momjian2002-01-251-3/+4
| | | | | | > * Increase identifier length (NAMEDATALEN) if small performance hit, > perhaps to standard length of 128; change struct pgNotify to use pid > first, breaks notify API;
* Updated:Bruce Momjian2002-01-241-2/+3
| | | | | > * Increase identifier length (NAMEDATALEN) if small performance hit; > change struct pgNotify to use pid first, breaks notify API
* Added:Bruce Momjian2002-01-241-1/+2
| | | | > * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
* 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
| | | | cturner@redhat.com.
* 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
| | | | | It would try to call the input conversion routines for them anyway. So, a valid input string for the datatype had to be supplied.
* 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
| | | | allows plperl routines to return NULL as intended.
* Fix logic error in insert_fsm_page_entry: because compact_fsm_page_listTom Lane2002-01-241-51/+46
| | | | | | | removes any empty chunks, the chunk previously added won't be there anymore, so it's possible there is zero free space in the rel's page list afterwards. Must loop back and rerun the part that adds a chunk to the list.
* 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
| | | | | value of TCL_SHLIB_LD in the shell script that creates Makefile.tcldefs, rather than trying to persude gmake to do it.
* 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
| | | | | | | | > * Reorder postgresql.conf WAL items in order of importance > * Remove wal_files postgresql.conf option because WAL files are now recycled > * Find proper defaults for postgresql.conf WAL entries > * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints > that are too frequent
* Clarify URL:Bruce Momjian2002-01-221-2/+3
| | | | | | | < http://www1.distributed.net/source, in client/common/cpucheck.cpp --- > from distributted.net, http://www1.distributed.net/source, > in client/common/cpucheck.cpp
* 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
| | | | > * Add code to detect an SMP machine and handle spinlocks accordingly
* 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
| | | | | | compile in client apps that use the standard installed header set. To allow removing that include, move DLLIMPORT definitions out of c.h and into the appropriate port-specific header files.
* 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
| | | | | options. Document --with-pam and --enable-depend, do some minor copy-editing.
* Add IN/EXISTS file.Bruce Momjian2002-01-202-1/+191
|
* AddBruce Momjian2002-01-201-2/+3
| | | | > * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
* 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
| | | | choke at 2Gb of output. From Andrew Sullivan.
* Add:Bruce Momjian2002-01-181-1/+2
| | | | > * Use thread-safe crypt() in libpq, if available
* 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
| | | | tom lane
* Fixes to getImportedKeys/getExportedKeys from Jason DaviesDave Cramer2002-01-182-108/+112
| | | | Previous versions did not correctly identify primary/foreign keys
* Fix pg_restore to handle the 'set max oid' entry correctly in archivesTom Lane2002-01-182-162/+207
| | | | | dumped by pg_dump -o. Per bug report posted by Bruce; fix is from Philip Warner, reviewed by Tom Lane.
* 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
| | | | cannot see a reason why it should be an error.
* 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
| | | | | | | | | | | mess up after an aborted VACUUM FULL, per today's pghackers discussion. Add a suitable HeapTupleSatisfiesToast routine. Remove useless special- case test in HeapTupleSatisfiesVisibility macro for xmax = BootstrapTransactionId; perhaps that was needed at one time, but it's a waste of cycles now, not to mention actively wrong for SnapshotAny. Along the way, add some much-needed comments to tqual.c, and simplify toast_fetch_datum, which no longer needs to assume it may see chunks out-of-order.
* Fix init_irels to close the pg_internal.init file before returning.Tom Lane2002-01-161-56/+28
| | | | | | This saves one open file descriptor per backend, and avoids an annoying NOTICE on Cygwin (which has trouble deleting open files). Bug appears to date back to original coding of init_irels, circa 1992.