index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
Commit message (
Expand
)
Author
Age
*
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-14
*
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
*
Add compatibility note about grant options on GRANT reference page
Peter Eisentraut
2012-01-09
*
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Typo fixes.
Robert Haas
2011-12-22
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane
2011-12-17
*
Same clarification for pg_restore.
Andrew Dunstan
2011-12-17
*
Clarify the post-data status on unvalidated check constraints.
Andrew Dunstan
2011-12-17
*
Add --section option to pg_dump and pg_restore.
Andrew Dunstan
2011-12-16
*
Fix docs build I inadvertantly broke.
Andrew Dunstan
2011-12-14
*
Add --exclude-table-data option to pg_dump.
Andrew Dunstan
2011-12-14
*
Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAME
Peter Eisentraut
2011-12-09
*
Create a "sort support" interface API for faster sorting.
Tom Lane
2011-12-07
*
Make command-line tools smarter about finding a DB to connect to.
Robert Haas
2011-12-06
*
Add a \setenv command to psql.
Andrew Dunstan
2011-12-04
*
Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.
Tom Lane
2011-12-01
*
Fix unsupported options in CREATE TABLE ... AS EXECUTE.
Tom Lane
2011-11-24
*
Some more editing of the range-types documentation.
Tom Lane
2011-11-23
*
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
*
Further review of range-types patch.
Tom Lane
2011-11-18
*
Remove ancient downcasing code from procedural language operations.
Robert Haas
2011-11-17
*
Add psql expanded auto mode
Peter Eisentraut
2011-11-12
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.
Robert Haas
2011-10-28
*
Implement streaming xlog for backup tools
Magnus Hagander
2011-10-26
*
Fix typo
Magnus Hagander
2011-10-25
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Make the CHECKPOINT reference page more clear.
Robert Haas
2011-10-18
*
Document that is the psql version number, not the server version number,
Bruce Momjian
2011-10-15
*
Improve doc wording of drop table permission.
Bruce Momjian
2011-10-15
*
Allow a major PG version psql .psqlrc file to be used if a minor
Bruce Momjian
2011-10-14
*
Have pg_ctl return an exit status of 3 if the server is not running, to
Bruce Momjian
2011-10-13
*
Document who can drop a table (owner and user with permissions).
Bruce Momjian
2011-10-13
*
Improve documentation of psql's \q command.
Tom Lane
2011-10-12
*
Make the reference to "CREATE USER" in the CREATE ROLE page a link.
Robert Haas
2011-10-10
*
Add doc index entry for pg_resetxlog.
Robert Haas
2011-10-10
*
Document DELETE/UPDATE command tag behavior when triggers are involved.
Robert Haas
2011-10-10
*
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2011-10-07
*
Add postmaster -C option to query configuration parameters, and have
Bruce Momjian
2011-10-06
*
Improve generated column names for cases involving sub-SELECTs.
Tom Lane
2011-10-01
*
Update and extend the EXPLAIN-related documentation.
Tom Lane
2011-09-28
*
Add --{no-,}replication flags to createuser.
Robert Haas
2011-09-23
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY
Bruce Momjian
2011-09-10
*
Remove unnecessary MATCH FULL specification in example.
Bruce Momjian
2011-09-10
[next]