Commit Graph

57502 Commits (544bcb5a5e778e8ef8d784de611c5f85bc33433c)
 

Author SHA1 Message Date
Alvaro Herrera a3f76a3f7e
Don't use pgbench -j in tests 2 years ago
Peter Eisentraut 457428d9e9 Remove unnecessary include of <math.h> 2 years ago
Peter Eisentraut da67cb0a44 Remove unnecessary include of <sys/socket.h> 2 years ago
Peter Eisentraut dffb2b478f Remove unnecessary includes of <signal.h> 2 years ago
Michael Paquier f21848de20 Add support for REINDEX in event triggers 2 years ago
Michael Paquier d78b6cbb60 doc: Remove reference to trigger file regarding promotion 2 years ago
Heikki Linnakangas fd5e8b440d Refactor how InitProcess is called 2 years ago
Heikki Linnakangas 388491f1e5 Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode 2 years ago
Heikki Linnakangas 69d903367c Refactor CreateSharedMemoryAndSemaphores 2 years ago
Heikki Linnakangas b19890d49d Silence Valgrind complaint with EXEC_BACKEND 2 years ago
Peter Eisentraut 0d93ce31a5 pgindent fix 2 years ago
Peter Eisentraut a11c9c42ea Check collation when creating partitioned index 2 years ago
Peter Eisentraut 5b2dcead39 doc: Update info on information schema usage tables 2 years ago
Amit Kapila f66fcc5cd6 Fix an uninitialized access in hash_xlog_squeeze_page(). 2 years ago
Andres Freund aa11a9c149 meson: Stop using deprecated way getting path of files 2 years ago
Thomas Munro 3b51265ee3 Adjust obsolete comment explaining set_stack_base(). 2 years ago
Heikki Linnakangas f93133a250 Print lwlock stats also for aux processes, when built with LWLOCK_STATS 2 years ago
Alexander Korotkov ae2ccf66a2 Fix typo in 5a1dfde833 2 years ago
Daniel Gustafsson b3efa270b5 Fix spelling and punctuation 2 years ago
Daniel Gustafsson c3f4a84481 Add missing file to nls Makefile 2 years ago
Daniel Gustafsson 17935e1fdf Fix array subscript warnings 2 years ago
Alexander Korotkov b589f211e0 Fix warning due non-standard inline declaration in 4ed8f0913b 2 years ago
John Naylor 095d109ccd Remove redundant setting of hashkey after insertion 2 years ago
Peter Eisentraut 489ca33081 meson: Improve/fix Python version selection 2 years ago
Masahiko Sawada e255b646a1 Add tests for XID wraparound. 2 years ago
Michael Paquier a243569bf6 doc: Mention how to use quotes with GUC names in error messages 2 years ago
Michael Paquier 8d9978a717 Apply quotes more consistently to GUC names in logs 2 years ago
Masahiko Sawada 334f512f45 Add option to specify timeout seconds to BackgroundPsql.pm. 2 years ago
Peter Eisentraut a1827568d2 Remove unused macro 2 years ago
Peter Eisentraut 7e5f517799 Improve "user mapping not found" error message 2 years ago
Amit Kapila 3e36e48d8e Fix a test in 003_logical_slots. 2 years ago
Masahiko Sawada 5abff2aaa1 Fix wrong description of BackgroundPsql's timeout. 2 years ago
Masahiko Sawada f99dd98242 Fix BackgroundPsql's set_query_timer_restart() issue without argument. 2 years ago
Daniel Gustafsson 03749325d1 Fix typo in comment 2 years ago
Daniel Gustafsson a5cf808be5 Read include/exclude commands for dump/restore from file 2 years ago
Thomas Munro 15c9ac3629 Optimize pg_readv/pg_pwritev single vector case. 2 years ago
Alexander Korotkov a60b8a58f4 Add SLRU tests for 64-bit page case 2 years ago
Alexander Korotkov 5a1dfde833 Make use FullTransactionId in 2PC filenames 2 years ago
Alexander Korotkov 2cdf131c46 Use larger segment file names for pg_notify 2 years ago
Alexander Korotkov 4ed8f0913b Index SLRUs by 64-bit integers rather than by 32-bit integers 2 years ago
Tom Lane a916b47e23 Clean up usage of bison precedence for non-operator keywords. 2 years ago
Tom Lane c82207a548 Use BIO_{get,set}_app_data instead of BIO_{get,set}_data. 2 years ago
Heikki Linnakangas 10a59925a3 Fix comment about ressortgrouprefs being unique in setop plans. 2 years ago
Michael Paquier f36b63623d Remove more statements from stats.sql 2 years ago
Heikki Linnakangas 60f227316c Fix assertions with RI triggers in heap_update and heap_delete. 2 years ago
Dean Rasheed cd34247489 psql: Add tab completion for view options. 2 years ago
Michael Paquier a9a8108411 Remove test for pg_stat_reset_shared() in stats.sql 2 years ago
Michael Paquier 5ad49322e5 Fix comment in tableam.h about GetHeapamTableAmRoutine() 2 years ago
Michael Paquier 14f2f9eb1a Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backend 2 years ago
David Rowley 930d2b442f Don't use bms_membership() in cases where we don't need to 2 years ago