Commit Graph

53818 Commits (a059e15cdeef3e8de9a34de48c49c29d398bf4e8)
 

Author SHA1 Message Date
Heikki Linnakangas fc36ac52eb Fix COPY FROM when database encoding is SQL_ASCII. 3 years ago
Tom Lane f6b6a8fb94 Doc: fix missing/bogus documentation of range_intersect_agg(). 3 years ago
Thomas Munro cfce3be818 Doc: Document pg_stat_recovery_prefetch.stats_reset. 3 years ago
Andres Freund 0107855b14 Align stats_fetch_consistency definition with guc.c default. 3 years ago
Michael Paquier b4529005fd Revert "Add single-item cache when looking at topmost XID of a subtrans XID" 3 years ago
Michael Paquier f1431f3bff Handle NULL for short descriptions of custom GUC variables 3 years ago
David Rowley 3e9abd2eb1 Teach remove_unused_subquery_outputs about window run conditions 3 years ago
Tom Lane 2b65de7fc2 Remove misguided SSL key file ownership check in libpq. 3 years ago
Robert Haas ce21a36cf8 In CREATE FOREIGN TABLE syntax synopsis, fix partitioning stuff. 3 years ago
Tom Lane 6217053f4e Avoid ERRCODE_INTERNAL_ERROR in oracle_compat.c functions. 3 years ago
Bruce Momjian de89d8711e relnotes: update ordered partition scan item 3 years ago
Michael Paquier 0dc379de64 Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql 3 years ago
Andres Freund 98f897339b Fix stats_fetch_consistency default value indicated in postgresql.conf.sample. 3 years ago
Bruce Momjian 335e444f22 relnotes: add Heikki to UTF8 item 3 years ago
Michael Paquier c9dfe2e83a Remove duplicated words in comments of pgstat.c and pgstat_internal.h 3 years ago
Peter Eisentraut d45e824b67 doc: Improve COPY synopsis 3 years ago
Peter Eisentraut da1c0acd0a pg_upgrade: Tweak translatable strings 3 years ago
Peter Eisentraut 09ed73f1a4 doc: Add documentation for pg_database.datlocprovider column 3 years ago
Peter Eisentraut 9520f8d92a psql: Update \timing also in case of an error 3 years ago
John Naylor 6e647ef0e7 Remove debug messages from tuplesort_sort_memtuples() 3 years ago
Andres Freund 7fdbdf2049 pgstat: fix stats.spec instability on slow machines. 3 years ago
Tom Lane c7461fc255 Show 'AS "?column?"' explicitly when it's important. 3 years ago
Tom Lane e19272ef60 Remove unused-and-misspelled function extern declaration. 3 years ago
Tom Lane a916cb9d5a Avoid overflow hazard when clamping group counts to "long int". 3 years ago
Michael Paquier ac1ae477f8 doc: Mention pg_read_all_stats in description of track_activities 3 years ago
Michael Paquier d1436555f5 doc: Fix description of the JIT time fields in pg_stat_statements 3 years ago
Michael Paquier eaa5ebe046 Improve and fix some issues in the TAP tests of pg_upgrade 3 years ago
Tom Lane 5e5fa32335 Remove portability hazard in unsafe_tests/sql/guc_privs.sql. 3 years ago
Alvaro Herrera 6029861916
Fix DDL deparse of CREATE OPERATOR CLASS 3 years ago
Michael Paquier b39838889e Add pg_version() to PostgreSQL::Test::Cluster 3 years ago
Alvaro Herrera a5084a10fe
doc: Explain 'invalid' index state for CREATE INDEX CONCURRENTLY 3 years ago
Peter Eisentraut 25f915b31e pg_waldump: Improve option parsing error messages 3 years ago
Tom Lane 1d8ef62f6e Doc: clarify location of libpq's default service file on Windows. 3 years ago
Alvaro Herrera 8d061acd12
Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGS 3 years ago
Andrew Dunstan a1e7616d6e Rework SQL/JSON documentation 3 years ago
Peter Eisentraut 648aa6734f doc: Properly punctuate "etc." 3 years ago
David Rowley c4a4e760f6 Fix incorrect comments for Memoize struct 3 years ago
Amit Kapila 0ff20288e1 Extend pg_publication_tables to display column list and row filter. 3 years ago
Alvaro Herrera 62221ef187
Update xml_1.out and xml_2.out 3 years ago
Alvaro Herrera 12e423e21d
Fix EXPLAIN MERGE output when no tuples are processed 3 years ago
Alvaro Herrera 0fbf011200
Check column list length in XMLTABLE/JSON_TABLE alias 3 years ago
Alvaro Herrera 598ac10be1
Make EXPLAIN MERGE output format more compact 3 years ago
Peter Eisentraut 81e3c83d98 Fix markup in synopsis 3 years ago
Michael Paquier 27f1366050 pgbench: Restore compatibility of --partitions=0 3 years ago
Michael Paquier bbf7c2d9e9 Fix typo in walreceiver.c 3 years ago
Tom Lane 05a5a1775c Stamp 15beta1. 3 years ago
Bruce Momjian 4bfa420075 relnotes: improve updated UTF8 item wording 3 years ago
Bruce Momjian 9499c0fcf4 relnotes: improve UTF8 text item in relation to ASCII 3 years ago
Peter Eisentraut 6a8a7b1ccb Translation updates 3 years ago
Peter Eisentraut cd690e07fd pg_upgrade: Add missing gettext triggers 3 years ago