]> granicus.if.org Git - postgresql/history - doc/src/sgml/ref
Create a "sort support" interface API for faster sorting.
[postgresql] / doc / src / sgml / ref /
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-12-04 Andrew DunstanAdd a \setenv command to psql.
2011-12-01 Tom LaneClarify documentation about SQL:2008 variant of LIMIT...
2011-11-25 Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-24 Tom LaneSome more editing of the range-types documentation.
2011-11-23 Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-18 Tom LaneFurther review of range-types patch.
2011-11-17 Robert HaasRemove ancient downcasing code from procedural language...
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-28 Robert HaasClarify that ORDER BY/FOR UPDATE can't malfunction...
2011-10-26 Magnus HaganderImplement streaming xlog for backup tools
2011-10-25 Magnus HaganderFix typo
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-10-19 Robert HaasMake the CHECKPOINT reference page more clear.
2011-10-15 Bruce MomjianDocument that is the psql version number, not the serve...
2011-10-15 Bruce MomjianImprove doc wording of drop table permission.
2011-10-15 Bruce MomjianAllow a major PG version psql .psqlrc file to be used...
2011-10-13 Bruce MomjianHave pg_ctl return an exit status of 3 if the server...
2011-10-13 Bruce MomjianDocument who can drop a table (owner and user with...
2011-10-12 Tom LaneImprove documentation of psql's \q command.
2011-10-10 Robert HaasMake the reference to "CREATE USER" in the CREATE ROLE...
2011-10-10 Robert HaasAdd doc index entry for pg_resetxlog.
2011-10-10 Robert HaasDocument DELETE/UPDATE command tag behavior when trigge...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-06 Bruce MomjianAdd postmaster -C option to query configuration paramet...
2011-10-01 Tom LaneImprove generated column names for cases involving...
2011-09-28 Tom LaneUpdate and extend the EXPLAIN-related documentation.
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
2011-09-16 Tom LaneRedesign the plancache mechanism for more flexibility...
2011-09-10 Bruce MomjianRemove double-quoting of table names in clusterdb....
2011-09-10 Bruce MomjianRemove unnecessary MATCH FULL specification in example.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-08 Heikki LinnakangasFix typo and reword the sentence.
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-08-30 Peter EisentrautSome markup cleanup to deconfuse the find_gt_lt tool
2011-08-30 Robert HaasRepair brain fade in previous commit, per Josh Kupershmidt.
2011-08-30 Robert HaasAdd --if-exists option to dropdb and dropuser.
2011-08-27 Peter EisentrautSpelling improvement
2011-08-26 Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-25 Robert HaasAdjust CREATE DOMAIN example for standard_conforming_st...
2011-08-17 Magnus HaganderAdjust wording now that estimated size can increase
2011-08-11 Robert HaasDisplay both per-table and per-column FDW options in...
2011-08-11 Robert HaasChange psql's \dd command to do something more useful.
2011-08-08 Robert HaasTeach psql to display the comments on SQL/MED objects...
2011-08-08 Robert HaasTeach psql to display the comments on conversions and...
2011-08-07 Peter EisentrautAdd "Compatibility" section to ALTER EXTENSION referenc...
2011-08-07 Peter EisentrautRemove whitespace from end of lines
2011-08-07 Peter EisentrautFix a whitespace issue with the man pages
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-08-04 Robert HaasTeach psql to display comments on languages and casts.
2011-07-27 Robert HaasFix typo.
2011-07-26 Robert HaasClarify which relkinds accept column comments.
2011-07-23 Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-20 Robert HaasImprove sepgsql and SECURITY LABEL documentation.
2011-07-11 Andrew DunstanImprove wording of documentation on default privileges.
2011-07-06 Robert HaasAdd \ir command to psql.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-17 Robert HaasFix typo.
2011-06-15 Tom LaneRework parsing of ConstraintAttributeSpec to improve...
2011-06-14 Peter EisentrautDocument that psql's \d also works with composite types
2011-06-14 Robert HaasImprove accuracy of ON_ERROR_STOP documentation.
2011-06-13 Alvaro HerreraExpand warnings on locks acquired by CREATE INDEX CONCU...
2011-06-13 Robert HaasIn ALTER EXTENSION docs, document left_type/right_type.
2011-06-12 Robert HaasCorrections to ALTER FOREIGN TABLE documentation.
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-08 Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-02 Peter EisentrautSort COMMENT synopsis and add more examples
2011-05-29 Peter EisentrautAdd pg_basebackup -z option for compression with defaul...
2011-05-28 Peter EisentrautAllow pg_basebackup compressed tar output to stdout
2011-05-25 Peter EisentrautPut options in some sensible order
2011-05-22 Peter EisentrautPut documentation of backslash commands back in alphabe...
2011-05-19 Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-05-10 Peter EisentrautAdd some punctuation
2011-05-10 Peter EisentrautPut options in more alphabetical order
2011-05-07 Robert HaasFix typos in SECURITY LABEL documentation.
2011-05-02 Peter EisentrautSmall cleanup of spacing in verbatim DocBook elements
2011-04-28 Heikki LinnakangasThe arguments to pg_ctl kill are not optional - remove...
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-22 Bruce MomjianImprove doc wording for SQL syntax of LIMIT/OFFSET.
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-17 Tom LaneDocument COLLATE option in CREATE TYPE reference page.
2011-04-13 Tom LaneAdd some useful cross-references to the CREATE EXTENSIO...
2011-04-09 Tom LaneDon't show unusable collations in psql's \dO command.
2011-04-08 Tom LaneAdd an example of WITH (UPDATE RETURNING) INSERT to...
2011-04-04 Alvaro HerreraUppercase <!ENTITY> and <!DOCTYPE> tags in SGML source
2011-04-04 Alvaro HerreraDuplicate expansion of "direction" from FETCH's synopsi...
2011-04-02 Heikki LinnakangasEscape greater than and less than characters in docs.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-25 Alvaro HerreraFix broken markup, and remove tabs
2011-03-25 Michael MeskesDocumented some ecpg command line options that were...
2011-03-16 Robert HaasCorrections to CREATE FOREIGN TABLE documentation.
next