Commit Graph

55543 Commits (de2aca288569fd0cabb425c0858e92e2c8c938cb)
 

Author SHA1 Message Date
Andres Freund 27da598961 meson: Add two missing regress tests 3 years ago
Tom Lane 3a36ca03e4 AdjustUpgrade.pm should zap test_ext_cine, too. 3 years ago
Peter Eisentraut 2a1d7071c4 Refactor recordExtObjInitPriv() 3 years ago
Peter Eisentraut 13b345df64 Remove AggregateRelationId from recordExtObjInitPriv() 3 years ago
John Naylor 15eb122880 Remove redundant relkind check 3 years ago
John Naylor e29c565343 Remove dead code in formatting.c 3 years ago
Amit Kapila c981d9145d Improve the code to decide and process the apply action. 3 years ago
Amit Kapila 4f985aba69 Fix typo in comment. 3 years ago
Michael Paquier 0b717432ff Track behavior of \1 in pg_ident.conf when quoted 3 years ago
David Rowley da5800d5fa Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions 3 years ago
Tom Lane 52585f8f07 Create common infrastructure for cross-version upgrade testing. 3 years ago
Peter Geoghegan 980ae17310 Tighten up VACUUM's approach to setting VM bits. 3 years ago
Robert Haas 6fa66ec88f Assorted improvements to SECURITY DEFINER functions documentation. 3 years ago
Robert Haas 3cdf7502f8 More documentation update for GRANT ... WITH SET OPTION. 3 years ago
Peter Eisentraut 20428d344a Add BufFileRead variants with short read and EOF detection 3 years ago
Peter Eisentraut 1561612e3b Fix some BufFileRead() error reporting 3 years ago
Michael Paquier 9a740f81eb Refactor code in charge of running shell-based recovery commands 3 years ago
Michael Paquier 02d3448f4f Store IdentLine->pg_user as an AuthToken 3 years ago
Tom Lane 647fa50054 Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin. 3 years ago
Tom Lane 3f244d020f Make new GENERATED-expressions code more bulletproof. 3 years ago
Tatsuo Ishii 1334b79a35 Doc: fix typo in backup.sgml. 3 years ago
Jeff Davis ff9618e82a Fix MAINTAIN privileges for toast tables and partitions. 3 years ago
Andres Freund ff23b592ad Add 250c8ee07e to git-blame-ignore-revs 3 years ago
Andres Freund 250c8ee07e Manual cleanup and pgindent of pgstat and bufmgr related code 3 years ago
Jeff Davis d46a9792a8 Clean up useless "skipping" messages for VACUUM/ANALYZE. 3 years ago
Jeff Davis c44f6334ca Simplify permissions for LOCK TABLE. 3 years ago
Amit Kapila b7ae039536 Ignore dropped and generated columns from the column list. 3 years ago
Amit Kapila dca8b01f5f Avoid creating parallel apply state hash table unless required. 3 years ago
Michael Paquier e753ae6397 Add tests for regex replacement with \1 in pg_ident.conf to 0003_peer.pl 3 years ago
Michael Paquier 58597edea1 doc: Simplify description of functions for pg_walinspect 3 years ago
Thomas Munro f1821b58fc Fix WaitEventSetWait() buffer overrun. 3 years ago
Alexander Korotkov 3161ae86ce Fix jsonpath existense checking of missing variables 3 years ago
Peter Eisentraut c8ad4d8166 Constify the arguments of ilist.c/h functions 3 years ago
Peter Eisentraut 881fa869c6 Code cleanup 3 years ago
Michael Paquier 8607630d74 Rename some variables related to ident files in hba.{c,h} 3 years ago
Michael Paquier bfd2542001 Fix incorrect comment in hba.h 3 years ago
Michael Paquier 5ad165d2c0 Acquire spinlock when updating 2PC slot data during logical decoding creation 3 years ago
Tom Lane f0e6d6d3c9 Revert "Get rid of the "new" and "old" entries in a view's rangetable." 3 years ago
Thomas Munro 5a26c7b310 Refactor DetermineSleepTime() to use milliseconds. 3 years ago
Thomas Munro 7389aad636 Use WaitEventSet API for postmaster's event loop. 3 years ago
Tom Lane d93d68aeea Doc: fix silly thinko in 8bf6ec3ba. 3 years ago
Peter Geoghegan d30b499997 Make lazy_vacuum_heap_rel match lazy_scan_heap. 3 years ago
Peter Geoghegan 8c233cf86b vacuumlazy.c: Tweak local variable name. 3 years ago
Peter Geoghegan 50767705ed Rename and relocate freeze plan dedup routines. 3 years ago
Tom Lane 1b4d280ea1 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Michael Paquier 2ff5ca86e8 Add support for tab completion after ALTER EXTENSION ADD|DROP in psql 3 years ago
Peter Geoghegan af3855cb77 Improve TransactionIdDidAbort() documentation. 3 years ago
Tom Lane 8bf6ec3ba3 Improve handling of inherited GENERATED expressions. 3 years ago
Tom Lane d0d9683287 Don't leave roles behind after core regression tests. 3 years ago
Peter Eisentraut c971a5b27a Fix MSVC build 3 years ago