summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-08-23Add note that explains that \df omits functions it thinks are I/O functions.Tom Lane
2002-08-23Update reference to value of NAMEDATALEN. Someone needs to troll theTom Lane
2002-08-23Update contrib regression tests for OPAQUE datatype changes.Tom Lane
2002-08-22Since the plpgsql test has been part of the standard regression testsTom Lane
2002-08-22Transpose info from src/pl/plpgsql/test/README into standard regression test ...Tom Lane
2002-08-22Mark 7.2.2 as newest release.Bruce Momjian
2002-08-22Update FAQ.Bruce Momjian
2002-08-22Remove all traces of the ODBC driver, which is now on GBorg as the psqlodbcMarc G. Fournier
2002-08-22Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers.Tom Lane
2002-08-22Fixed-size buffer in dumpClasses is not big enough anymore given theTom Lane
2002-08-22Improve wording of upgrade section.Bruce Momjian
2002-08-22Code review for recent TRUNCATE changes. Tighten relation-kind check,Tom Lane
2002-08-22Commit updated repeat() patch, from Neil ConwayBruce Momjian
2002-08-22Fix for documention:Bruce Momjian
2002-08-22This patch should fix the problem. Doesn't include my previous patchBruce Momjian
2002-08-22repeat() fix:Bruce Momjian
2002-08-22> > I had great difficulty in finding how to change the search path, so hereBruce Momjian
2002-08-22# Disallow TRUNCATE on tables that are involved in referentialBruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22As suggested by Tom, this patch restricts the right-hand argument ofBruce Momjian
2002-08-22Oops, we got duplicate oids from patches again; pick a unique one.Bruce Momjian
2002-08-22Add:Bruce Momjian
2002-08-22Remove libpq++ SGML documentation.Bruce Momjian
2002-08-22Remove erroneous character from Makefile due to editor error.Bruce Momjian
2002-08-22Okay, libpq++ is moved to GBorg, and all traces of it have been removedMarc G. Fournier
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Add --help and --version options. Message cleanup. NLS.Peter Eisentraut
2002-08-21Changes made so new conversion Makefiles will build out of the source tree.Bruce Momjian
2002-08-21Move PO files into subdirectories separate from the source code.Peter Eisentraut
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-08-21Fix bad markup detected by Alvaro HerreraBruce Momjian
2002-08-21Fix markup, Alvaro Herrera.Bruce Momjian
2002-08-20Use a non-duplicate OID for pg_lock_status.Tom Lane
2002-08-20Enable large file support.Peter Eisentraut
2002-08-20Increase buffer size in cash_words(). Pure paranoia; I don't think theTom Lane
2002-08-20Update expected files for recent changes of domain tests.Tom Lane
2002-08-20This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce Momjian
2002-08-20Cleanup.Bruce Momjian
2002-08-20- test for indexes on a domainBruce Momjian
2002-08-20Allow pg_statistics to be reset by calling pg_stat_reset().Bruce Momjian
2002-08-20Add current_database().Bruce Momjian
2002-08-20Removed code that is no longer used and has been commented outBarry Lind
2002-08-20Add mention of -F not supported by pg_dumpall. Code already disallows it.Bruce Momjian
2002-08-20Done by Rod:Bruce Momjian
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-08-19Remove Ident nodetype in favor of using String nodes; this fixes someTom Lane
2002-08-19Fix bug in pg_convert() per report from MaC.Yui.Tatsuo Ishii
2002-08-19Fix broken tag.Tatsuo Ishii
2002-08-19Clean up leftover bugs from recent COPY feature patch --- missedTom Lane
2002-08-19Add missing copyfuncs/equalfuncs entries, including T_Null which hasTom Lane