aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Don't dump COMMENTs in data-only dumpsPhilip Warner2001-05-12
| | | | | | | | | - Fix view dumping SQL for V7.0 - Fix bug when getting view oid with long view names - Treat SEQUENCE SET TOC entries as data entries rather than schema entries. - Make allowance for data entries that did not have a data dumper routine (eg. SEQUENCE SET)
* Cleanups of pltcl unknown thingy.Peter Eisentraut2001-05-11
|
* no more Andy Piper toolsPeter Eisentraut2001-05-11
|
* Improve discussion of %TYPE and %ROWTYPE.Tom Lane2001-05-11
|
* Suppress failures in parallel regress tests due to use of same tableTom Lane2001-05-11
| | | | | name in two different tests. This solution does not meet with universal approval, so it may get changed later ...
* Stamp CVS as 7.2. Update all interface version numbers. This is theBruce Momjian2001-05-11
| | | | | time to do it, not during beta because people are using this stuff in production sometimes.
* Stamp for 7.1.2. Ready when you are...Bruce Momjian2001-05-11
|
* Update FAQ.Bruce Momjian2001-05-11
|
* BSD/OS has new precision, and negative zeros now.Bruce Momjian2001-05-10
|
* Update TODO list.Bruce Momjian2001-05-10
|
* Up version to force initdb to fix regression problems.Bruce Momjian2001-05-10
|
* Update TODO list.Bruce Momjian2001-05-10
|
* Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt wasTom Lane2001-05-10
| | | | | | | | | not being consulted anywhere, so remove it and remove the _mdnblocks() calls that were used to set it. Change smgrextend interface to pass in the target block number (ie, current file length) --- the caller always knows this already, having already done smgrnblocks(), so it's silly to do it over again inside mdextend. Net result: extension of a file now takes one lseek(SEEK_END) and a write(), not three lseeks and a write.
* Update TODO list.Bruce Momjian2001-05-10
|
* Update TODO list.Bruce Momjian2001-05-10
|
* Update TODO list.Bruce Momjian2001-05-10
|
* Update TODO list.Bruce Momjian2001-05-10
|
* Add mention in README of Oracle.Bruce Momjian2001-05-10
|
* Add oracle conversion utility ora2pg in /contrib/oracle.Bruce Momjian2001-05-10
|
* Add dbase conversion utility to /contrib.Bruce Momjian2001-05-10
|
* Move disabled message up to a higher makefile.Bruce Momjian2001-05-10
|
* Another add.Bruce Momjian2001-05-09
|
* Add new emails.Bruce Momjian2001-05-09
|
* First cut at making indexscan cost estimates depend on correlationTom Lane2001-05-09
| | | | between index order and table order.
* Update TODO list.Bruce Momjian2001-05-09
|
* This directory contains a module that implements the "Metaphone" code asBruce Momjian2001-05-09
| | | | | | | | | | | | | a PostgreSQL user-defined function. The Metaphone system is a method of matching similar sounding names (or any words) to the same code. Metaphone was invented by Lawrence Philips as an improvement to the popular name-hashing routine, Soundex. This metaphone code is from Michael Kuhn, and is detailed at http://aspell.sourceforge.net/metaphone/metaphone-kuhn.txt Joel Burton
* Add --echo option to createlang and droplang.Peter Eisentraut2001-05-09
| | | | from Oliver Elphick
* Wow, I am getting good at this Makefile stuff. Peter may be OK with it.Bruce Momjian2001-05-09
|
* I think I got the pltcl Makefile unknown rules working properly.Bruce Momjian2001-05-09
|
* I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian2001-05-09
| | | | | | | | | | | | | | constraint names. > > A reasonable interpretation of DROP CONSTRAINT "foo" is to drop *all* > > constraints named "foo" on the target table. > > Then it should probably be a good thing to avoid the automatic > generation of > duplicate names? I might take a look at that, actually... > Christopher Kings-Lynne
* that's just me again, here's normal patch for KOI8_U toBruce Momjian2001-05-09
| | | | | | | | | | | | | jdbc/Connection.java Andy P.S. in Connection.java if encoding=="WIN" then dbEncoding is set to "Cp1252". What if it's Cyrillic "WIN"? Than it should be "Cp1251". Is there any way to fix that without making different "WIN" encodings in PostgreSQL? Andy Rysin
* This patch should catch cases where the typesBruce Momjian2001-05-09
| | | | | | | | in referencing and referenced columns of an fk constraint aren't comparable using '=' at constraint definition time rather than insert/update time. Stephan Szabo
* Update TODO list.Bruce Momjian2001-05-09
|
* More cleanups to generate tcl unknown from Makefile.Bruce Momjian2001-05-09
|
* autoconfBruce Momjian2001-05-09
|
* Make tcl unknown configure from Makefile, not configure.Bruce Momjian2001-05-09
|
* More --enable-pltcl-unknown renames.Bruce Momjian2001-05-09
|
* Change to enable_pltcl_unknown mention.Bruce Momjian2001-05-09
|
* Add TODO file.Bruce Momjian2001-05-09
|
* Add plpython code.Bruce Momjian2001-05-09
|
* autoconfBruce Momjian2001-05-09
|
* Change --with-pltcl-unknown to --enable-pltcl-unknownBruce Momjian2001-05-09
|
* Noticed a small bug in the code. Probably been there for some time. NoteBruce Momjian2001-05-09
| | | | | | | that the original code would consider things like UNIX domain sockets are regular files. Gavin Sherry
* autoconfBruce Momjian2001-05-09
|
* This patch adds a new configure option --with-pltcl-unknown whichBruce Momjian2001-05-09
| | | | | | | | | | | | | | | | | | | | | enables pltcl unknown support. Also it adds substituting of tclsh with tclsh that was by configure in pltcl_*mod scripts. For example, On freebsd, tclsh can be called tclsh8.2 or tclsh8.3 depending on installed version of Tcl. After patching files src/pl/tcl/modules/pltcl_listmod src/pl/tcl/modules/pltcl_loadmod src/pl/tcl/modules/pltcl_delmod must be renamed(copied,repocopied) to src/pl/tcl/modules/pltcl_listmod.in src/pl/tcl/modules/pltcl_loadmod.in src/pl/tcl/modules/pltcl_delmod.in seva@sevasoft.kiev.ua
* Right-align \du user-id.Bruce Momjian2001-05-09
|
* Fix memory leak in new psql \du code.Bruce Momjian2001-05-09
|
* Fix libpq++'s FieldSize to return int, not short.Bruce Momjian2001-05-09
|
* Add mention of getLength returning short.Bruce Momjian2001-05-09
|
* Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'mBruce Momjian2001-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still looking at the best way to integrate Tom Vijlbrief's fixes (insofar as they're still needed); would 7.2 be a suitable time for incompatible API changes? Jeroen Changes: (*) Introduced bool, true, false (replacing some int, 1, 0) (*) Made some member functions const (*) Documented GetIsNull() (*) Marked DisplayTuples() and PrintTuples() as obsolescent; fixed possible portability problem (assumed that NULL pointer equals all-zero bit pattern) (*) PrintTuples(): renamed width parameter to fillAlign to conform with other usage; fixed memory leak and compile issue w.r.t. field separator (should also slightly improve performance) (*) Fixed some minor compilation issues (*) Moved "using namespace std;" out of headers, where they didn't belong; used new (temporary) preprocessor macro PGSTD to do this (*) Made ToString() static, removed unneeded memset(), made buffer size adapt to sizeof(int) (*) Made some constructors explicit (*) Changed some const std::string & parameters to plain std::string (*) Marked PgCursor::Cursor(std::string) as obsolescent (setter with same name as getter--bad style) (*) Renamed some paramaters previously named "string" (*) Introduced size_type typedef for number of tuples in result set (*) PgTransaction now supports re-opening after closing, and aborts if not explicitly committed prior to destruction J. T. Vermeulen