summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2015-03-26Add support for index-only scans in GiST.Heikki Linnakangas
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-25PL/pgSQL docs: recommend format() for query constructionBruce Momjian
2015-03-25docs: clarify when MVCC snapshot is takenBruce Momjian
2015-03-24doc: update NUMERIC to state that only some ops are exactBruce Momjian
2015-03-23Apply table and domain CHECK constraints in name order.Tom Lane
2015-03-23Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2015-03-20docs: clarify the use of shell typesBruce Momjian
2015-03-20doc: add comma for clarityBruce Momjian
2015-03-20docs: mention the optimizer can increase the index usage countBruce Momjian
2015-03-19GetUserId() changes to has_privs_of_role()Stephen Frost
2015-03-19doc: ALTER DOMAIN VALIDATE CONSTRAINT can also failBruce Momjian
2015-03-18pg_upgrade: document use of rsync for slave upgradesBruce Momjian
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-17Remove docs missed in 51c11a7025.Andres Freund
2015-03-15Add missing documentation for PGC_SU_BACKEND in description of pg_settings.Tom Lane
2015-03-15Increase max_wal_size's default from 128MB to 1GB.Andres Freund
2015-03-15Remove pause_at_recovery_target recovery.conf setting.Andres Freund
2015-03-14doc: Remove link to outdated dtrace project on pgfoundryPeter Eisentraut
2015-03-13Document the new custom scan APIs.Robert Haas
2015-03-12Improve documentation of bt_page_items().Tom Lane
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Add GUC to enable compression of full page images stored in WAL.Fujii Masao
2015-03-10Fix stray sentence fragment in shared_preload_libraries documentationAlvaro Herrera
2015-03-10Allow named parameters to be specified using => in addition to :=Robert Haas
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-03-07Remove rolcatupdatePeter Eisentraut
2015-03-04Use standard casting mechanism to convert types in plpgsql, when possible.Tom Lane
2015-03-03Fix busted markup.Tom Lane
2015-03-02pgbench: Add a real expression syntax to \setRobert Haas
2015-03-02Fix pg_dump handling of extension config tablesStephen Frost
2015-02-27Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADEAlvaro Herrera
2015-02-26Add note about how to make the SRF detoasted arguments live accross calls.Fujii Masao
2015-02-24Fix recovery_command -> restore_command typo in 8.3 release notes.Heikki Linnakangas
2015-02-23Fix invalid DocBook XMLPeter Eisentraut
2015-02-23Support more commands in event triggersAlvaro Herrera
2015-02-23Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas
2015-02-23Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-21Allow forcing nullness of columns during bootstrap.Andres Freund
2015-02-21Don't need to explain [1] kluge anymore in xfunc.sgml.Tom Lane
2015-02-20Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane
2015-02-19Update assorted TOAST-related documentation.Tom Lane
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-16Correct the path of pg_lzcompress.c in doc.Fujii Masao
2015-02-15Minor housekeeping on JSON docs.Andrew Dunstan
2015-02-12Fix typo in logicaldecoding.sgml.Andres Freund
2015-02-10Fixed array handling in ecpg.Michael Meskes