Commit Graph

21125 Commits (7684b6fbed3a0770a0d8fdcbb5cf8b61394de691)

Author SHA1 Message Date
David Rowley 19c60ad69a Optimize compactify_tuples function 5 years ago
Alvaro Herrera ced138e8cb
Fix use-after-free bug with event triggers in an extension script 5 years ago
David Rowley 10a5b35a00 Report resource usage at the end of recovery 5 years ago
David Rowley 62e221e1c0 Allow incremental sorts for windowing functions 5 years ago
David Rowley fe4f36bcde Fix compiler warning 5 years ago
Tom Lane f560209c6e Make walsenders show their replication commands in pg_stat_activity. 5 years ago
Fujii Masao 95233011a0 Fix typos. 5 years ago
Michael Paquier 83158f74d3 Make index_set_state_flags() transactional 5 years ago
Peter Eisentraut 3e0242b24c Message fixes and style improvements 5 years ago
Tom Lane 19f5a37b9f Use the properly transformed RangeVar for expandTableLikeClause(). 5 years ago
Amit Kapila 03c7f1f37a Fix inconsistency in determining the timestamp of the db statfile. 5 years ago
Amit Kapila ddd5f6d260 Remove unused function declaration in logicalproto.h. 5 years ago
Jeff Davis 0758964963 logtape.c: do not preallocate for tapes when sorting 5 years ago
Tom Lane 7634bd4f6d Accept SIGQUIT during error recovery in auxiliary processes. 5 years ago
Tom Lane 10095ca634 Log a message when resorting to SIGKILL during shutdown/crash recovery. 5 years ago
Tom Lane 6693a96b32 Don't run atexit callbacks during signal exits from ProcessStartupPacket. 5 years ago
Alvaro Herrera 6a68a233ce
Update copyright year 5 years ago
Alvaro Herrera 9f1cf97bb5
Print WAL logical message contents in pg_waldump 5 years ago
Tom Lane 58c6feccfa Use _exit(2) for SIGQUIT during ProcessStartupPacket, too. 5 years ago
Etsuro Fujita 3857f98f14 Clean up some code and comments in partbounds.c. 5 years ago
Michael Paquier aad546bd0a doc: Fix some grammar and inconsistencies 5 years ago
Noah Misch fe4d022c8e Fix rd_firstRelfilenodeSubid for nailed relations, in parallel workers. 5 years ago
Tom Lane bedadc7322 Make archiver's SIGQUIT handler exit via _exit(). 5 years ago
Peter Eisentraut 0aa8f76408 Expose internal function for converting int64 to numeric 5 years ago
Tom Lane f3e1e66196 Minor fixes in docs and error messages. 5 years ago
Alvaro Herrera f481d28232
Check default partitions constraints while descending 5 years ago
Tom Lane c9ae5cbb88 Install an error check into cancel_before_shmem_exit(). 5 years ago
Andres Freund 5871f09c98 Fix autovacuum cancellation. 5 years ago
Tom Lane 3438c988fd Use plain memset() in numeric.c, not MemSet and friends. 5 years ago
Peter Eisentraut 728d4bc16b Use <unnamed> for name of unnamed portal's memory context 5 years ago
Michael Paquier a6642b3ae0 Add support for partitioned tables and indexes in REINDEX 5 years ago
Jeff Davis a547e68675 Adjust cost model for HashAgg that spills to disk. 5 years ago
Tom Lane 53367e6c62 Clarify comments in enforce_generic_type_consistency(). 5 years ago
Tom Lane 9c79e646c6 Frob numeric.c loop so that clang will auto-vectorize it too. 5 years ago
Thomas Munro 861c6e7c8e Skip unnecessary stat() calls in walkdir(). 5 years ago
Tom Lane 8870917623 Apply auto-vectorization to the inner loop of numeric multiplication. 5 years ago
Tom Lane 695de5d1ed Split Makefile symbol CFLAGS_VECTOR into two symbols. 5 years ago
Tom Lane 8e3c58e6e4 Refactor pg_get_line() to expose an alternative StringInfo-based API. 5 years ago
Magnus Hagander 2a093355aa Fix typo in comment 5 years ago
Tom Lane 19ad7e1d7b Fix misleading error message about inconsistent moving-aggregate types. 5 years ago
Tom Lane e0f05cd5ba Improve some ancient, crufty code in bootstrap + initdb. 5 years ago
Tom Lane a5cc4dab6d Yet more elimination of dead stores and useless initializations. 5 years ago
Michael Paquier 8febfd1855 Switch to multi-inserts when registering dependencies for many code paths 5 years ago
Peter Eisentraut 556cbdfce4 Fix typo in comment 5 years ago
Michael Paquier 63110c6264 Use multi-inserts for pg_depend 5 years ago
Tom Lane c8746f999e Fix over-eager ping'ing in logical replication receiver. 5 years ago
Tom Lane 9a851039aa Remove still more useless assignments. 5 years ago
Jeff Davis 0852006a94 Fix bogus MaxAllocSize check in logtape.c. 5 years ago
Alvaro Herrera f43e295f68
Report expected contrecord length on mismatch 5 years ago
Tom Lane 38a2d70329 Remove some more useless assignments. 5 years ago