..
abort.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
allfiles.sgml
Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the
20 years ago
alter_aggregate.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_conversion.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_database.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
alter_domain.sgml
Make an editorial pass over the reference pages.
20 years ago
alter_function.sgml
Minor SGML style police work.
20 years ago
alter_group.sgml
Basic documentation for ROLEs. The user-manag chapter still needs to
20 years ago
alter_index.sgml
Documentation fixes for FILLFACTOR patch. Minor other editorialization.
19 years ago
alter_language.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
alter_opclass.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_operator.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_role.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
alter_schema.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_sequence.sgml
Make an editorial pass over the reference pages.
20 years ago
alter_table.sgml
Documentation fixes for FILLFACTOR patch. Minor other editorialization.
19 years ago
alter_tablespace.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_trigger.sgml
Add documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
20 years ago
alter_type.sgml
Update documentation to reflect the new ALTER OWNER rules for all
20 years ago
alter_user.sgml
Call SET varaiables "configuration_parameter"s in the documentation.
20 years ago
analyze.sgml
Refer to GUC variables using <xref> tags rather than <varname> tags,
22 years ago
begin.sgml
Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
21 years ago
checkpoint.sgml
More minor updates and copy-editing.
21 years ago
close.sgml
Add a new system view, pg_cursors, that displays the currently available
20 years ago
cluster.sgml
More minor updates and copy-editing.
21 years ago
clusterdb.sgml
Add reference to libpq environment variables for client applications.
21 years ago
comment.sgml
I've created a new shared catalog table pg_shdescription to store
20 years ago
commit.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
commit_prepared.sgml
Minor SGML work: add some more hyperlinks, where appropriate.
20 years ago
copy.sgml
Suggest Win32 users user E'' strings and double backslashes used for
20 years ago
create_aggregate.sgml
Support the syntax
20 years ago
create_cast.sgml
Make an editorial pass over the reference pages.
20 years ago
create_constraint.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
create_conversion.sgml
Documentation tweak: add spaces around the brackets in the description
20 years ago
create_database.sgml
Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.
20 years ago
create_domain.sgml
Fix a bunch of problems with domains by making them use special input functions
20 years ago
create_function.sgml
Make an editorial pass over the reference pages.
20 years ago
create_group.sgml
Basic documentation for ROLEs. The user-manag chapter still needs to
20 years ago
create_index.sgml
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
19 years ago
create_language.sgml
Create the pg_pltemplate system catalog to hold template information
20 years ago
create_opclass.sgml
Document that CREATE OPERATOR CLASS amounts to granting public execute
20 years ago
create_operator.sgml
More minor updates and copy-editing.
21 years ago
create_role.sgml
Appended is a small documentation patch that adds a note to the CREATE
20 years ago
create_rule.sgml
More minor updates and copy-editing.
21 years ago
create_schema.sgml
More minor updates and copy-editing.
21 years ago
create_sequence.sgml
Make an editorial pass over the reference pages.
20 years ago
create_table.sgml
Documentation fixes for FILLFACTOR patch. Minor other editorialization.
19 years ago
create_table_as.sgml
Documentation fixes for FILLFACTOR patch. Minor other editorialization.
19 years ago
create_tablespace.sgml
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
21 years ago
create_trigger.sgml
Add documentation about the behavior of BEFORE triggers and referential
20 years ago
create_type.sgml
Fix a bunch of problems with domains by making them use special input functions
20 years ago
create_user.sgml
Add per-user and per-database connection limit options.
20 years ago
create_view.sgml
Make an editorial pass over the reference pages.
20 years ago
createdb.sgml
Add reference to libpq environment variables for client applications.
21 years ago
createlang.sgml
Create the pg_pltemplate system catalog to hold template information
20 years ago
createuser.sgml
Make an editorial pass over the reference pages.
20 years ago
deallocate.sgml
Allow the types of parameters to PREPARE to be inferred. If a parameter's
20 years ago
declare.sgml
Minor SGML work: add some more hyperlinks, where appropriate.
20 years ago
delete.sgml
Allow an optional alias for the target table to be specified for UPDATE
20 years ago
drop_aggregate.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_cast.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_conversion.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_database.sgml
Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.
20 years ago
drop_domain.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_function.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_group.sgml
DROP IF EXISTS for ROLE/USER/GROUP
20 years ago
drop_index.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_language.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_opclass.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_operator.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_owned.sgml
Correct some errors and do some SGML police work on the reference pages
20 years ago
drop_role.sgml
Correct some errors and do some SGML police work on the reference pages
20 years ago
drop_rule.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_schema.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_sequence.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_table.sgml
Minor improvement to DROP TABLE reference page.
20 years ago
drop_tablespace.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_trigger.sgml
docs for DROP ... IF EXISTS for the following cases:
20 years ago
drop_type.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
drop_user.sgml
DROP IF EXISTS for ROLE/USER/GROUP
20 years ago
drop_view.sgml
DROP objecttype IF EXISTS for the following objects:
20 years ago
dropdb.sgml
Add reference to libpq environment variables for client applications.
21 years ago
droplang.sgml
Add reference to libpq environment variables for client applications.
21 years ago
dropuser.sgml
Clean up some stray remaining references to pg_shadow, pg_user, pg_group.
20 years ago
ecpg-ref.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
end.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
execute.sgml
Allow the types of parameters to PREPARE to be inferred. If a parameter's
20 years ago
explain.sgml
Update EXPLAIN wording for GEQO usage.
20 years ago
fetch.sgml
More minor updates and copy-editing.
21 years ago
grant.sgml
Add #include code to prevent multiple inclusion.
19 years ago
initdb.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
insert.sgml
Make SQL arrays support null elements. This commit fixes the core array
20 years ago
ipcclean.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
listen.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
load.sgml
More minor updates and copy-editing.
21 years ago
lock.sgml
Implement sharable row-level locks, and use them for foreign key references
21 years ago
move.sgml
More minor updates and copy-editing.
21 years ago
notify.sgml
More minor updates and copy-editing.
21 years ago
pg_config-ref.sgml
Make an editorial pass over the reference pages.
20 years ago
pg_controldata.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
pg_ctl-ref.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
pg_dump.sgml
Update pg_dump vesion wording.
20 years ago
pg_dumpall.sgml
Document issues with non-default tablespaces and pg_dumpall restores.
20 years ago
pg_resetxlog.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
pg_restore.sgml
Document long names for format options (plain, tar, custom). They already
20 years ago
postgres-ref.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
postmaster.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
prepare.sgml
Minor SGML work: add some more hyperlinks, where appropriate.
20 years ago
prepare_transaction.sgml
Minor SGML work: add some more hyperlinks, where appropriate.
20 years ago
psql-ref.sgml
Fix example of how to escape data in psql backslash commands.
20 years ago
reassign_owned.sgml
Correct some errors and do some SGML police work on the reference pages
20 years ago
reindex.sgml
Documentation fixes for FILLFACTOR patch. Minor other editorialization.
19 years ago
reindexdb.sgml
Move reindexdb from /contrib to /bin.
20 years ago
release_savepoint.sgml
Make an editorial pass over the reference pages.
20 years ago
reset.sgml
Back out the rest of the RESET CONNECTION patch.
20 years ago
revoke.sgml
Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not
20 years ago
rollback.sgml
Some mop-up work for savepoints (nested transactions). Store a small
21 years ago
rollback_prepared.sgml
Minor SGML work: add some more hyperlinks, where appropriate.
20 years ago
rollback_to.sgml
Make an editorial pass over the reference pages.
20 years ago
savepoint.sgml
Adjust examples to avoid using keywords as identifiers, per Honda Shigehiro.
21 years ago
select.sgml
Improve the representation of FOR UPDATE/FOR SHARE so that we can
20 years ago
select_into.sgml
Improve the representation of FOR UPDATE/FOR SHARE so that we can
20 years ago
set.sgml
Call SET varaiables "configuration_parameter"s in the documentation.
20 years ago
set_constraints.sgml
Use schema search path to find the first matching contraint name for SET
20 years ago
set_role.sgml
Basic documentation for ROLEs. The user-manag chapter still needs to
20 years ago
set_session_auth.sgml
Basic documentation for ROLEs. The user-manag chapter still needs to
20 years ago
set_transaction.sgml
Fix misstatement in docs: CREATE TABLE AS is now part of the standard.
21 years ago
show.sgml
Merge postmaster and postgres command into just postgres. postmaster
20 years ago
start_transaction.sgml
Minor documentation cleanup and improvement.
21 years ago
truncate.sgml
Add CASCADE option to TRUNCATE. Joachim Wieland
20 years ago
unlisten.sgml
$Header: -> $PostgreSQL Changes ...
22 years ago
update.sgml
Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT.
20 years ago
vacuum.sgml
Make an editorial pass over the reference pages.
20 years ago
vacuumdb.sgml
Add reference to libpq environment variables for client applications.
21 years ago