Commit Graph

55363 Commits (1ca604c2018456f2da357d944e0f03c3efaeb00d)
 

Author SHA1 Message Date
Tom Lane 1ca604c201 Improve comment about GetWALAvailability's WALAVAIL_REMOVED code. 3 years ago
Tom Lane 5a617d75d3 Fix ts_headline() to handle ORs and phrase queries more honestly. 3 years ago
Tom Lane 44e9e34266 Log the correct ending timestamp in recovery_target_xid mode. 3 years ago
Alvaro Herrera 438e6b7240
Remove some dead code in selfuncs.c 3 years ago
Peter Eisentraut 48880840f1 Constify proclist.h 3 years ago
Michael Paquier 4f74f5641d doc: Fix some issues in logical replication section 3 years ago
Michael Paquier 7e8a80d1fe Add missing assign hook for GUC checkpoint_completion_target 3 years ago
Michael Paquier 6ba6306256 Fix failure with perlcritic in psql's create_help.pl 3 years ago
Tom Lane a3b65fb282 Fix AdjustUpgrade.pm's view conversion list for --with-lz4. 3 years ago
Tom Lane 5ea2234670 Update expected/collate.windows.win1252.out for 47bb9db75. 3 years ago
Andres Freund 12605414a7 Use dlists instead of SHM_QUEUE for syncrep queue 3 years ago
Andres Freund 5764f611e1 Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweight locks 3 years ago
Andres Freund 51384cc40c Add detached node functions to ilist 3 years ago
Andres Freund 2b16208753 Fix ILIST_DEBUG build 3 years ago
Tom Lane 47bb9db759 Get rid of the "new" and "old" entries in a view's rangetable. 3 years ago
Tom Lane 8d83a5d0a2 Remove redundant grouping and DISTINCT columns. 3 years ago
Amit Kapila d540a02a72 Display the leader apply worker's PID for parallel apply workers. 3 years ago
Michael Paquier 14bdb3f13d Refactor code for restoring files via shell commands 3 years ago
Michael Paquier 2f31f405e1 Constify the arguments of copydir.h functions 3 years ago
Tom Lane 09d465c397 Doc: fix a few oddly-spelled SGML ID attributes. 3 years ago
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