Commit Graph

55383 Commits (c31cf1c03d01ce86f20bef8c980fe56a257b3b4b)
 

Author SHA1 Message Date
Michael Paquier c31cf1c03d pg_walinspect: Add pg_get_wal_fpi_info() 3 years ago
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 03023a2664 instr_time: Represent time as an int64 on all platforms 3 years ago
Andres Freund 25b2aba0c3 Zero initialize uses of instr_time about to trigger compiler warnings 3 years ago
Michael Paquier 5d29d525ff Rework format of comments in headers for nodes 3 years ago
Michael Paquier 8eba3e3f02 Move queryjumble.c code to src/backend/nodes/ 3 years ago
Robert Haas 557890920d Bump catversion for 6e2775e4d4. 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
Alvaro Herrera e86c8b728f
Describe each contrib module in its SGML section title 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
Amit Kapila 7670add9f4 Improve the description of Output Plugin Callbacks. 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
Tom Lane 74739d1d3f Avoid harmless warning from pg_dump --if-exists mode. 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
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