Commit Graph

12901 Commits (f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63)

Author SHA1 Message Date
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
Robert Haas 41124a91e6 pgbench: Allow the transaction log file prefix to be changed. 9 years ago
Peter Eisentraut 3887ba6dbb doc: Improve whitespace use in XSL 9 years ago
Tom Lane 1833f1a1c3 Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. 9 years ago
Tom Lane 9257f07872 Replace uses of SPI_modifytuple that intend to allocate in current context. 9 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 9 years ago
Magnus Hagander 36ac6d0e79 Fix typo 9 years ago
Tom Lane 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 9 years ago
Tom Lane 26abb50c49 Support PL/Tcl functions that return composite types and/or sets. 9 years ago
Tom Lane fd2664dcb7 Rationalize and document pltcl's handling of magic ".tupno" array element. 9 years ago
Peter Eisentraut d49cc588ca doc: Don't reformat .fo files before processing by fop 9 years ago
Peter Eisentraut 6feb69f6ce doc: Port page header customizations to XSLT 9 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 9 years ago