Age | Commit message (Expand) | Author |
2019-02-08 | Doc: fix thinko in description of how to escape a backslash in bytea. | Tom Lane |
2019-02-05 | Doc: in each release branch, keep only that branch's own release notes. | Tom Lane |
2019-02-03 | Add PG_CFLAGS, PG_CXXFLAGS, and PG_LDFLAGS variables to PGXS | Michael Paquier |
2019-01-26 | Fix psql's "\g target" meta-command to work with COPY TO STDOUT. | Tom Lane |
2019-01-26 | Allow UNLISTEN in hot-standby mode. | Tom Lane |
2019-01-17 | Replace references to mailinglists with @lists.postgresql.org | Magnus Hagander |
2019-01-17 | Remove references to Majordomo | Magnus Hagander |
2019-01-14 | Fix typo in documentation | Michael Paquier |
2019-01-08 | Doc: update our docs about kernel IPC parameters on *BSD. | Tom Lane |
2019-01-07 | doc: document that INFO messages always go to client. | Andrew Gierth |
2019-01-05 | doc: Update RFC URLs | Michael Paquier |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-12-20 | Doc: fix ancient mistake in search_path documentation. | Tom Lane |
2018-12-18 | Update project link of pgBadger in documentation | Michael Paquier |
2018-12-11 | Doc: improve documentation about ALTER LARGE OBJECT requirements. | Tom Lane |
2018-11-29 | Document handling of invalid/ambiguous timestamp input near DST boundaries. | Tom Lane |
2018-11-27 | doc: fix wording for plpgsql, add "and" | Bruce Momjian |
2018-11-26 | Revert "Fix typo in documentation of toast storage" | Michael Paquier |
2018-11-26 | Fix typo in documentation of toast storage | Michael Paquier |
2018-11-21 | doc: adjust time zone names text, v2 | Bruce Momjian |
2018-11-21 | doc: adjust time zone names text | Bruce Momjian |
2018-11-20 | doc: Clarify CREATE TYPE ENUM documentation | Peter Eisentraut |
2018-11-19 | PANIC on fsync() failure. | Thomas Munro |
2018-11-14 | Doc: remove claim that all \pset format options are unique in 1 letter. | Tom Lane |
2018-11-12 | Fix incorrect author name in release notes | Michael Paquier |
2018-11-08 | Disallow setting client_min_messages higher than ERROR. | Tom Lane |
2018-11-04 | Release notes for 11.1, 10.6, 9.6.11, 9.5.15, 9.4.20, 9.3.25. | Tom Lane |
2018-11-02 | Yet further rethinking of build changes for macOS Mojave. | Tom Lane |
2018-11-02 | docs: adjust simpler language for NULL return from ANY/ALL | Bruce Momjian |
2018-11-02 | GUC: adjust effective_cache_size docs and SQL description | Bruce Momjian |
2018-11-02 | Fix some spelling errors in the documentation | Magnus Hagander |
2018-11-02 | doc: use simpler language for NULL return from ANY/ALL | Bruce Momjian |
2018-10-31 | Fix memory leak in repeated SPGIST index scans. | Tom Lane |
2018-10-29 | Fix missing whitespace in pg_dump ref page | Magnus Hagander |
2018-10-21 | Fix some grammar errors in bloom.sgml | Alexander Korotkov |
2018-10-20 | Client-side fixes for delayed NOTIFY receipt. | Tom Lane |
2018-10-14 | contrib/bloom documentation improvement | Alexander Korotkov |
2018-10-02 | Fix documentation of pgrowlocks using "lock_type" instead of "modes" | Michael Paquier |
2018-09-21 | docs: remove use of escape strings and use bytea hex output | Bruce Momjian |
2018-09-13 | doc: Update broken links | Peter Eisentraut |
2018-09-07 | doc: wording fix | Bruce Momjian |
2018-09-06 | Make contrib/unaccent's unaccent() function work when not in search path. | Tom Lane |
2018-09-05 | Make argument names of pg_get_object_address consistent, and fix docs. | Tom Lane |
2018-09-05 | docs: improve AT TIME ZONE description | Bruce Momjian |
2018-09-01 | Doc: fix oversights in "Client/Server Character Set Conversions" table. | Tom Lane |
2018-08-25 | doc: correct syntax of pgtrgm examples in older releases | Bruce Momjian |
2018-08-25 | doc: "Latest checkpoint location" will not match in pg_upgrade | Bruce Momjian |
2018-08-25 | doc: add doc link for 'applicable_roles' | Bruce Momjian |
2018-08-25 | docs: clarify plpython SD and GD dictionary behavior | Bruce Momjian |
2018-08-17 | Mention ownership requirements for REFRESH MATERIALIZED VIEW in docs | Michael Paquier |