summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2004-06-09Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane
2004-06-08Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter.Bruce Momjian
2004-06-07Add start/stop times for pg_dump/pg_dumpall when verbose output is used.Bruce Momjian
2004-06-07Some preliminary documentation for composite-type stuff.Tom Lane
2004-06-06Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane
2004-06-04Remove dash in pg_ctl signal name. It broke with getopt_long dashBruce Momjian
2004-06-03Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian
2004-06-02Small patch that adds some documentation for the area() function.Bruce Momjian
2004-06-02Improve without cluster wording.Bruce Momjian
2004-06-02OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian
2004-06-01Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane
2004-05-31Update pg_dump -v comments to mention additional comments in dump file.Bruce Momjian
2004-05-27Document new pg_ctl 'kill' command, specificially for Win32.Bruce Momjian
2004-05-27Recommend ALTER TABLE ... TYPE as the best way to reclaim space occupied by d...Tom Lane
2004-05-27Add an index entry for "Performance Tips". Patch from Alvaro Herrera.Neil Conway
2004-05-26AIX doc addition:Bruce Momjian
2004-05-26*) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian
2004-05-26The added aggregates are:Bruce Momjian
2004-05-26The patch adresses the TODO list item "Allow external interfaces toBruce Momjian
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-24Clarify an entry in the 7.4 release notes.Neil Conway
2004-05-23Fix broken markup.Tom Lane
2004-05-22Fix a few more minor errors in the 7.4 release notes.Neil Conway
2004-05-22Fix typo in an entry in the 7.4 release notes.Neil Conway
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-19Document &< and &> properly.Bruce Momjian
2004-05-19Clearify CHECK handling of unknown test values.Bruce Momjian
2004-05-18Trim down relocatable docs, per Peter.Bruce Momjian
2004-05-18Add some documentation on relocatable installs.Bruce Momjian
2004-05-17Add documentation that installations are relocatable unless configureBruce Momjian
2004-05-17Reformat sgml doc paragraph.Bruce Momjian
2004-05-16Add documentation for the new "dollar quoting" feature, and update existingNeil Conway
2004-05-16Change ln(), log(), power(), and sqrt() to emit the correct SQLSTATENeil Conway
2004-05-16Restore one mention of logrotate, per Peter.Bruce Momjian
2004-05-14Implement the width_bucket() function, per SQL2003. This commit only addsNeil Conway
2004-05-14Properly document rotatelogs, and add mention of it to pg_ctl manual page.Bruce Momjian
2004-05-14Improve documentation for SQLSTATE error codes, per recent thread onNeil Conway
2004-05-10Promote row expressions to full-fledged citizens of the expression syntax,Tom Lane
2004-05-10Fix typo.Neil Conway
2004-05-08Fix typo.Bruce Momjian
2004-05-06Erase MD5 user passwords when a user is renamed because the username isBruce Momjian
2004-05-05Fix a typo in the documentation.Neil Conway
2004-05-05ALTER TABLE rewrite. New cool stuff:Tom Lane
2004-05-03Fix obscure typo in 7.4.0 release notes.Neil Conway
2004-04-29Minor copy-editing.Tom Lane
2004-04-24Fix typo in libpq docs.Neil Conway
2004-04-24Document that PQoidValue(), PQcmdTuples(), and PQoidStatus() now workNeil Conway
2004-04-24Add mention to run thread test program if user is experiencing problemsBruce Momjian
2004-04-23Add ceiling() as an alias for ceil(), and power() as an alias for pow().Neil Conway
2004-04-22Make psql's \d+ command indicate whether the table in questionNeil Conway