Commit Graph

53831 Commits (662dbe2c8657b01b436105754dff918a39a67365)
 

Author SHA1 Message Date
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
Michael Paquier eaa5ebe046 Improve and fix some issues in the TAP tests of pg_upgrade 4 years ago
Tom Lane 5e5fa32335 Remove portability hazard in unsafe_tests/sql/guc_privs.sql. 4 years ago
Alvaro Herrera 6029861916
Fix DDL deparse of CREATE OPERATOR CLASS 4 years ago
Michael Paquier b39838889e Add pg_version() to PostgreSQL::Test::Cluster 4 years ago
Alvaro Herrera a5084a10fe
doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY 4 years ago
Peter Eisentraut 25f915b31e pg_waldump: Improve option parsing error messages 4 years ago
Tom Lane 1d8ef62f6e Doc: clarify location of libpq's default service file on Windows. 4 years ago
Alvaro Herrera 8d061acd12
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS 4 years ago
Andrew Dunstan a1e7616d6e Rework SQL/JSON documentation 4 years ago
Peter Eisentraut 648aa6734f doc: Properly punctuate "etc." 4 years ago
David Rowley c4a4e760f6 Fix incorrect comments for Memoize struct 4 years ago