Commit Graph

45051 Commits (a0b37684ba1c7ce6380db6ff6817cf9f3a85b94c)
 

Author SHA1 Message Date
Heikki Linnakangas a0b37684ba Fix typo in comment. 7 years ago
Tom Lane 586e4e6df5 Stamp 11beta1. 7 years ago
Peter Eisentraut 4f72ca14de Update SQL features list 7 years ago
Peter Eisentraut ca797f5c04 doc: Use = after long options in documentation 7 years ago
Peter Eisentraut f037de6aeb doc: Fix some trailing whitespace 7 years ago
Peter Eisentraut 477d243b0f doc: Whitespace fixes in man pages 7 years ago
Tom Lane 4aad161c9a Doc: preliminary list of PG11 major features. 7 years ago
Peter Eisentraut 917a68f010 Translation updates 7 years ago
Andrew Gierth 1da162e1f5 Fix SQL:2008 FETCH FIRST syntax to allow parameters. 7 years ago
Peter Eisentraut 806d08c048 Update key words table for version 11 7 years ago
Peter Eisentraut 17485552ec doc: Fix some whitespace issues 7 years ago
Tom Lane f755a152d4 Improve spelling of new FINALFUNC_MODIFY aggregate attribute. 7 years ago
Tom Lane 3f5e3a9844 Doc: fix bogus cross-reference link. 7 years ago
Peter Eisentraut 3ce7f72529 pg_basebackup: Remove short option -k 7 years ago
Tom Lane 81256cd05f Fix unsafe usage of strerror(errno) within ereport(). 7 years ago
Tom Lane a13b47a59f Fix unportable usage of printf("%m"). 7 years ago
Tom Lane c6e846446d printf("%lf") is not portable, so omit the "l". 7 years ago
Tom Lane e7a808f947 Assorted minor cleanups for bootstrap-data Perl scripts. 7 years ago
Tom Lane 06f66cff9e Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull. 7 years ago
Tom Lane a6228128fc Arrange to supply declarations for strtoll/strtoull if needed. 7 years ago
Stephen Frost e2b83ff556 Fix for globals.c- c.h must come first 7 years ago
Tom Lane 5e79405d82 Hot-fix ecpg regression test for missing ecpg_config.h inclusion. 7 years ago
Robert Haas b949bbcb7e Further adjust comment in get_partition_dispatch_recurse. 7 years ago
Tom Lane dbccdd375b Add some test coverage for ecpg's "long long" support. 7 years ago
Tom Lane f586f86389 Recognize that MSVC can support strtoll() and strtoull(). 7 years ago
Tom Lane 7d5b403b8d Small improvement for plpgsql regression test. 7 years ago
Magnus Hagander cfb758b6d9 Fix error message on short read of pg_control 7 years ago
Tom Lane a194106c1b MSVC builds must use a separate stamp file for copying generated headers. 7 years ago
Andrew Dunstan 3dacd9bf32 Prevent possibly spurious error when running perl -cw 7 years ago
Peter Eisentraut 9effb63e0d Message wording and pluralization improvements 7 years ago
Peter Eisentraut 6b30d1386f Fix whitespace 7 years ago
Andrew Gierth 93f6c6328d doc: fix description of backward_scan 7 years ago
Bruce Momjian 91ff29f036 doc: fix PG 11 attribution 7 years ago
Tom Lane d1fc750b51 Make numeric power() handle NaNs according to the modern POSIX spec. 7 years ago
Bruce Momjian b2b82228ee doc: PG 11 release notes adjustments 7 years ago
Tom Lane 2efc924180 Detoast plpgsql variables if they might live across a transaction boundary. 7 years ago
Tom Lane a11b3bd37f Fix misprocessing of equivalence classes involving record_eq(). 7 years ago
Robert Haas 7fc7dac1a7 Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify. 7 years ago
Robert Haas 09b12d52db Improve comment in get_partition_dispatch_recurse. 7 years ago
Bruce Momjian 6bd1b4c31b docs: add space in PG 11 release notes, huge/large 7 years ago
Bruce Momjian 7a4a375423 docs: PG 11 rel notes, 'ps' display/background worker item 7 years ago
Bruce Momjian 3b07f6dadb doc: adjust Extended Query PG 11 release note item 7 years ago
Bruce Momjian 3122e32091 docs: update PG 11 release notes based on feedback 7 years ago
Tom Lane 05ca21b878 Fix type checking for support functions of parallel VARIADIC aggregates. 7 years ago
Bruce Momjian 185f4f84d5 doc: clarify SCRAM channel binding 7 years ago
Bruce Momjian cf9c75ccea doc: update PG 11 release notes with suggested changes 7 years ago
Alvaro Herrera 4eaa537275 Don't allow partitioned index on foreign-table partitions 7 years ago
Magnus Hagander fc2a41e23e Fix file paths in comments 7 years ago
Alvaro Herrera 93316299d6 psql: have \d show FKs on partitioned tables 7 years ago
Tom Lane 60e2d9ab14 Doc: fix minor release-note typo. 7 years ago