]> granicus.if.org Git - postgresql/history - doc
Correct comment in Hot Standby nbtree handling
[postgresql] / doc /
2014-05-06 Bruce MomjianMore rewording of pg_stat_statements for 9.4 release...
2014-05-06 Bruce MomjianUpdate 9.4 release notes for queryid control
2014-05-06 Bruce MomjianMove pg_stat_statements into its on 9.4 release note...
2014-05-05 Bruce MomjianIn 9.4 release notes, add detail to pg_stat_statements...
2014-05-05 Bruce MomjianImprove JSONB 9.4 release text
2014-05-05 Bruce MomjianAdd doc links to 9.4 release notes, and add major featu...
2014-05-05 Bruce MomjianAdd SGML markup tags to 9.4 release notes
2014-05-05 Bruce MomjianUpdate "huge pages" description in the 9.4 release...
2014-05-05 Bruce MomjianUpdate 9.4 release notes with feedback from the hackers...
2014-05-05 Robert Haasdoc: In FDW handler docs, mark up scan_clauses with...
2014-05-04 Bruce MomjianAdd missing 9.4 release file.
2014-05-04 Bruce MomjianInitial version of Postgres 9.4 release notes
2014-05-02 Peter Eisentrautdoc: Update pg_basebackup version compatibility claim...
2014-05-01 Robert HaasDocumentation corrections for pg_replication_slots.
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-28 Robert HaasMinor fixes for ALTER TABLE documentation.
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-23 Peter Eisentrautdoc: Fix DocBook table column count declaration
2014-04-23 Heikki LinnakangasFix typo, trance -> tranche, in docs.
2014-04-23 Bruce Momjiandoc: adjust 9970443640b4569cf72b3c8e84abe80bdf533c7f...
2014-04-22 Bruce Momjiandoc: improve wording of COPY commit 7ec73783d88a743799...
2014-04-22 Bruce Momjiandoc: mention CREATE MATERIALIZED VIEW AS can be EXPLAINed
2014-04-22 Bruce Momjiandocs: add results for JSON operator examples
2014-04-22 Bruce Momjiandocs: clearify use of pg_database.datistemplate
2014-04-22 Bruce Momjiandoc: improve CREATE RULE event list
2014-04-22 Bruce Momjiancopy: update docs for FORCE_NULL and FORCE_NOT_NULL...
2014-04-22 Peter Eisentrautdoc: Improve "replication slot" index entries
2014-04-19 Bruce Momjiandoc: CREATE DATABASE doesn't copy template database...
2014-04-19 Bruce Momjiandoc: mention archive_command and recovery_command are...
2014-04-19 Bruce Momjiandocs: tablespaces cannot be accessed independently
2014-04-19 Bruce Momjianlibpq: have PQconnectdbParams() and PQpingParams accep...
2014-04-17 Bruce Momjiandocs: adjustments for streaming standbys that disconnec...
2014-04-17 Tom LaneRename EXPLAIN ANALYZE's "total runtime" output to...
2014-04-16 Bruce Momjiandocs: properly document psql auto encoding mode
2014-04-16 Bruce Momjiandoc: move min_recovery_apply_delay into the right...
2014-04-16 Bruce Momjiandocs: make max_wal_senders higher to handle disconnects
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-16 Bruce Momjiandoc: fix json_extract_path_text() typo by adding jsonb
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-04-15 Peter Eisentrautvacuumdb: Add option --analyze-in-stages
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-04-14 Robert Haasdoc: Suggesting clearing pg_replslot from a hot filesys...
2014-04-14 Robert Haasdoc: Update yet another place that didn't get the memo...
2014-04-14 Robert HaasCorrect description of constraint_name in ALTER TABLE...
2014-04-14 Robert HaasUpdate list of relation types on which ALTER TABLE...
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-10 Bruce Momjiandocs: psql '--' comments are not passed to the server
2014-04-09 Bruce Momjiandocs: add link to pg_start_backup() from pg_basebackup...
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert Haasdoc: Fix typo.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-06 Simon RiggsExtra warnings and errors for PL/pgSQL
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-04-03 Tom LaneFix documentation about joining pg_locks to other views.
2014-04-03 Tom LaneAvoid promising that "ADD COLUMN ... DEFAULT NULL"...
2014-04-01 Tom LaneDoc: improve discussion of reverse+forward host name...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-29 Noah MischDocument platform-specificity of unix_socket_permissions.
2014-03-27 Tom LaneImprove documentation note about Python 2.3 and cdecimal.
2014-03-27 Tom LaneDocument that Python 2.3 requires cdecimal module for...
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-26 Heikki LinnakangasAdd -f/--follow option to pg_xlogdump.
2014-03-25 Magnus HaganderFix typos in pg_basebackup documentation
2014-03-25 Bruce Momjiandoc: list unlogged tables as a non-durable option
2014-03-24 Bruce MomjianRemove wchar.c Asserts that were stricter than the...
2014-03-24 Bruce Momjiandocs: Add short "cover density" description
2014-03-24 Bruce MomjianFix ts_rank_cd() to ignore stripped lexemes
2014-03-24 Fujii MasaoFix START_REPLICATION syntax in document.
2014-03-24 Heikki LinnakangasFix "the the" typos.
2014-03-23 Andrew DunstanFix mis-spelling in jsonb docs.
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-19 Fujii MasaoSome minor improvements to logical decoding document.
2014-03-18 Robert HaasLogical decoding documentation corrections.
2014-03-18 Robert HaasDocumentation for logical decoding.
2014-03-18 Fujii MasaoFix help message and document in pg_receivexlog.
2014-03-17 Tom LaneRelease notes for 9.3.4, 9.2.8, 9.1.13, 9.0.17, 8.4.21.
2014-03-17 Fujii MasaoFix typos in comments.
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-15 Tom LaneFirst-draft release notes for 9.3.4.
2014-03-13 Tom LaneAllow psql to print COPY command status in more cases.
2014-03-13 Heikki LinnakangasFix a couple of typos in docs.
2014-03-12 Fujii MasaoShow PIDs of lock holders and waiters in log_lock_waits...
2014-03-12 Robert Haastest_decoding: Documentation fix.
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-10 Robert HaasAllow logical decoding via the walsender interface.
2014-03-08 Bruce Momjiandoc: remove extra whitespace in SGML markup
2014-03-08 Bruce Momjianpg_ctl: improve handling of invalid data directory
2014-03-08 Bruce Momjiandocs: small adjustements to recent SELECT and pg_upgra...
2014-03-08 Bruce Momjianpg_upgrade: document delete problems with tablespaces...
2014-03-08 Bruce Momjiandoc: improve server's keepalive description
2014-03-08 Bruce Momjiandocs: improve TABLE command by showing supported clauses
2014-03-07 Bruce Momjianrelease notes: add item missed in 9.2.5 release
2014-03-07 Heikki LinnakangasFix name of syslog_ident GUC in docs.
2014-03-06 Bruce Momjiandocs: to_timestamp and to_date do minimal range checking
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-03-04 Alvaro Herreraauto_explain: Add logging of trigger execution
next