summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
2013-02-08doc: Rewrite how to get the source codePeter Eisentraut
2013-02-06Enable building with Microsoft Visual Studio 2012.Andrew Dunstan
2013-02-04Prevent execution of enum_recv() from SQL.Tom Lane
2013-02-04Update release notes for 9.2.3, 9.1.8, 9.0.12, 8.4.16, 8.3.23.Tom Lane
2013-02-04Reset vacuum_defer_cleanup_age to PGC_SIGHUP.Simon Riggs
2013-02-04Reset master xmin when hot_standby_feedback disabled.Simon Riggs
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-02-02Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane
2013-02-02Mark vacuum_defer_cleanup_age as PGC_POSTMASTER.Simon Riggs
2013-02-02doc: Tiny whitespace fixPeter Eisentraut
2013-02-01Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut
2013-01-31pg_upgrade docs: mention modification of postgresql.conf in new clusterBruce Momjian
2013-01-31Add --aggregate-interval option.Tatsuo Ishii
2013-01-30pg_regress: Allow overriding diff optionsPeter Eisentraut
2013-01-29Provide database object names as separate fields in error messages.Tom Lane
2013-01-29Allow pgbench to use a scale larger than 21474.Heikki Linnakangas
2013-01-28REASSIGN OWNED: handle shared objects, tooAlvaro Herrera
2013-01-28DROP OWNED: don't try to drop tablespaces/databasesAlvaro Herrera
2013-01-26Make LATERAL implicit for functions in FROM.Tom Lane
2013-01-26Issue ERROR if FREEZE mode can't be honored by COPYBruce Momjian
2013-01-26doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian
2013-01-25doc: mention commit_delay is only honored if fsync is enabledBruce Momjian
2013-01-25Change plan caching to honor, not resist, changes in search_path.Tom Lane
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