summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2002-08-10psql prints its version number in its startup message, per recentTom Lane
2002-08-10Allow schema-qualified operator names to be used in the optionalTom Lane
2002-08-10Make sure all clients have the same understanding of default user namePeter Eisentraut
2002-08-10psql backslash commands are schema-aware. Pattern matching behaviorTom Lane
2002-08-09Make sure monetary, numeric, and time locale categories are set to C andPeter Eisentraut
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane
2002-08-08Some improvements in geometric-operators documentation.Tom Lane
2002-08-08Fix bug in encoding conversion tableTatsuo Ishii
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-08-06This patch fixes two typos in the documentation for the newly addedBruce Momjian
2002-08-05Forgot to add/remove files.Peter Eisentraut
2002-08-05Add User's Guide chapters on Data Definition and Data Manipulation.Peter Eisentraut
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-04Rename backend_pid to pg_backend_pid, move docs to monitoring section.Bruce Momjian
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-08-04Add IS OF type predicate.Thomas G. Lockhart
2002-08-04Add Myannar Time, Iran Time variant name, and Marquesas Time.Thomas G. Lockhart
2002-08-04Fix broken markup.Tom Lane
2002-08-04Neil's patch claimed a column list didn't work for COPY BINARY.Tom Lane
2002-08-04Add missing file; new docs for start_transaction.Bruce Momjian
2002-08-04This patch fixes a probably harmless write of uninitialized memory inBruce Momjian
2002-08-04The attached patch implements START TRANSACTION, per SQL99. TheBruce Momjian
2002-08-04Here is a doc patch for the SHOW X changes and new config-settingsBruce Momjian
2002-08-02ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane
2002-07-31Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 inTom Lane
2002-07-31Move backend_pid to functions/misc.Bruce Momjian
2002-07-31Rename pid function to backend_pid().Bruce Momjian
2002-07-30Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml?Bruce Momjian
2002-07-30Replace ad-hoc insertions into pg_opclass and friends with CREATETom Lane
2002-07-30IMPROVED VERSION APPLIED:Bruce Momjian
2002-07-30Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian
2002-07-30Update contributions link.Bruce Momjian
2002-07-30Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finallyTom Lane
2002-07-30Update FAQ.Bruce Momjian
2002-07-29Update FAQ.Bruce Momjian
2002-07-29Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane