summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Expand)Author
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
2015-01-30Fix jsonb Unicode escape processing, and in consequence disallow \u0000.Tom Lane
2015-01-30doc: Remove superfluous table columnPeter Eisentraut
2015-01-30doc: clarify libpq's 'verify-full' host name checkBruce Momjian
2015-01-29Reword CREATE POLICY parameter descriptionsStephen Frost
2015-01-29CREATE POLICY expression -> using_expressionStephen Frost
2015-01-29Improve CREATE POLICY documentationStephen Frost
2015-01-29Add usebypassrls to pg_user and pg_shadowStephen Frost
2015-01-28Remove dead NULL-pointer checks in GiST code.Heikki Linnakangas
2015-01-24Clean up some mess in row-security patches.Tom Lane
2015-01-23vacuumdb: enable parallel modeAlvaro Herrera
2015-01-22docs: update libpq's PQputCopyData and PQputCopyEndBruce Momjian
2015-01-19doc: Fix typos in make_timestamp{,tz} examplesAlvaro Herrera
2015-01-14docs: Add missing <literal> markup.Robert Haas
2015-01-10docs: improve CREATE TRIGGER defer options listBruce Momjian