index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
Age
Commit message (
Expand
)
Author
2002-07-30
Would it be wise to have the plsql.sgml file renamed to plpgsql.sgml?
Bruce Momjian
2002-07-30
Replace ad-hoc insertions into pg_opclass and friends with CREATE
Tom Lane
2002-07-30
IMPROVED VERSION APPLIED:
Bruce Momjian
2002-07-30
Here are two patches. The guc_and_tablefunc patch addresses the two
Bruce Momjian
2002-07-30
Rewrite xindex.sgml for CREATE OPERATOR CLASS. catalogs.sgml finally
Tom Lane
2002-07-29
Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more
Tom Lane
2002-07-28
Structure reference pages consistently. Document that structure.
Peter Eisentraut
2002-07-24
Remove unused system table columns:
Peter Eisentraut
2002-07-24
Add pg_conversion system catalog. Update description for multibyte support.
Tatsuo Ishii
2002-07-22
Add unique index on pg_cast.oid, and document pg_cast table.
Peter Eisentraut
2002-07-22
Fix typo.
Tatsuo Ishii
2002-07-22
Add CREATE CONVERSION/DROP CONVERSOION reference manual
Tatsuo Ishii
2002-07-20
Code review for SHOW output changes; fix horology expected files for
Tom Lane
2002-07-19
Make note that ALTER TABLE can change table owner these days.
Tom Lane
2002-07-18
pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus
Peter Eisentraut
2002-07-18
Implement DROP SCHEMA. It lacks support for dropping conversions and
Tom Lane
2002-07-18
Fix copy-and-pasteo (CASCADE/RESTRICT in wrong place).
Tom Lane
2002-07-18
Here (finally ;-)) is a doc patch covering the Table Function C API. It
Bruce Momjian
2002-07-18
The attached patch (against HEAD) implements
Bruce Momjian
2002-07-16
Add more dependency insertions --- this completes the basic pg_depend
Tom Lane
2002-07-16
> pgsql-bugs@postgresql.org wrote:
Bruce Momjian
2002-07-16
Add mention of TOAST storage for character columns.
Bruce Momjian
2002-07-16
Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas
Bruce Momjian
2002-07-16
This fixes 2 inaccuracies in the recently added SQL99 feature list docs.
Bruce Momjian
2002-07-15
Fix \? and \pset pager handling. \? wasn't honoring pager before.
Bruce Momjian
2002-07-14
Remove no-longer-appropriate notes about lack of CASCADE/RESTRICT behavior.
Tom Lane
2002-07-13
Add SET statement_timeout capability. Timeout is in ms. A value of
Bruce Momjian
2002-07-13
Re-add -I documentation, per Tom.
Bruce Momjian
2002-07-12
Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.
Tom Lane
2002-07-10
Fix pg_restore flags in documentation.
Bruce Momjian
2002-07-05
Don't document that UNDO is certain to be added in the future.
Bruce Momjian
2002-07-05
Add explanation of the various *_min_messages elog() values.
Bruce Momjian
2002-07-05
Fix capitalization.
Bruce Momjian
2002-07-04
Move INTERSECT DISTINCT to the supported category. Error in docs.
Thomas G. Lockhart
2002-07-04
Document function args are required for pg_restore -P.
Bruce Momjian
2002-06-24
plpgsql's PERFORM statement now sets FOUND depending on whether any
Tom Lane
2002-06-24
Document quote_ident and quote_literal in the main list of string functions,
Tom Lane
2002-06-23
Rename command to reindexdb, for consistency.
Bruce Momjian
2002-06-23
Mention REINDEX can be used for disk space reclaimation too.
Bruce Momjian
2002-06-23
Handle mixed-case names in reindex script.
Bruce Momjian
2002-06-22
uint -> uint32, portability.
Bruce Momjian
2002-06-22
Implement SQL99 CREATE CAST and DROP CAST statements.
Thomas G. Lockhart
2002-06-21
Mention dbsize in database sizing manual section.
Bruce Momjian
2002-06-21
Mention "PostgreSQL"'s hashes as slower/similar to btree.
Bruce Momjian
2002-06-21
Update hash warning in manual.
Bruce Momjian
2002-06-21
Document problems with hash indexes compared to btree.
Bruce Momjian
2002-06-20
Add new documentation on page format.
Bruce Momjian
2002-06-20
Update copyright to 2002.
Bruce Momjian
2002-06-20
> Here's the first doc patch for SRFs. The patch covers general
Bruce Momjian
2002-06-20
Improve COPY syntax to use WITH clause, keep backward compatibility.
Bruce Momjian
[next]