aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove unnecessary include of <sys/socket.h>Peter Eisentraut2023-12-04
* Remove unnecessary includes of <signal.h>Peter Eisentraut2023-12-04
* Add support for REINDEX in event triggersMichael Paquier2023-12-04
* doc: Remove reference to trigger file regarding promotionMichael Paquier2023-12-04
* Refactor how InitProcess is calledHeikki Linnakangas2023-12-03
* Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND modeHeikki Linnakangas2023-12-03
* Refactor CreateSharedMemoryAndSemaphoresHeikki Linnakangas2023-12-03
* Silence Valgrind complaint with EXEC_BACKENDHeikki Linnakangas2023-12-01
* pgindent fixPeter Eisentraut2023-12-01
* Check collation when creating partitioned indexPeter Eisentraut2023-12-01
* doc: Update info on information schema usage tablesPeter Eisentraut2023-12-01
* Fix an uninitialized access in hash_xlog_squeeze_page().Amit Kapila2023-12-01
* meson: Stop using deprecated way getting path of filesAndres Freund2023-11-30
* Adjust obsolete comment explaining set_stack_base().Thomas Munro2023-12-01
* Print lwlock stats also for aux processes, when built with LWLOCK_STATSHeikki Linnakangas2023-12-01
* Fix typo in 5a1dfde8334bAlexander Korotkov2023-11-30
* Fix spelling and punctuationDaniel Gustafsson2023-11-30
* Add missing file to nls MakefileDaniel Gustafsson2023-11-30
* Fix array subscript warningsDaniel Gustafsson2023-11-30
* Fix warning due non-standard inline declaration in 4ed8f0913bfdb5f355Alexander Korotkov2023-11-30
* Remove redundant setting of hashkey after insertionJohn Naylor2023-11-30
* meson: Improve/fix Python version selectionPeter Eisentraut2023-11-30
* Add tests for XID wraparound.Masahiko Sawada2023-11-30
* doc: Mention how to use quotes with GUC names in error messagesMichael Paquier2023-11-30
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Add option to specify timeout seconds to BackgroundPsql.pm.Masahiko Sawada2023-11-30
* Remove unused macroPeter Eisentraut2023-11-30
* Improve "user mapping not found" error messagePeter Eisentraut2023-11-30
* Fix a test in 003_logical_slots.Amit Kapila2023-11-30
* Fix wrong description of BackgroundPsql's timeout.Masahiko Sawada2023-11-30
* Fix BackgroundPsql's set_query_timer_restart() issue without argument.Masahiko Sawada2023-11-30
* Fix typo in commentDaniel Gustafsson2023-11-29
* Read include/exclude commands for dump/restore from fileDaniel Gustafsson2023-11-29
* Optimize pg_readv/pg_pwritev single vector case.Thomas Munro2023-11-29
* Add SLRU tests for 64-bit page caseAlexander Korotkov2023-11-29
* Make use FullTransactionId in 2PC filenamesAlexander Korotkov2023-11-29
* Use larger segment file names for pg_notifyAlexander Korotkov2023-11-29
* Index SLRUs by 64-bit integers rather than by 32-bit integersAlexander Korotkov2023-11-29
* Clean up usage of bison precedence for non-operator keywords.Tom Lane2023-11-28
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix comment about ressortgrouprefs being unique in setop plans.Heikki Linnakangas2023-11-28
* Remove more statements from stats.sqlMichael Paquier2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* psql: Add tab completion for view options.Dean Rasheed2023-11-28
* Remove test for pg_stat_reset_shared() in stats.sqlMichael Paquier2023-11-28
* Fix comment in tableam.h about GetHeapamTableAmRoutine()Michael Paquier2023-11-28
* Add CHECK_FOR_INTERRUPTS() in scram_SaltedPassword() for the backendMichael Paquier2023-11-28
* Don't use bms_membership() in cases where we don't need toDavid Rowley2023-11-28
* Retire a few backwards compatibility macros.Nathan Bossart2023-11-27
* Fix CREATE INDEX CONCURRENTLY exampleAlvaro Herrera2023-11-27