Commit Graph

12236 Commits (e97af6c8bfc80d084bca5bf41f036de944b63efe)

Author SHA1 Message Date
Andres Freund a0f5954af1 Increase max_wal_size's default from 128MB to 1GB. 11 years ago
Andres Freund 51c11a7025 Remove pause_at_recovery_target recovery.conf setting. 11 years ago
Peter Eisentraut 959df4b5fc doc: Remove link to outdated dtrace project on pgfoundry 11 years ago
Robert Haas 82fe8b1119 Document the new custom scan APIs. 11 years ago
Tom Lane ebc0f5e01d Improve documentation of bt_page_items(). 11 years ago
Tom Lane c6b3c939b7 Make operator precedence follow the SQL standard more closely. 11 years ago
Fujii Masao 57aa5b2bb1 Add GUC to enable compression of full page images stored in WAL. 11 years ago
Alvaro Herrera bb7b35caf7 Fix stray sentence fragment in shared_preload_libraries documentation 11 years ago
Robert Haas 865f14a2d3 Allow named parameters to be specified using => in addition to := 11 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 11 years ago
Tom Lane 1a0bc4c2bf Fix documentation for libpq's PQfn(). 11 years ago
Peter Eisentraut bb8582abf3 Remove rolcatupdate 11 years ago
Tom Lane 1345cc67bb Use standard casting mechanism to convert types in plpgsql, when possible. 11 years ago
Tom Lane d147901174 Fix busted markup. 11 years ago
Robert Haas 878fdcb843 pgbench: Add a real expression syntax to \set 11 years ago
Stephen Frost ebd092bc2a Fix pg_dump handling of extension config tables 11 years ago
Alvaro Herrera 3f190f67eb Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE 11 years ago
Fujii Masao a7920b872f Add note about how to make the SRF detoasted arguments live accross calls. 11 years ago
Heikki Linnakangas 347c74320d Fix recovery_command -> restore_command typo in 8.3 release notes. 11 years ago
Peter Eisentraut b007bee1f6 Fix invalid DocBook XML 11 years ago
Alvaro Herrera 296f3a6053 Support more commands in event triggers 11 years ago
Heikki Linnakangas 88e9823026 Replace checkpoint_segments with min_wal_size and max_wal_size. 11 years ago
Fujii Masao 5d2b45e3f7 Add GUC to control the time to wait before retrieving WAL after failed attempt. 11 years ago
Heikki Linnakangas 2a3f6e368b Fix potential deadlock with libpq non-blocking mode. 11 years ago
Andres Freund eb68379c38 Allow forcing nullness of columns during bootstrap. 11 years ago
Tom Lane 0627eff360 Don't need to explain [1] kluge anymore in xfunc.sgml. 11 years ago
Tom Lane 2fb7a75f37 Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp. 11 years ago
Tom Lane 9bb955c828 Update assorted TOAST-related documentation. 11 years ago
Tom Lane 2e105def09 Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses. 11 years ago
Fujii Masao cef30974de Correct the path of pg_lzcompress.c in doc. 11 years ago
Andrew Dunstan c5b31e29f0 Minor housekeeping on JSON docs. 11 years ago
Andres Freund 8785e6e378 Fix typo in logicaldecoding.sgml. 11 years ago
Michael Meskes 1f393fc923 Fixed array handling in ecpg. 11 years ago
Heikki Linnakangas ff16b40f8c Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM 11 years ago
Fujii Masao c036edb7b3 doc: Fix markup 11 years ago
Heikki Linnakangas 91fa7b4719 Add API functions to libpq to interrogate SSL related stuff. 11 years ago
Heikki Linnakangas 507627f5b5 Rephrase the documentation on pg_receivexlog --synchronous option. 11 years ago
Robert Haas 5d2f957f3f Add new function BackgroundWorkerInitializeConnectionByOid. 11 years ago
Tom Lane 2488eff889 Last-minute updates for release notes. 11 years ago
Tom Lane f9ee8ea10a Doc: fix syntax description for psql's \setenv. 11 years ago
Peter Eisentraut 1332bbb30c doc: Improve claim about location of pg_service.conf 11 years ago
Tom Lane 21fe4e2b6e Release notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19. 11 years ago
Tom Lane b7d254c079 Fix documentation of psql's ECHO all mode. 11 years ago
Tom Lane 77e9125e84 First-draft release notes for 9.4.1 et al. 11 years ago
Stephen Frost 3144e1b3c6 Policy documentation improvements 11 years ago
Tom Lane 451d280815 Fix jsonb Unicode escape processing, and in consequence disallow \u0000. 11 years ago
Peter Eisentraut e40d43f88e doc: Remove superfluous table column 11 years ago
Bruce Momjian e77043055f doc: clarify libpq's 'verify-full' host name check 11 years ago
Stephen Frost 1c993b3ace Reword CREATE POLICY parameter descriptions 11 years ago
Stephen Frost bb541812b8 CREATE POLICY expression -> using_expression 11 years ago