Commit Graph

53792 Commits (15b6d2155375dee2fcba072fffa03c1c8b44656c)
 

Author SHA1 Message Date
Michael Paquier 15b6d21553 Force run of pg_upgrade in the build directory in its TAP test 4 years ago
Tom Lane 1fbe94084f Improve psql \?'s description of large-object-related commands. 4 years ago
Tom Lane 4ecacc3c8c Doc: improve example for intarray's uniq() function. 4 years ago
Tom Lane 94c7db4f1d Doc: fix incorrect bit-reversal in example of macaddr formatting. 4 years ago
Michael Paquier 2cc96f2339 Run tests of libpq on installcheck-world, checkprep and check-world 4 years ago
Etsuro Fujita 642e9165fd Doc: Further fix CREATE FOREIGN TABLE synopsis. 4 years ago
Amit Kapila fd0b9dcebd Prohibit combining publications with different column lists. 4 years ago
Michael Paquier 99f6f19799 Add missing test names in TAP tests of pg_upgrade 4 years ago
Tom Lane dd1c8dd101 Silence compiler warnings from some older compilers. 4 years ago
Tom Lane eb39610f82 Fix pl/perl test case so it will still work under Perl 5.36. 4 years ago
Tom Lane 1d0de97ba1 Doc: fix a couple of erroneous examples. 4 years ago
David Rowley bbb6489042 Doc: mention limitation of the number of resultset columns 4 years ago
Magnus Hagander e1ed1a7aa5 Recommend scram-sha-256 instead of md5 authentication in docs 4 years ago
Alvaro Herrera e28bb88519
Revert changes to CONCURRENTLY that "sped up" Xmin advance 4 years ago
Tom Lane 16c80e7d0c Ensure ParseTzFile() closes the input file after failing. 4 years ago
Tom Lane c03b7f5260 Doc: fix mention of psql's minimum supported server version. 4 years ago
Tom Lane 492046fa9e Doc: fix mention of pg_dump's minimum supported server version. 4 years ago
Robert Haas f5bfba5413 shm_mq_sendv: Fix flushing bug when receiver not yet attached. 4 years ago
Amit Kapila 0a050ee000 Fix typo in hash README. 4 years ago
Michael Paquier 0efa51357e Remove useless tests for TRUNCATE on foreign tables 4 years ago
Thomas Munro 12e28aac8e Add debugging help in OwnLatch(). 4 years ago
Tom Lane 5f0adec253 Make STRING an unreserved_keyword. 4 years ago
Peter Eisentraut a8cca6026e logging: Also add the command prefix to detail and hint messages 4 years ago
Michael Paquier b3fb16e8bb doc: Reword description of roles able to view track_activities's info 4 years ago
Heikki Linnakangas fc36ac52eb Fix COPY FROM when database encoding is SQL_ASCII. 4 years ago
Tom Lane f6b6a8fb94 Doc: fix missing/bogus documentation of range_intersect_agg(). 4 years ago
Thomas Munro cfce3be818 Doc: Document pg_stat_recovery_prefetch.stats_reset. 4 years ago
Andres Freund 0107855b14 Align stats_fetch_consistency definition with guc.c default. 4 years ago
Michael Paquier b4529005fd Revert "Add single-item cache when looking at topmost XID of a subtrans XID" 4 years ago
Michael Paquier f1431f3bff Handle NULL for short descriptions of custom GUC variables 4 years ago
David Rowley 3e9abd2eb1 Teach remove_unused_subquery_outputs about window run conditions 4 years ago
Tom Lane 2b65de7fc2 Remove misguided SSL key file ownership check in libpq. 4 years ago
Robert Haas ce21a36cf8 In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. 4 years ago
Tom Lane 6217053f4e Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions. 4 years ago
Bruce Momjian de89d8711e relnotes: update ordered partition scan item 4 years ago
Michael Paquier 0dc379de64 Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql 4 years ago
Andres Freund 98f897339b Fix stats_fetch_consistency default value indicated in postgresql.conf.sample. 4 years ago
Bruce Momjian 335e444f22 relnotes: add Heikki to UTF8 item 4 years ago
Michael Paquier c9dfe2e83a Remove duplicated words in comments of pgstat.c and pgstat_internal.h 4 years ago
Peter Eisentraut d45e824b67 doc: Improve COPY synopsis 4 years ago
Peter Eisentraut da1c0acd0a pg_upgrade: Tweak translatable strings 4 years ago
Peter Eisentraut 09ed73f1a4 doc: Add documentation for pg_database.datlocprovider column 4 years ago
Peter Eisentraut 9520f8d92a psql: Update \timing also in case of an error 4 years ago
John Naylor 6e647ef0e7 Remove debug messages from tuplesort_sort_memtuples() 4 years ago
Andres Freund 7fdbdf2049 pgstat: fix stats.spec instability on slow machines. 4 years ago
Tom Lane c7461fc255 Show 'AS "?column?"' explicitly when it's important. 4 years ago
Tom Lane e19272ef60 Remove unused-and-misspelled function extern declaration. 4 years ago
Tom Lane a916cb9d5a Avoid overflow hazard when clamping group counts to "long int". 4 years ago
Michael Paquier ac1ae477f8 doc: Mention pg_read_all_stats in description of track_activities 4 years ago
Michael Paquier d1436555f5 doc: Fix description of the JIT time fields in pg_stat_statements 4 years ago