Commit Graph

23780 Commits (16fd03e956540d1b47b743f6a84f37c54ac93dd4)

Author SHA1 Message Date
David Rowley 16fd03e956 Allow parallel aggregate on string_agg and array_agg 3 years ago
Tom Lane 5a3a95385b Track logrep apply workers' last start times to avoid useless waits. 3 years ago
Tom Lane c9f7f92648 Allow REPLICA IDENTITY to be set on an index that's not (yet) valid. 3 years ago
Noah Misch e52daaabf8 Reject CancelRequestPacket having unexpected length. 3 years ago
Andres Freund 25b2aba0c3 Zero initialize uses of instr_time about to trigger compiler warnings 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Robert Haas 6e2775e4d4 Add new GUC reserved_connections. 3 years ago
Robert Haas fe00fec1f5 Rename ReservedBackends variable to SuperuserReservedConnections. 3 years ago
Robert Haas 6c1d5ba486 Update docs and error message for superuser_reserved_connections. 3 years ago
Andres Freund d137cb52cb Remove SHM_QUEUE 3 years ago
Andres Freund 9600371764 Use dlists instead of SHM_QUEUE for predicate locking 3 years ago
Michael Paquier efb6f4a4f9 Support the same patterns for pg-user in pg_ident.conf as in pg_hba.conf 3 years ago
David Rowley 9f1ca6ce65 Use appendStringInfoSpaces in more places 3 years ago
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
Michael Paquier 7e8a80d1fe Add missing assign hook for GUC checkpoint_completion_target 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 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
Peter Eisentraut 2a1d7071c4 Refactor recordExtObjInitPriv() 3 years ago
Peter Eisentraut 13b345df64 Remove AggregateRelationId from recordExtObjInitPriv() 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
David Rowley da5800d5fa Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions 3 years ago
Peter Geoghegan 980ae17310 Tighten up VACUUM's approach to setting VM bits. 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
Jeff Davis ff9618e82a Fix MAINTAIN privileges for toast tables and partitions. 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
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 5ad165d2c0 Acquire spinlock when updating 2PC slot data during logical decoding creation 3 years ago