Commit Graph

12604 Commits (8126eaee2fed7cbc4e9fd6ba8713977ccacd77fe)

Author SHA1 Message Date
Teodor Sigaev f1e3c76066 Fix tsearch docs 10 years ago
Robert Haas 77cd477c4b Enable parallel query by default. 10 years ago
Peter Eisentraut 96687497b6 doc: Fix typo 10 years ago
Andres Freund 8f91d87d43 Fix documentation & config inconsistencies around 428b1d6b2. 10 years ago
Peter Eisentraut b87b2f4bda doc: Fix typos 10 years ago
Magnus Hagander cfb863f20a Update backup documentation for new APIs 10 years ago
Fujii Masao 8ce8307bd4 Fix typo in docs. 10 years ago
Peter Eisentraut d460c7cc0f doc: Document that sequences can also be extension configuration tables 10 years ago
Peter Eisentraut 5fdda1ceab doc: Change some "user" to "role" for consistency in the section 10 years ago
Peter Eisentraut efb25e56d8 doc: Markup improvement 10 years ago
Peter Eisentraut d2de44c2ce doc: Add missing parentheses 10 years ago
Tom Lane 6f0d6a5078 Rethink \crosstabview's argument parsing logic. 10 years ago
Tom Lane fda21aa05b Docs: clarify description of LIMIT/OFFSET behavior. 10 years ago
Fujii Masao c8cb745323 Fix duplicated index entry in doc. 10 years ago
Tom Lane 85e0047077 Improve documentation for \crosstabview. 10 years ago
Tom Lane 5713f03973 Improve API of GenericXLogRegister(). 10 years ago
Fujii Masao cfe96ae24c Fix documented return type of pg_logical_emit_message() in func.sgml. 10 years ago
Tom Lane 08e785436f Get rid of GenericXLogUnregister(). 10 years ago
Alvaro Herrera 1ff3f420d4 Move \crosstabview regression tests to a separate file 10 years ago
Alvaro Herrera c09b18f21c Support \crosstabview in psql 10 years ago
Stephen Frost 7a542700df Create default roles 10 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Teodor Sigaev 8b99edefca Revert CREATE INDEX ... INCLUDING ... 10 years ago
Magnus Hagander 35e2e357cb Add authentication parameters compat_realm and upn_usename for SSPI 10 years ago
Tom Lane 34c33a1f00 Add BSD authentication method. 10 years ago
Robert Haas af025eed53 Add combine functions for various floating-point aggregates. 10 years ago
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...]) 10 years ago
Robert Haas 752b948dfc Document which aggregates support partial mode. 10 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 10 years ago
Robert Haas 25fe8b5f1a Add a 'parallel_degree' reloption. 10 years ago
Peter Eisentraut 2f1d2b7a75 Set PAM_RHOST item for PAM authentication 10 years ago
Robert Haas 0711803775 Use quicksort, not replacement selection, for external sorting. 10 years ago
Fujii Masao 8643b91ecf Fix a couple of places in doc that implied there was only one sync standby. 10 years ago
Kevin Grittner fcff8a5751 Detect SSI conflicts before reporting constraint violations 10 years ago
Teodor Sigaev bb140506df Phrase full text search. 10 years ago
Stephen Frost 1574783b4c Use GRANT system to manage access to sensitive functions 10 years ago
Stephen Frost 23f34fa4ba In pg_dump, include pg_catalog and extension ACLs, if changed 10 years ago
Stephen Frost 6c268df127 Add new catalog called pg_init_privs 10 years ago
Teodor Sigaev 0b62fd036e Add jsonb_insert 10 years ago
Simon Riggs 3fe3511d05 Generic Messages for Logical Decoding 10 years ago
Fujii Masao 989be0810d Support multiple synchronous standby servers. 10 years ago
Alvaro Herrera 2143f5e127 Fix broken ALTER INDEX documentation 10 years ago
Alvaro Herrera f2fcad27d5 Support ALTER THING .. DEPENDS ON EXTENSION 10 years ago
Robert Haas 41ea0c2376 Fix parallel-safety code for parallel aggregation. 10 years ago
Magnus Hagander 7117685461 Implement backup API functions for non-exclusive backups 10 years ago
Tom Lane 2bbe9112ae Add a \gexec command to psql for evaluation of computed queries. 10 years ago
Teodor Sigaev 9b27aebe71 fix typo 10 years ago
Tom Lane 3cc38ca7d2 Add psql \errverbose command to see last server error at full verbosity. 10 years ago
Tom Lane e3161b231c Add libpq support for recreating an error message with different verbosity. 10 years ago