Commit Graph

13600 Commits (e5dede90971d2ddbb7bca72ffc329c043bf717db)

Author SHA1 Message Date
Bruce Momjian e5dede9097 doc: mention datadir locations are actually config locations 8 years ago
Peter Eisentraut 38d485fdaa Fix up references to scram-sha-256 8 years ago
Peter Eisentraut 1e1e599d66 doc: Clarify pg_upgrade documentation 8 years ago
Magnus Hagander ba8c2dfffd Add missing semicolons in documentation examples 8 years ago
Tom Lane fb8697b31a Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 8 years ago
Tom Lane 4971d2a322 Remove the obsolete WITH clause of CREATE FUNCTION. 8 years ago
Tom Lane 1368e92e16 Support --no-comments in pg_dump, pg_dumpall, pg_restore. 8 years ago
Tom Lane 0d4e6ed308 Clean up some aspects of pg_dump/pg_restore item-selection logic. 8 years ago
Peter Eisentraut 2a5ecb56d2 Update documentation to mention huge pages on other OSes 8 years ago
Bruce Momjian d6ab720360 doc: properly indent CREATE TRIGGER paragraph 8 years ago
Bruce Momjian 5b2a8cf96f doc: clarify use of RegisterDynamicBackgroundWorker 8 years ago
Bruce Momjian e0a0deca38 doc: mention psql -l uses the 'postgres' database by default 8 years ago
Tom Lane c9707d9413 Documentation fix: pg_ctl no longer makes connection attempts. 8 years ago
Bruce Momjian a541dbb6fa doc: simplify intermediate certificate mention in libpq docs 8 years ago
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Tom Lane b3f8401205 Move handling of database properties from pg_dumpall into pg_dump. 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Magnus Hagander b9ff79b8f1 Fix docs typo 8 years ago
Magnus Hagander 1cc4f536ef Support huge pages on Windows 8 years ago
Magnus Hagander 5c15a54e85 Fix wording of "hostaddrs" 8 years ago
Bruce Momjian 815f84aa16 doc: update intermediate certificate instructions 8 years ago
Robert Haas 2f17844104 Allow UPDATE to move rows between partitions. 8 years ago
Alvaro Herrera 8b08f7d482 Local partitioned indexes 8 years ago
Peter Eisentraut a063d842f8 doc: Expand documentation of session_replication_role 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Bruce Momjian 255f14183a docs: replace dblink() mention with foreign data mention 8 years ago
Bruce Momjian ca454b9bd3 doc: add JSON acronym 8 years ago
Teodor Sigaev f50c80dbb1 llow negative coordinate for ~> (cube, int) operator 8 years ago
Teodor Sigaev 563a053bdd Fix behavior of ~> (cube, int) operator 8 years ago
Tom Lane 3c1e9fd232 Fix sample INSTR() functions in the plpgsql documentation. 8 years ago
Andrew Dunstan 11b623dd0a Implement TZH and TZM timestamp format patterns 8 years ago
Teodor Sigaev bc7fa0c15c Improve scripting language in pgbench 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Peter Eisentraut 35c0754fad Allow ldaps when using ldap authentication 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Simon Riggs 2958a672b1 Extend near-wraparound hints to include replication slots 8 years ago
Robert Haas 7a727c180a Add pow(), aka power(), function to pgbench. 8 years ago
Teodor Sigaev ff963b393c Add polygon opclass for SP-GiST 8 years ago
Teodor Sigaev 854823fa33 Add optional compression method to SP-GiST 8 years ago
Andres Freund 1804284042 Add parallel-aware hash joins. 8 years ago
Peter Eisentraut 4bbf110d2f Add libpq connection parameter "scram_channel_binding" 8 years ago
Peter Eisentraut 53cba77b53 doc: Fix figures in example description 8 years ago
Teodor Sigaev 1fcd0adeb3 Add approximated Zipfian-distributed random generator to pgbench. 8 years ago
Peter Eisentraut 51cff91c90 doc: Flex is not a GNU package 8 years ago
Tom Lane 7404704a0c Fix broken markup. 8 years ago
Robert Haas ab72716778 Support Parallel Append plan nodes. 8 years ago
Peter Eisentraut 8097d189cc doc: Update memory requirements for FOP 8 years ago
Peter Eisentraut 28f8896af0 doc: Turn on generate.consistent.ids parameter 8 years ago
Robert Haas ab6eaee884 When VACUUM or ANALYZE skips a concurrently dropped table, log it. 8 years ago
Robert Haas 87c37e3291 Re-allow INSERT .. ON CONFLICT DO NOTHING on partitioned tables. 8 years ago