Commit Graph

21817 Commits (e6ccd1ce1644d1b40b7981f8bc172394de524f99)

Author SHA1 Message Date
Peter Eisentraut 0b5e824528 Message improvement 5 years ago
Michael Paquier 4c0239cb7a Remove redundant memset(0) calls for page init of some index AMs 5 years ago
Michael Paquier 9afffcb833 Add some information about authenticated identity via log_connections 5 years ago
Tom Lane a1115fa078 Postpone some more stuff out of ExecInitModifyTable. 5 years ago
Tom Lane c5b7ba4e67 Postpone some stuff out of ExecInitModifyTable. 5 years ago
Andres Freund 90c885cdab Increment xactCompletionCount during subtransaction abort. 5 years ago
Peter Geoghegan 8523492d4e Remove tupgone special case from vacuumlazy.c. 5 years ago
Tom Lane 789d81de8a Fix missing #include in nodeResultCache.h. 5 years ago
Tomas Vondra 518442c7f3 Fix handling of clauses incompatible with extended statistics 5 years ago
Peter Geoghegan 7ab96cf6b3 Refactor lazy_scan_heap() loop. 5 years ago
Tom Lane 091e22b2e6 Clean up treatment of missing default and CHECK-constraint records. 5 years ago
Fujii Masao 9de9294b0c Stop archive recovery if WAL generated with wal_level=minimal is found. 5 years ago
Etsuro Fujita a8af856d32 Adjust input value to WaitEventSetWait() in ExecAppendAsyncEventWait(). 5 years ago
Peter Eisentraut 82ed7748b7 ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION 5 years ago
Peter Eisentraut a2da77cdb4 Change return type of EXTRACT to numeric 5 years ago
Fujii Masao f5d94e405e Fix typo in pgstat.c. 5 years ago
Fujii Masao 43620e3286 Add function to log the memory contexts of specified backend process. 5 years ago
Amit Kapila ac4645c015 Allow pgoutput to send logical decoding messages. 5 years ago
Amit Kapila 531737ddad Refactor function parse_output_parameters. 5 years ago
Peter Geoghegan f6b8f19a08 Allocate access strategy in parallel VACUUM workers. 5 years ago
Tom Lane 09c1c6ab4b Support INCLUDE'd columns in SP-GiST. 5 years ago
Peter Geoghegan 49f49defe7 Propagate parallel VACUUM's buffer access strategy. 5 years ago
Peter Geoghegan b4af70cb21 Simplify state managed by VACUUM. 5 years ago
Stephen Frost 6c3ffd697e Add pg_read_all_data and pg_write_all_data roles 5 years ago
Fujii Masao ad8b674922 Shut down transaction tracking at startup process exit. 5 years ago
Michael Paquier 9f6f1f9b8e Fix typo in collationcmds.c 5 years ago
Tom Lane dfc843d465 Fix more confusion in SP-GiST. 5 years ago
Tom Lane ac9099fc1d Fix confusion in SP-GiST between attribute type and leaf storage type. 5 years ago
Tomas Vondra d9c5b9a9ee Fix bug in brin_minmax_multi_union 5 years ago
Tomas Vondra 1dad2a5ea3 Fix order of parameters in BRIN minmax-multi calls 5 years ago
Tomas Vondra e1fbe1181c Fix BRIN minmax-multi distance for inet type 5 years ago
Tomas Vondra 7262f2421a Fix BRIN minmax-multi distance for timetz type 5 years ago
Tomas Vondra 2b10e0e3c2 Fix BRIN minmax-multi distance for interval type 5 years ago
Andres Freund 225a22b19e Improve efficiency of wait event reporting, remove proc.h dependency. 5 years ago
Andres Freund e1025044cd Split backend status and progress related functionality out of pgstat.c. 5 years ago
Michael Paquier e6bdfd9700 Refactor HMAC implementations 5 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Andres Freund a333476b92 Split wait event related code from pgstat.[ch] into wait_event.[ch]. 5 years ago
David Rowley 1267d9862f Remove useless Asserts in Result Cache code 5 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 5 years ago
Tom Lane 53aafdb9ff Strip file names reported in error messages on Windows, too. 5 years ago
Peter Eisentraut 9c5f67fd62 Add support for NullIfExpr in eval_const_expressions 5 years ago
Fujii Masao 96bdb7e19d Fix pgstat_report_replslot() to use proper data types for its arguments. 5 years ago
David Rowley 9eacee2e62 Add Result Cache executor node (take 2) 5 years ago
Tom Lane 1ebdec8c03 Rethink handling of pass-by-value leaf datums in SP-GiST. 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Peter Eisentraut 91e7c90329 Fix internal extract(timezone_minute) formulas 5 years ago
Heikki Linnakangas f82de5c46b Do COPY FROM encoding conversion/verification in larger chunks. 5 years ago
Heikki Linnakangas ea1b99a661 Add 'noError' argument to encoding conversion functions. 5 years ago
Amit Kapila 4778826532 Ensure to send a prepare after we detect concurrent abort during decoding. 5 years ago