Commit Graph

45303 Commits (94019c879a138454af723fa8bfc346d4a44ecd47)
 

Author SHA1 Message Date
Andres Freund 42121790ca Change pqformat.h's integer handling functions to take unsigned integers. 7 years ago
Andres Freund 986070872f Remove duplicated return statement from llvmjit code. 7 years ago
Peter Eisentraut 0fcf5e0e6e Fix whitespace 7 years ago
Peter Eisentraut ae5ed75ed4 doc: Improve wording and fix whitespace 7 years ago
Peter Eisentraut c9d6a45724 doc: Document some nuances of logical replication of TRUNCATE 7 years ago
Amit Kapila 8121ab88e7 Cosmetic improvements for faster column addition. 7 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 7 years ago
Alexander Korotkov 4d54543efa Fix upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Bruce Momjian a89357e2f7 |--- gitweb/email subject limit -----------------|-------------| 7 years ago
Peter Geoghegan aefb0a382c Correct a comment on logtape.c's leader tape. 7 years ago
Peter Geoghegan cdc2693a11 Remove obsolete comment block in nbtsort.c. 7 years ago
Alvaro Herrera 040da42367 Enable failure to rename a partitioned index 7 years ago
Fujii Masao bbbbc2f8f3 Fix documentation bug related to backup history file. 7 years ago
Alvaro Herrera 7d872c91a3 Allow direct lookups of AppendRelInfo by child relid 7 years ago
Alexander Korotkov 6ca33a885b Increase upper limit for vacuum_cleanup_index_scale_factor 7 years ago
Peter Eisentraut c9301deb9b Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL 7 years ago
Thomas Munro a40cff8956 Move RecoveryLockList into a hash table. 7 years ago
Michael Paquier c672d709b0 Fix description and documentation related to pg_restore --no-comments 7 years ago
Michael Paquier d08c3d5197 Correct handling of fsync failures with tar mode of walmethods.c 7 years ago
Alvaro Herrera 322548a8ab Update obsolete comments 7 years ago
Alvaro Herrera 1d4e5edc1d Stamp 11beta2. 7 years ago
Peter Eisentraut 299addd592 Translation updates 7 years ago
Michael Paquier 6cb3372411 Address set of issues with errno handling 7 years ago
Bruce Momjian 370e68ae1c doc: adjust order of NUMERIC arguments to match syntax 7 years ago
Bruce Momjian b6e94b820a doc: show how interval's 3 unit buckets behave using EXTRACT() 7 years ago
Bruce Momjian 2d502b8128 doc: update PG 11 release notes, mostly typo fixes 7 years ago
Bruce Momjian 21c1f0c607 doc: mention use of cross platform logical replication 7 years ago
Andrew Dunstan 123efbccea Mark binary_upgrade_set_missing_value as parallel_unsafe 7 years ago
Alvaro Herrera 475be5e790 When index recurses to a partition, map columns numbers 7 years ago
Robert Haas c6f28af5d7 Avoid generating bogus paths with partitionwise aggregate. 7 years ago
Andrew Dunstan 2448adf29c Allow for pg_upgrade of attributes with missing values 7 years ago
Alexander Korotkov 9a994e37e0 Fixes for vacuum_cleanup_index_scale_factor GUC option 7 years ago
Michael Paquier 0aa5e65ab4 Fix typo in comment of commit_ts.c for incorrect reference to CLOG 7 years ago
Amit Kapila 98d476a965 Improve coding pattern in Parallel Append code. 7 years ago
Alvaro Herrera c7048977a7 Disclaim support for default namespace in XMLTABLE 7 years ago
Tom Lane ec4719cd15 Fix partial aggregation for variance(int4) and related aggregates. 7 years ago
Alvaro Herrera e474c2b7e4 Set correct context for XPath evaluation 7 years ago
Tom Lane 425b4c082c Improve requirements documentation for ldap test suite. 7 years ago
Tom Lane 07e5a21352 Fix mishandling of sortgroupref labels while splitting SRF targetlists. 7 years ago
Alexander Korotkov bee6a683a5 Improve wording of release notes item 7 years ago
Alvaro Herrera 9cd929d360 Update expected XML output with disabled XML 7 years ago
Alvaro Herrera b7f0be9a7e Accept TEXT and CDATA nodes in XMLTABLE's column_expression. 7 years ago
Magnus Hagander 3adcad4558 Add missing include 7 years ago
Alvaro Herrera 8f97af60d1 Consistently use the term 'partitioned rel' in partprune comments 7 years ago
Magnus Hagander 74cfbc8efd Fix typo 7 years ago
Magnus Hagander d9443d9608 Fix a number of typos 7 years ago
Magnus Hagander 741ee9dc81 Support long option for --pgdata in pg_verify_checksums 7 years ago
Magnus Hagander d73300a286 Document the -D and $PGDATA switch/env for pg_verify_checksums 7 years ago
Magnus Hagander b92ef305c3 Move pg_verify_checksum docs to Server utils 7 years ago
Amit Kapila 403318b71f Don't consider parallel append for parallel unsafe paths. 7 years ago