Commit Graph

16094 Commits (7c34555f8c39eeefcc45b3c3f027d7a063d738fc)

Author SHA1 Message Date
Andrew Dunstan a45388d6e0 Add xheader_width pset option to psql 3 years ago
Tom Lane 6955bba0ed Doc: improve documentation about random(). 3 years ago
Tom Lane 8efefa7487 Increase minimum supported GNU make version to 3.81. 3 years ago
Alvaro Herrera 83011ce7d7
Rework grammar for REINDEX 3 years ago
Bruce Momjian a4f09ef229 doc: use wording "restore" instead of "reload" of dumps 3 years ago
Dean Rasheed 624aa2a13b Make the name optional in CREATE STATISTICS. 3 years ago
Bruce Momjian fa6c230ef2 doc: clarify that auth. names are lower case and case-sensitive 3 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Fujii Masao f2d0c7f18b docs: Improve pg_settings_get_flags docs. 3 years ago
Alexander Korotkov f77ff08335 Document the ability to specify TableAM for pgbench 3 years ago
Dean Rasheed bcedd8f5fc Make subquery aliases optional in the FROM clause. 3 years ago
Thomas Munro 9430fb407b Add wal_sync_method=fdatasync for Windows. 3 years ago
Michael Paquier 2cbc3c17a5 Rework logic and simplify syntax of REINDEX DATABASE/SYSTEM 3 years ago
Bruce Momjian 582c3e9e8b docs: make monitoring "phases" table titles consistent 3 years ago
Bruce Momjian 5fe2d4c56e doc: clarify how dropping of extensions affects dependent objs. 3 years ago
Bruce Momjian 47ae6948f0 pg_upgrade doc: mention that replication slots must be recreated 3 years ago
Bruce Momjian 76fa4bf321 doc: add documentation about ecpg Oracle-compatibility mode 3 years ago
Bruce Momjian 64d364bb39 doc: move system views section to its own chapter 3 years ago
Bruce Momjian ec1fe23afa doc: clarify the behavior of identically-named savepoints 3 years ago
Bruce Momjian 4f63f6aae0 doc: clarify that "excluded" ON CONFLICT is a single row 3 years ago
Bruce Momjian 6959e971b3 doc: mention that INSERT can block because of unique indexes 3 years ago
Bruce Momjian 3e071b2cf5 doc: mention the pg_locks lock names in parentheses 3 years ago
Thomas Munro 7bae3bbf62 Create a distinct wait event for POSIX DSM allocation. 3 years ago
John Naylor 82785effc0 Correct some uses of e.g. and i.e. in message strings and documentation 3 years ago
Michael Paquier 6203583b72 Remove support for Visual Studio 2013 3 years ago
Peter Eisentraut 784cedda06 Allow specifying STORAGE attribute for a new table 3 years ago
Peter Eisentraut 88dad06b47 NLS: Put list of available languages into LINGUAS files 3 years ago
Michael Paquier 08951a7c93 createuser: Add support for more clause types through new options 3 years ago
Tom Lane 83f1c7b742 Fix ECPG's handling of type names that match SQL keywords. 3 years ago
Fujii Masao 3b00a944a9 Support TRUNCATE triggers on foreign tables. 3 years ago
Thomas Munro 14168d3c62 Doc: Acknowledge historically supported CPUs and OSes. 3 years ago
Thomas Munro 718aa43a4e Further tidy-up for old CPU architectures. 3 years ago
Michael Paquier 1cd1821630 doc: Fix inconsistent quotes in some jsonb fields 3 years ago
Thomas Munro 92d70b77eb Tidy up claimed supported CPUs and OSes. 3 years ago
Bruce Momjian 2373fe78df doc: add examples for array_length() and jsonb_array_length() 3 years ago
Bruce Momjian aa31b29375 doc: add pg_prewarm example 3 years ago
Thomas Munro 0ad5b48e58 Remove HP/Intel Itanium support. 3 years ago
Thomas Munro 9db300ce6e Remove HP-UX port. 3 years ago
Michael Paquier 495ed0ef2d Make Windows 10 the minimal runtime requirement for WIN32 3 years ago
Michael Paquier d4bfe41281 autho_explain: Add GUC to log query parameters 3 years ago
Robert Haas b9eb0ff09e Rename pg_checkpointer predefined role to pg_checkpoint. 3 years ago
Alvaro Herrera 5001b44b11
BRIN: improve documentation on summarization 3 years ago
Peter Eisentraut 6ffff0fd22 Fix pg_prepared_statements.result_types for DML statements 3 years ago
Peter Eisentraut 84ad713cf8 Add result_types column to pg_prepared_statements view 3 years ago
Michael Paquier 55f4802785 Prevent write operations on large objects in read-only transactions 3 years ago
Peter Eisentraut ec40f34224 Change timeline field of IDENTIFY_SYSTEM to int8 3 years ago
Tom Lane b762bbde30 Allow makeaclitem() to accept multiple privilege names. 3 years ago
Peter Eisentraut 5faef9d582 Remove redundant null pointer checks before PQclear and PQconninfoFree 3 years ago
Thomas Munro 94ebf8117c Default to dynamic_shared_memory_type=sysv on Solaris. 3 years ago
Fujii Masao 7c2d6f8d34 doc: Add index entry for MERGE SQL command. 3 years ago