aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Update syntax shown for \copy to match new syntax for COPY.Robert Haas2012-09-06
* psql: Reduce compatibility warningPeter Eisentraut2012-08-31
* Properly document that SIGTERM is OK for users to use on a postgresBruce Momjian2012-08-30
* Document that COPY OUT requires an absolute pathname.Robert Haas2012-08-30
* Document that NOTIFY events are visible to all users.Bruce Momjian2012-08-29
* Document the lack of reading the PGDATABASE environment variable inBruce Momjian2012-08-27
* Clarify documentation that primary key and unique constraints are copiedBruce Momjian2012-08-26
* Document clearly that psql \! parameter interpretation limitations areBruce Momjian2012-08-25
* Put options on man page and in help output in slightly better orderPeter Eisentraut2012-08-24
* Document that tab completation can interfere with some SQL commands.Bruce Momjian2012-08-16
* Add warning about pg_ctl restart and the use of relative paths on the command...Bruce Momjian2012-08-16
* Fix SGML markup; missing tag.Bruce Momjian2012-08-15
* Document that PGDATA has to point to the configuration files, ratherBruce Momjian2012-08-15
* Document that pg_ctl -w allows for the entry of an SSL passphase onBruce Momjian2012-08-15
* Add CREATE FOREIGN TABLE doc reference to CREATE SERVER.Bruce Momjian2012-08-15
* Document that foreign "version" and "type" values are only useful toBruce Momjian2012-08-15
* Add link from COPY ref page to psql \copy.Tom Lane2012-08-11
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Make psql -1 < file behave as expected.Robert Haas2012-08-09
* Implement SQL-standard LATERAL subqueries.Tom Lane2012-08-07
* Reword documentation for concurrent index rebuilds to be clearer.Bruce Momjian2012-08-04
* Document that, for psql -c, only the result of the last command isBruce Momjian2012-08-03
* pg_basebackup: stylistic adjustmentsAlvaro Herrera2012-07-31
* Document that pg_basebackup will create its output directoryPeter Eisentraut2012-07-25
* Change syntax of new CHECK NO INHERIT constraintsAlvaro Herrera2012-07-24
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Add fsync capability to initdb, and use sync_file_range() if available.Tom Lane2012-07-13
* Fix pg_upgrade, broken by the xlogid/segno -> 64-bit int refactoring.Heikki Linnakangas2012-06-26
* Make placeholders in SQL command help more consistent and precisePeter Eisentraut2012-06-22
* Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane2012-06-18
* Make documentation of --help and --version options more consistentPeter Eisentraut2012-06-18
* Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.Tom Lane2012-06-13
* Deprecate use of GLOBAL and LOCAL in temp table creation.Tom Lane2012-06-13
* Improve documentation of postgres -C optionPeter Eisentraut2012-06-13
* pg_receivexlog: Rename option --dir to --directoryPeter Eisentraut2012-06-12
* Revert behaviour of -x/--xlog to 9.1 semanticsMagnus Hagander2012-06-11
* Fix pg_basebackup/pg_receivexlog for floating point timestampsMagnus Hagander2012-06-10
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Fix typoMagnus Hagander2012-06-05
* Add example of archive_command to use with pg_receivexlogMagnus Hagander2012-06-05
* Rewrite --section option to decouple it from --schema-only/--data-only.Tom Lane2012-05-29
* Make pg_recievexlog by default loop on connection failuresMagnus Hagander2012-05-27
* Fix reindexdb manual page to say --maintenance-db controls what isBruce Momjian2012-05-22
* Adjust documentation of ALTER TABLE CLUSTER ON for more consistency.Tom Lane2012-05-21
* Some reference page improvementsPeter Eisentraut2012-05-20
* Reworded sentence as suggested by Stephen Frost.Michael Meskes2012-05-19
* Fix a whitespace issue with the man pagesPeter Eisentraut2012-05-15
* Remove whitespace from end of linesPeter Eisentraut2012-05-15
* psql: Add variable to control keyword case in tab completionPeter Eisentraut2012-05-08