summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
2013-01-25doc: merge ecpg username/password example into C commentBruce Momjian
2013-01-25doc: adjust search_path secondary index mentionBruce Momjian
2013-01-25doc: split search_path index entries into separate secondariesBruce Momjian
2013-01-25Make it easy to time out pg_isready, and make the default 3 seconds.Robert Haas
2013-01-25docs: In ecpg, clarify how username/password colon parameters are usedBruce Momjian
2013-01-25Add prosecdef to \df+ output.Heikki Linnakangas
2013-01-25doc: improve wording of "foreign data server" in file-fdw docsBruce Momjian
2013-01-25Make pg_dump exclude unlogged table data on hot standby slavesMagnus Hagander
2013-01-25Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane
2013-01-25doc: add mention of ssi read anomolies to mvcc docsBruce Momjian
2013-01-25doc: correct sepgsql doc about permission checking of CASCADEBruce Momjian
2013-01-24Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane
2013-01-24Docs shouldn't say HOT Standby.Simon Riggs
2013-01-23Clarify that connection parameters aren't totally meaningless for PQping.Robert Haas
2013-01-23pg_isreadyRobert Haas
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-23Further documentation tweaks for event triggers.Robert Haas
2013-01-23doc: Fix declared number of columns in tablePeter Eisentraut
2013-01-22Fix CREATE EVENT TRIGGER syntax synopsis in documentation.Robert Haas
2013-01-22Typo fixes.Robert Haas
2013-01-21Add ddl_command_end support for event triggers.Robert Haas
2013-01-21doc: Fix syntax of a URLPeter Eisentraut
2013-01-20Clarify that streaming replication can be both async and syncMagnus Hagander
2013-01-19libpq doc: Clarify what commands return PGRES_TUPLES_OKPeter Eisentraut
2013-01-18psql latex fixesBruce Momjian
2013-01-17Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.Heikki Linnakangas
2013-01-17Add a latex-longtable output format to psqlBruce Momjian
2013-01-17Support multiple -t/--table arguments for more commandsMagnus Hagander
2013-01-09Allow parallel copy/link in pg_upgradeBruce Momjian
2013-01-07Add new "-q" logging option (quiet mode) while in initialize modeTatsuo Ishii
2013-01-05Add support for generating minimal recovery.conf when doing base backupsMagnus Hagander
2013-01-05doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut
2013-01-04Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2013-01-01Winflex binary on FTP site doesn't work on 64-bit Windows, update docs.Heikki Linnakangas
2013-01-01Fix descrition of pg_resetxlog -l parameterMagnus Hagander
2012-12-31doc: Correct description of ldapurlPeter Eisentraut
2012-12-30doc: Correct description of LDAP authenticationPeter Eisentraut
2012-12-27doc: Replace "NOTE" with proper markupPeter Eisentraut
2012-12-27Add pg_upgrade --jobs parameterBruce Momjian
2012-12-24Fix some minor issues in view pretty-printing.Tom Lane
2012-12-22Fix documentation typo.Tom Lane
2012-12-20Fix pg_extension_config_dump() to handle update cases more sanely.Tom Lane
2012-12-18doc: Put PL/pgSQL RAISE USING keywords into a listPeter Eisentraut
2012-12-16doc: Remove extra table columnPeter Eisentraut
2012-12-15doc: Add oid columns to system catalog documentationPeter Eisentraut
2012-12-15doc: Add pg_stat_reset and related functions to indexPeter Eisentraut
2012-12-14doc: Improve search_path mentions in indexPeter Eisentraut
2012-12-13Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas
2012-12-12Disable event triggers in standalone mode.Tom Lane