Commit Graph

12654 Commits (40fc4575205dc563b88da1db9a8a75cc4d3b848a)

Author SHA1 Message Date
Robert Haas e0e7b8fa22 Remove parallel-safety check from GetExistingLocalJoinPath. 10 years ago
Tom Lane 6819514fca Add num_nulls() and num_nonnulls() to count NULL arguments. 10 years ago
Robert Haas a104a017fc Add some additional core functions to support join pushdown for FDWs. 10 years ago
Robert Haas c1772ad922 Change the way that LWLocks for extensions are allocated. 10 years ago
Tom Lane 5ef244a282 Simplify syntax diagram for REINDEX. 10 years ago
Robert Haas b47b4dbf68 Extend sortsupport for text to more opclasses. 10 years ago
Tom Lane 24a26c9f54 Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation. 10 years ago
Robert Haas 69d34408e5 Allow parallel custom and foreign scans. 10 years ago
Peter Eisentraut 25e44518c1 doc: Fix stand-alone INSTALL file build 10 years ago
Robert Haas f2305d40ec Remove CustomPath's TextOutCustomPath method. 10 years ago
Robert Haas dc203dc3ac postgres_fdw: Allow fetch_size to be set per-table or per-server. 10 years ago
Peter Eisentraut 7d17e683fc Add support for systemd service notifications 10 years ago
Alvaro Herrera 1d0c3b3f8a pgbench: allow per-script statistics 10 years ago
Andrew Dunstan 7dc09c1384 Fix error in documentated use of mingw-w64 compilers 10 years ago
Fujii Masao c35c4ec454 Fix syntax descriptions for replication commands in logicaldecoding.sgml 10 years ago
Robert Haas 80db1ca2d7 Add [NO]BYPASSRLS options to CREATE USER and ALTER USER docs. 10 years ago
Alvaro Herrera e37483857d Fix spi_worker mention in bgworker documentation 10 years ago
Fujii Masao 62e2ddd4ca Fix typos in comments and doc 10 years ago
Fujii Masao 7f46eaf035 Add gin_clean_pending_list function to clean up GIN pending list 10 years ago
Alvaro Herrera 8bea3d2219 pgbench: improve multi-script support 10 years ago
Tom Lane e1bd684a34 Add trigonometric functions that work in degrees. 10 years ago
Tom Lane 80aa219146 Improve levenshtein() docs. 10 years ago
Tom Lane 647d87c56a Make extract() do something more reasonable with infinite datetimes. 10 years ago
Robert Haas a7de3dc5c3 Support multi-stage aggregation. 10 years ago
Tom Lane dbe2328959 Fix assorted inconsistencies in GIN opclass support function declarations. 10 years ago
Tom Lane 9ff60273e3 Fix assorted inconsistencies in GiST opclass support function declarations. 10 years ago
Tatsuo Ishii 85f22281a1 Fix typo. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Simon Riggs e63bb4549a Add new user fn pg_current_xlog_flush_location() 10 years ago
Peter Eisentraut c618e1b506 doc: Fix typo in logical decoding documentation 10 years ago
Alvaro Herrera b1a9bad9e7 pgstat: add WAL receiver status view & SRF 10 years ago
Tatsuo Ishii 65681d08b4 Fix typo in create_transform.sgml. 10 years ago
Alvaro Herrera abb1733922 Add scale(numeric) 10 years ago
Tom Lane ea0d494dae Make the to_reg*() functions accept text not cstring. 10 years ago
Tom Lane 83be1844ac Add to_regnamespace() and to_regrole() to the documentation. 10 years ago
Tom Lane 7debf36072 Docs: provide a concrete discussion and example for RLS race conditions. 10 years ago
Tom Lane 5d35438273 Adjust behavior of row_security GUC to match the docs. 10 years ago
Tom Lane c1611db01f Do some copy-editing on the docs for row-level security. 10 years ago
Tom Lane c6aeba353a Do some copy-editing on the docs for replication origins. 10 years ago
Tom Lane 027989197a Do a final round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane df35af2ca7 Adjust back-branch release note description of commits a2a718b22 et al. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut 253de19b84 doc: Remove redundant duplicate URLs from ulink elements 10 years ago
Peter Eisentraut 805ac78aab doc: Add index entries and better documentation link for Linux OOM 10 years ago
Tom Lane e5e5267a91 Minor hacking on contrib/cube documentation. 10 years ago
Tom Lane 81ee726d87 Code and docs review for cube kNN support. 10 years ago
Alvaro Herrera ac443d1034 Document brin_summarize_new_pages 10 years ago
Tom Lane 54aaafe95f Document the exponentiation operator as associating left to right. 10 years ago
Alvaro Herrera 151c4ffe41 doc: pg_committs -> pg_commit_ts 10 years ago
Tom Lane 731dfc7d5f Update documentation about pseudo-types. 10 years ago