Age | Commit message (Expand) | Author |
2025-04-29 | Give up on running with NetBSD/OpenBSD's default semaphore settings. | Tom Lane |
2025-01-01 | Update copyright for 2025 | Bruce Momjian |
2024-12-23 | Try to avoid semaphore-related test failures on NetBSD/OpenBSD. | Tom Lane |
2024-07-30 | Remove --disable-spinlocks. | Thomas Munro |
2024-05-17 | Revise GUC names quoting in messages again | Peter Eisentraut |
2024-01-04 | Update copyright for 2024 | Bruce Momjian |
2023-01-02 | Update copyright for 2023 | Bruce Momjian |
2022-08-13 | Remove configure probes for sys/ipc.h, sys/sem.h, sys/shm.h. | Thomas Munro |
2022-01-08 | Update copyright for 2022 | Bruce Momjian |
2021-01-02 | Update copyright for 2021 | Bruce Momjian |
2020-01-01 | Update copyrights for 2020 | Bruce Momjian |
2019-09-05 | Use data directory inode number, not port, to select SysV resource keys. | Tom Lane |
2019-05-22 | Phase 2 pgindent run for v12. | Tom Lane |
2019-01-02 | Update copyright for 2019 | Bruce Momjian |
2018-01-03 | Update copyright for 2018 | Bruce Momjian |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-12-12 | Make the different Unix-y semaphore implementations ABI-compatible. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-02-03 | Remove the option to service interrupts during PGSemaphoreLock(). | Andres Freund |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-01-30 | Fix unsafe references to errno within error messaging logic. | Tom Lane |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-06-15 | Use SA_RESTART for all signals, including SIGALRM. | Tom Lane |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-05-14 | Remove leftovers of BeOS port | Peter Eisentraut |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-06-09 | Pgindent run before 9.1 beta2. | Bruce Momjian |
2011-05-19 | Consistent spacing for lengthy error messages | Peter Eisentraut |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-01-26 | Change StatementCancelHandler() to check the DoingCommandRead flag to decide | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-07-14 | Fix a passel of recently-committed violations of the rule 'thou shalt | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-02-08 | Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio | Neil Conway |
2004-01-27 | Here's the latest win32 signals code, this time in the form of a patch | Bruce Momjian |
2003-12-01 | Avoid assuming that type key_t is 32 bits, since it reportedly isn't | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-26 | Various message fixes, among those fixes for the previous round of fixes | Peter Eisentraut |