summaryrefslogtreecommitdiff
path: root/doc/src
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-22Mark 7.2.2 as newest release.Bruce Momjian
2002-08-22Update FAQ.Bruce Momjian
2002-08-22Improve wording of upgrade section.Bruce Momjian
2002-08-22Fix for documention:Bruce Momjian
2002-08-22> > I had great difficulty in finding how to change the search path, so hereBruce Momjian
2002-08-22Remove libpq++ SGML documentation.Bruce Momjian
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane
2002-08-21Fix bad markup detected by Alvaro HerreraBruce Momjian
2002-08-21Fix markup, Alvaro Herrera.Bruce Momjian
2002-08-20Enable large file support.Peter Eisentraut
2002-08-20This patch improves the behavior of FOUND in PL/PgSQL. In Oracle,Bruce 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-20Add mention of -F not supported by pg_dumpall. Code already disallows it.Bruce Momjian
2002-08-19Fix pg_dump to dump serial columns as serials. Per pghackers discussion,Tom Lane
2002-08-19Fix broken tag.Tatsuo Ishii
2002-08-18Make pg_dump output more portable and more pleasing to look at.Peter Eisentraut
2002-08-18Add db-local user names, per discussion on hackers.Bruce Momjian
2002-08-17Fix typo.Tom Lane
2002-08-17[ Newest version of patch applied.]Bruce Momjian
2002-08-17Add libpq connection timeout parameter.Bruce Momjian
2002-08-17Improve documentation of trigger firing queue handling, cleanup.Bruce Momjian
2002-08-17Editorial corrections.Tom Lane
2002-08-17Broken markup.Tom Lane
2002-08-17Add missing links.Tom Lane
2002-08-17Add doc file for pg_resetxlog.Bruce Momjian
2002-08-17Move pg_controldata to /bin.Bruce Momjian
2002-08-16Modify pg_dump to dump foreign-key constraints as constraints, not asTom Lane
2002-08-16Improve wording.Bruce Momjian
2002-08-16Move pg_controldata from /contrib to src/bin.Bruce Momjian
2002-08-16This patch improves the "Client Authentication" section of the user'sBruce Momjian
2002-08-16This patch improves the "Database Users and Permissions" section ofBruce Momjian
2002-08-15Tom Lane wrote:Bruce Momjian
2002-08-15Reorder entry to be alphabetical to match others.Bruce Momjian
2002-08-15PostgreSQL 7.2.1 DocumentationBruce Momjian
2002-08-15> Neil Conway <nconway@klamath.dyndns.org> writes:Bruce Momjian
2002-08-15I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-13Update for longer NAMEDATALEN.Bruce Momjian
2002-08-13Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion...Bruce Momjian
2002-08-13Remove obsolete uses of lanispl. Only used in pg_dump now, but can bePeter Eisentraut
2002-08-12Correct description of sequence privileges.Peter Eisentraut
2002-08-12Change memory-space accounting mechanism in tuplesort.c and tuplestore.cTom Lane
2002-08-11Code review of CLUSTER patch. Clean up problems with relcache gettingTom Lane
2002-08-11Create/drop cast now requires ownership of at least one of the types.Peter Eisentraut
2002-08-11Editorial improvements.Tom Lane
2002-08-10Mention ANALYZE after CLUSTER.Bruce Momjian
2002-08-10Major improvement in CLUSTER which preserves table characteristics usingBruce Momjian