Commit Graph

51349 Commits (197d33ccbe888fc84ae4e49bb241e88ea3c81f15)
 

Author SHA1 Message Date
Peter Eisentraut 197d33ccbe Fix some trailing whitespace in documentation files 5 years ago
Alvaro Herrera 43b55ec4bc
Fix uninitialized memory bug 5 years ago
Bruce Momjian 84f15ccd4c doc: mention <link> can be inside of <command>, but not <xref> 5 years ago
Andrew Dunstan 502dc6df8f Make PostgresVersion code a bit more robust and simple. 5 years ago
Alvaro Herrera 8aba932251
Fix relcache inconsistency hazard in partition detach 5 years ago
Tom Lane 82b13dbc4d Doc: document the tie-breaking behavior of the round() function. 5 years ago
Andrew Dunstan 4c4eaf3d19 Make PostgresNode version aware 5 years ago
Michael Paquier f3b141c482 Fix relation leak for subscribers firing triggers in logical replication 5 years ago
Michael Paquier 1599e7b375 doc: Move parallel_leader_participation to its correct category 5 years ago
Alvaro Herrera 7c298c6573
Add comment about extract_autovac_opts not holding lock 5 years ago
Alvaro Herrera 7b357cc6ae
Don't add a redundant constraint when detaching a partition 5 years ago
Andrew Dunstan e014d25dea fix silly perl error in commit d064afc720 5 years ago
Peter Eisentraut 26ac261ee4 Update config.guess and config.sub 5 years ago
Andrew Dunstan d064afc720 Only ever test for non-127.0.0.1 addresses on Windows in PostgresNode 5 years ago
Peter Eisentraut d84ffffe58 Add DISTINCT to information schema usage views 5 years ago
Peter Eisentraut 39d0928a0e Use correct format placeholder for timeline IDs 5 years ago
Peter Eisentraut 544b28088f doc: Improve hyphenation consistency 5 years ago
Peter Eisentraut 3286065651 Don't use INT64_FORMAT inside message strings 5 years ago
Peter Eisentraut f0ec598b43 Fix typo 5 years ago
Michael Paquier 64087eb5de doc: List compute_query_id in required config for pg_stat_statements 5 years ago
Michael Paquier 22b2dec31b Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql 5 years ago
Tom Lane 783be78ca9 Improve WAL record descriptions for SP-GiST records. 5 years ago
Tom Lane 9e41148229 Fix under-parenthesized XLogRecHasBlockRef() macro. 5 years ago
Bruce Momjian db01f797dd Fix interaction of log_line_prefix's query_id and log_statement 5 years ago
Bruce Momjian 9660834dd8 adjust query id feature to use pg_stat_activity.query_id 5 years ago
Tom Lane 7645376774 Rename find_em_expr_usable_for_sorting_rel. 5 years ago
Tom Lane 3753982441 Fix planner failure in some cases of sorting by an aggregate. 5 years ago
Andrew Dunstan 95c3a1956e Avoid unfortunate IPC::Run path caching in PostgresNode 5 years ago
Magnus Hagander 8b4b5669cd Fix typo in comment 5 years ago
Peter Geoghegan 7136bf34f2 Document LP_DEAD accounting issues in VACUUM. 5 years ago
Peter Eisentraut 640b91c3ed Use correct format placeholder for pids 5 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 5 years ago
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Michael Paquier c731f9187b Replace magic constants for seek() calls in perl scripts 5 years ago
Thomas Munro 8e861eaae8 Explain postmaster's treatment of SIGURG. 5 years ago
Peter Eisentraut 4ed7f0599a Add missing source files to nls.mk 5 years ago
Peter Eisentraut f7c09706c1 doc: Fix up spacing around verbatim DocBook elements 5 years ago
Peter Eisentraut f59b58e2a1 Use correct format placeholder for block numbers 5 years ago
Tom Lane f24b156997 Rethink extraction of collation dependencies. 5 years ago
Tom Lane 8a2df442b6 Update dummy prosrc values. 5 years ago
Tom Lane 767982e362 Convert built-in SQL-language functions to SQL-standard-body style. 5 years ago
Tom Lane e809493725 Split function definitions out of system_views.sql into a new file. 5 years ago
Andrew Dunstan 3c5b0685b9 Allow TestLib::slurp_file to skip contents, and use as needed 5 years ago
Tom Lane ef387bed87 Fix bogus collation-version-recording logic. 5 years ago
Tom Lane f90c708a04 Fix wrong units in two ExplainPropertyFloat calls. 5 years ago
Peter Eisentraut 029c5ac03d psql: Refine lexing of BEGIN...END blocks in CREATE FUNCTION statements 5 years ago
Peter Eisentraut 25593d7d33 psql: Small fixes for better translatability 5 years ago
Michael Paquier 254a2164e5 doc: Fix typo in example query of SQL/JSON 5 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Thomas Munro 1bf946bd43 Doc: Document known problem with Windows collation versions. 5 years ago