Commit Graph

57296 Commits (fd5e8b440dfd633be74e3dd3382d4a9038dba24f)
 

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