aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Enable RandomizedBaseAddress (ASLR) on Windows with MSVC buildsMichael Paquier2022-08-28
* Avoid casting away const in sepgsql's quote_object_name.Tom Lane2022-08-27
* Doc: add comment about bug fixed in back branches as of 3f7323cbb.Tom Lane2022-08-27
* Fix typo in comment for writetuple() functionAlexander Korotkov2022-08-27
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-27
* Use correct connection for cancellation in frontend's parallel slotsMichael Paquier2022-08-27
* Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut2022-08-26
* Remove unnecessary casts in free() and pfree()Peter Eisentraut2022-08-26
* Use SSE2 in is_valid_ascii() where available.John Naylor2022-08-26
* Remove obsolete commentPeter Eisentraut2022-08-26
* Fix typo in comment.Etsuro Fujita2022-08-26
* Add optimized functions for linear search within byte arraysJohn Naylor2022-08-26
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-26
* libpq code should use libpq_gettext(), not _()Peter Eisentraut2022-08-25
* Fix doc oversight for custom WAL resource managers.Jeff Davis2022-08-25
* Small refactor to get rid of -Wshadow=compatible-local warningDavid Rowley2022-08-26
* More -Wshadow=compatible-local warning fixesDavid Rowley2022-08-26
* Allow grant-level control of role inheritance behavior.Robert Haas2022-08-25
* Move NON_EXEC_STATIC from c.h to postgres.hPeter Eisentraut2022-08-25
* Update another comment still referring to pg_start/stop_backup()Peter Eisentraut2022-08-25
* doc: Fix typo in GRANT docsDaniel Gustafsson2022-08-25
* Fix typo in MVCC test commentDaniel Gustafsson2022-08-25
* Remove unused symbol __aarch64John Naylor2022-08-25
* pg_dump: Fix new ICU testsPeter Eisentraut2022-08-25
* aix: Fix SHLIB_EXPORTS reference in VPATH buildsAndres Freund2022-08-24
* Remove SUBSYS.o rule in common.mk, hasn't been used in a long timeAndres Freund2022-08-24
* Remove rule to generate postgres.o, not needed for 20+ yearsAndres Freund2022-08-24
* solaris: Use versioning scripts instead of -BsymbolicAndres Freund2022-08-24
* Include RelFileLocator fields individually in BufferTag.Robert Haas2022-08-24
* pg_dump: Dump colliculocalePeter Eisentraut2022-08-24
* Defend against stack overrun in a few more places.Tom Lane2022-08-24
* Doc: remove duplicate "a" from func.sgmlDavid Rowley2022-08-24
* Fix ICU locale option handling in CREATE DATABASEPeter Eisentraut2022-08-24
* Remove initialization of MyClientConnectionInfo at backend startupMichael Paquier2022-08-24
* Further -Wshadow=compatible-local warning fixesDavid Rowley2022-08-24
* Change shared library installation naming on macOSPeter Eisentraut2022-08-24
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Message style adjustmentPeter Eisentraut2022-08-23
* Remove further unwanted linker flags from perl_embed_ldflagsPeter Eisentraut2022-08-23
* Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane2022-08-23
* Doc: document possible need to raise kernel's somaxconn limit.Tom Lane2022-08-23
* Doc: prefer sysctl to /proc/sys in docs and comments.Tom Lane2022-08-23
* Remove offsetof definitionPeter Eisentraut2022-08-23
* Don't bother to set sockaddr_un.sun_len.Thomas Munro2022-08-24
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Don't define FRONTEND for libpqAndres Freund2022-08-22
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-22
* Don't define FRONTEND for initdbAndres Freund2022-08-22
* Remove redundant call to pgstat_report_wal()Andres Freund2022-08-22