summaryrefslogtreecommitdiff
path: root/doc/src/sgml
AgeCommit message (Expand)Author
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
2015-02-06Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas
2015-02-04doc: Fix markupFujii Masao
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-03Rephrase the documentation on pg_receivexlog --synchronous option.Heikki Linnakangas
2015-02-02Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas
2015-02-02Last-minute updates for release notes.Tom Lane
2015-02-02Doc: fix syntax description for psql's \setenv.Tom Lane
2015-02-02doc: Improve claim about location of pg_service.confPeter Eisentraut
2015-02-01Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.Tom Lane
2015-01-31Fix documentation of psql's ECHO all mode.Tom Lane
2015-01-31First-draft release notes for 9.4.1 et al.Tom Lane
2015-01-30Policy documentation improvementsStephen Frost