Mailing lists [pgsql-committers]
- pgsql: Remove dead code. Heikki Linnakangas
- pgsql: Fix typo in comment. Heikki Linnakangas
- pgsql: Rephrase the documentation on pg_receivexlog --synchronous optio Heikki Linnakangas
- pgsql: Refactor page compactifying code. Heikki Linnakangas
- pgsql: Add API functions to libpq to interrogate SSL related stuff. Heikki Linnakangas
- pgsql: Fix breakage in GEODEBUG debug code. Tom Lane
- pgsql: Fix breakage in GEODEBUG debug code. Tom Lane
- pgsql: Use a nonblocking socket for FE/BE communication and block using Andres Freund
- pgsql: Introduce and use infrastructure for interrupt processing during Andres Freund
- pgsql: Process 'die' interrupts while reading/writing from the client s Andres Freund
- pgsql: Remove unused "m" field in LSEG. Tom Lane
- pgsql: Don't allow immediate interrupts during authentication anymore. Andres Freund
- pgsql: Move deadlock and other interrupt handling in proc.c out of sign Andres Freund
- pgsql: Remove the option to service interrupts during PGSemaphoreLock() Andres Freund
- pgsql: Remove remnants of ImmediateInterruptOK handling. Andres Freund
- pgsql: Remove ill-conceived Assertion in ProcessClientWriteInterrupt(). Andres Freund