Commit Graph

12395 Commits (bfc7f5dd5dc641b475c27b872d6df21c20c75af1)

Author SHA1 Message Date
Tom Lane bfc7f5dd5d Update 9.5 release notes through today. 10 years ago
Stephen Frost 43cd468cf0 Improve CREATE POLICY documentation 10 years ago
Tom Lane 7bd149ce2a Docs: document that psql's "\i -" means read from stdin. 10 years ago
Tom Lane fcbbf82d2b Code and docs review for multiple -c and -f options in psql. 10 years ago
Tom Lane 6d96cd077b Doc: update external URLs for PostGIS project. 10 years ago
Peter Eisentraut 19e7ca8938 doc: Add some markup 10 years ago
Robert Haas 348bcd8645 Fix typo. 10 years ago
Robert Haas c00239ea6a Remove redundant sentence. 10 years ago
Robert Haas d5563d7df9 psql: Support multiple -c and -f options, and allow mixing them. 10 years ago
Robert Haas 385f337c9f Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
Tom Lane b0cfb02cec Update xindex.sgml for recent additions to GIST opclass API. 10 years ago
Tom Lane 63acfb79ab Further improve documentation of the role-dropping process. 10 years ago
Peter Eisentraut f15b820a5c doc: Add serial comma 10 years ago
Peter Eisentraut 9ff1a11a2d doc: Fix markup and improve placeholder names 10 years ago
Teodor Sigaev e50cda7840 Use pg_rewind when target timeline was switched 10 years ago
Tom Lane 40cb21f70b Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
Teodor Sigaev 92e38182d7 COPY (INSERT/UPDATE/DELETE .. RETURNING ..) 10 years ago
Teodor Sigaev d6061f83a1 Improve pageinspect module 10 years ago
Peter Eisentraut cbd96eff25 doc: Some improvements on CREATE POLICY and ALTER POLICY documentation 10 years ago
Teodor Sigaev d00352573a Clarify pg_rewind connection requirements. 10 years ago
Peter Eisentraut 2ef7a985fb doc: Add more documentation about wal_retrieve_retry_interval 10 years ago
Tom Lane 00cdd83521 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Peter Eisentraut db135e834a doc: Clarify some things on pg_receivexlog reference page 10 years ago
Andrew Dunstan c2d5657c0f Update docs for vcregress.pl bincheck changes 10 years ago
Andres Freund edf68b2ed5 Improve ON CONFLICT documentation. 10 years ago
Peter Eisentraut 53264c7b1e doc: Fix commas and improve spacing 10 years ago
Stephen Frost 42aa1c032e Correct sepgsql docs with regard to RLS 10 years ago
Robert Haas a05dc4d7fd Provide readfuncs support for custom scans. 10 years ago
Tom Lane 39b9978d9c Do a round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane 6404751ce9 Improve documentation around autovacuum-related storage parameters. 10 years ago
Tom Lane 7b6fb76349 Docs: fix misleading example. 10 years ago
Tom Lane 944b41fc00 Improve our workaround for 'TeX capacity exceeded' in building PDF files. 10 years ago
Andres Freund c31f1dc559 Add paragraph about ON CONFLICT interaction with partitioning. 10 years ago
Tom Lane ad9fad7b68 Update 9.5 release notes through today. 10 years ago
Tom Lane 9042f58342 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
Robert Haas dde5f09fad Document interaction of bgworkers with LISTEN/NOTIFY. 10 years ago
Robert Haas 64b2e7ad91 Pass extra data to bgworkers, and use this to fix parallel contexts. 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Tom Lane fc0b893521 Remove obsolete advice about doubling backslashes in regex escapes. 10 years ago
Tom Lane a69b0b2c14 Code + docs review for unicode linestyle patch. 10 years ago
Kevin Grittner bf25fb2f93 Add RMV to list of commands taking AE lock. 10 years ago
Tom Lane 12c9a04008 Implement lookbehind constraints in our regular-expression engine. 10 years ago
Robert Haas c5057b2b34 doc: security_barrier option is a Boolean, not a string. 10 years ago
Tom Lane 23937a4253 Docs: add example clarifying use of nested JSON containment. 10 years ago
Alvaro Herrera c15898c1d5 Document BRIN's inclusion opclass framework 10 years ago
Peter Eisentraut 8f2977b3ec doc: Add advice on updating checkpoint_segments to max_wal_size 10 years ago
Tom Lane d371bebd3d Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al. 10 years ago
Peter Eisentraut e4a618aa1e doc: Improve markup and fine-tune replication protocol documentation 10 years ago
Peter Eisentraut 984ae04a2c doc: Move documentation of max_wal_size to better position 10 years ago
Robert Haas 5fc4c26db5 Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 10 years ago