Commit Graph

21817 Commits (e6ccd1ce1644d1b40b7981f8bc172394de524f99)

Author SHA1 Message Date
Tom Lane 04942bffd0 Remove rewriteTargetListIU's expansion of view targetlists in UPDATE. 5 years ago
Amit Kapila f25a4584c6 Avoid sending prepare multiple times while decoding. 5 years ago
Amit Kapila 6d2e87a077 Fix typo in reorderbuffer.c. 5 years ago
Tom Lane 08a9869665 Update comments for rewriteTargetListIU(). 5 years ago
Michael Paquier 9b5558e7ad Fix come comments in execMain.c 5 years ago
Michael Paquier 4aba61b870 Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c 5 years ago
Peter Eisentraut 82c3cd9741 Factor out system call names from error messages 5 years ago
Peter Eisentraut 9486844f30 Use correct format placeholder for WSAGetLastError() 5 years ago
Alexander Korotkov 6bbcff096f Mark multirange_constructor0() and multirange_constructor2() strict 5 years ago
Fujii Masao 3f20d5f370 Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order. 5 years ago
Peter Eisentraut 7776a23a4b Fix incorrect format placeholder 5 years ago
Michael Paquier 45c0c5f70e Fix some comments in fmgr.c 5 years ago
Michael Paquier 62aa2bb293 Remove use of [U]INT64_FORMAT in some translatable strings 5 years ago
Etsuro Fujita bb684c82f7 Minor code cleanup in asynchronous execution support. 5 years ago
Tom Lane d479d00285 Don't crash on reference to an un-available system column. 5 years ago
Alvaro Herrera 43b55ec4bc
Fix uninitialized memory bug 5 years ago
Alvaro Herrera 8aba932251
Fix relcache inconsistency hazard in partition detach 5 years ago
Michael Paquier f3b141c482 Fix relation leak for subscribers firing triggers in logical replication 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
Peter Eisentraut d84ffffe58 Add DISTINCT to information schema usage views 5 years ago
Peter Eisentraut 544b28088f doc: Improve hyphenation consistency 5 years ago
Peter Eisentraut f0ec598b43 Fix typo 5 years ago
Tom Lane 783be78ca9 Improve WAL record descriptions for SP-GiST records. 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
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
Michael Paquier 7ef8b52cf0 Fix typos and grammar in comments and docs 5 years ago
Thomas Munro 8e861eaae8 Explain postmaster's treatment of SIGURG. 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 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
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
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Tom Lane 409723365b Provide query source text when parsing a SQL-standard function body. 5 years ago
Tom Lane 83efce7a1e Revert "Cope with NULL query string in ExecInitParallelPlan()." 5 years ago
Tom Lane 1111b2668d Undo decision to allow pg_proc.prosrc to be NULL. 5 years ago
Tom Lane e1623b7d86 Fix obsolete comments referencing JoinPathExtraData.extra_lateral_rels. 5 years ago
Peter Eisentraut 07e5e66742 Improve quoting in some error messages 5 years ago
Michael Paquier ac725ee0f9 doc: Move force_parallel_mode to section for developer options 5 years ago
Amit Kapila cca57c1d9b Use NameData datatype for slotname in stats. 5 years ago
Tomas Vondra 20661c15db Initialize t_self and t_tableOid in statext_expressions_load 5 years ago
Peter Geoghegan 60f1f09ff4 Don't truncate heap when VACUUM's failsafe is in effect. 5 years ago
Tom Lane 6c0373ab77 Allow table-qualified variable names in ON CONFLICT ... WHERE. 5 years ago