Commit Graph

12884 Commits (b2cc748b09456ea24cdd00a7691ce33db9a1af45)

Author SHA1 Message Date
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
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 9 years ago
Peter Eisentraut 59fa9d2d9d pg_test_timing: Add NLS 9 years ago
Peter Eisentraut 97f16b8702 doc: Add index letter links to XSLT HTML build 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts. 9 years ago
Peter Eisentraut b5e3942f50 Add subsection headers in pageinspect documentation 9 years ago
Tatsuo Ishii 36d154ecb2 Fix typo in sources.sgml. 9 years ago
Tom Lane 9a00f03e47 Improve speed of aggregates that use array_append as transition function. 9 years ago
Peter Eisentraut a94b70356b doc: Small style improvements 9 years ago
Tom Lane 162477a63d Doc: improve documentation about inheritance. 9 years ago
Heikki Linnakangas 94aceed317 Support multi-dimensional arrays in PL/python. 9 years ago
Tom Lane 30a6f98ed8 Update release notes for last-minute commit timestamp fix. 9 years ago
Tom Lane 7d80417d3d Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. 9 years ago
Magnus Hagander 56c7d8d455 Allow pg_basebackup to stream transaction log in tar mode 9 years ago
Tom Lane 1885c88459 Improve documentation about use of Linux huge pages. 9 years ago
Tom Lane eacaf6e29f First-draft release notes for 9.6.1. 9 years ago
Tom Lane 7aa2c10ac6 Doc: wording tweak for PERL, PYTHON, TCLSH configuration variables. 9 years ago