Commit Graph

12914 Commits (c4448683893bd37b59003603bc9075d362e81b5a)

Author SHA1 Message Date
Michael Meskes 4032ef18d0 Fix buffer overflow on particularly named files and clarify documentation about 9 years ago
Tom Lane 89fcea1ace Fix strange behavior (and possible crashes) in full text phrase search. 9 years ago
Stephen Frost 2d1018ca56 Improve ALTER TABLE documentation 9 years ago
Peter Eisentraut f3b421da5f Reorder pg_sequence columns to avoid alignment issue 9 years ago
Peter Eisentraut 1753b1b027 Add pg_sequence system catalog 9 years ago
Robert Haas e13029a5ce Provide a DSA area for all parallel queries. 9 years ago
Fujii Masao 3901fd70cc Support quorum-based synchronous replication. 9 years ago
Peter Eisentraut b645a05fc6 doc: Remove some trailing whitespace 9 years ago
Robert Haas 3761fe3c20 Simplify LWLock tranche machinery by removing array_base/array_stride. 9 years ago
Fujii Masao 4e344c2cf4 Add missing documentation for effective_io_concurrency tablespace option. 9 years ago
Robert Haas a1a4459c29 doc: Improve documentation related to table partitioning feature. 9 years ago
Robert Haas b4630e01fd doc: Fix purported type of pg_am.amhandler to match reality. 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 9 years ago
Robert Haas 4212cb7326 Fix interaction of parallel query with prepared statements. 9 years ago
Fujii Masao dfe530a092 Improve documentation about pg_stat_replication view. 9 years ago
Stephen Frost 093129c9d9 Add support for restrictive RLS policies 9 years ago
Robert Haas 0e50af2453 Assorted documentation improvements for max_parallel_workers. 9 years ago
Robert Haas 2b959d4957 Reduce the default for max_worker_processes back to 8. 9 years ago
Heikki Linnakangas 7dd8eb39bd Fix creation of stand-alone INSTALL.html file. 9 years ago
Fujii Masao daac8e30eb Fix typo in docs. 9 years ago
Heikki Linnakangas fe0a0b5993 Replace PostmasterRandom() with a stronger source, second attempt. 9 years ago
Tom Lane b3427dade1 Delete deleteWhatDependsOn() in favor of more performDeletion() flag bits. 9 years ago
Robert Haas e63d414988 Clarify that pg_stat_activity.query has a length limit. 9 years ago
Robert Haas b460f5d669 Add max_parallel_workers GUC. 9 years ago
Michael Meskes a01a5013d9 Added missing "EXEC SQL" to statement. 9 years ago
Tom Lane 213c0f2d78 Doc: improve description of trim() and related functions. 9 years ago
Peter Eisentraut 81c52728f8 doc: Remove claim about large shared_buffers on Windows 9 years ago
Peter Eisentraut 2f0c7ff48b doc: Fix typo 9 years ago
Tom Lane 11da83a0e7 Add uuid to the set of types supported by contrib/btree_gist. 9 years ago
Robert Haas 721f7bd3cb libpq: Add target_session_attrs parameter. 9 years ago
Stephen Frost 4fafa579b0 Add --no-blobs option to pg_dump 9 years ago
Stephen Frost b57c8333b5 Clarify pg_dump -b documentation 9 years ago
Stephen Frost 489a51af12 Correct psql documentation example 9 years ago
Magnus Hagander c6dbc7b651 Mention server start requirement for ssl parameters 9 years ago
Tom Lane dbdfd114f3 Bring some clarity to the defaults for the xxx_flush_after parameters. 9 years ago
Tom Lane e1320266ed Doc: improve documentation about composite-value usage. 9 years ago
Robert Haas 9a1d0af4ad Code review for commit 274bb2b385. 9 years ago
Tom Lane 906bfcad7b Improve handling of "UPDATE ... SET (column_list) = row_constructor". 9 years ago
Tom Lane 1c7861e81b Doc: add a section in Part II concerning RETURNING. 9 years ago
Peter Eisentraut 67dc4ccbb2 Add pg_sequences view 9 years ago
Peter Eisentraut 380895f2de doc: Further XSLT HTML build performance optimization 9 years ago
Peter Eisentraut e36ddab117 Build HTML documentation using XSLT stylesheets by default 9 years ago
Andres Freund ffa8c3d852 Provide NO_INSTALLCHECK option for pgxs. 9 years ago
Alvaro Herrera 8ce4f597ab Fix duplication in ALTER MATERIALIZE VIEW synopsis 9 years ago
Tom Lane d5d8a0b7e5 Doc: remove obsolete example. 9 years ago
Tom Lane 1c14755776 Doc: fix data types of FuncCallContext's call_cntr and max_calls fields. 9 years ago
Tom Lane 279c439c7f Support "COPY view FROM" for views with INSTEAD OF INSERT triggers. 9 years ago
Tom Lane 0b1b5033ac Doc: improve link. 9 years ago