Mailing lists [pgsql-committers]
- pgsql: Use static inline function for BufferGetPage() Kevin Grittner
- pgsql: Fix freshly-introduced PL/Python portability bug. Tom Lane
- pgsql: Fix freshly-introduced PL/Python portability bug. Tom Lane
- pgsql: Fix freshly-introduced PL/Python portability bug. Tom Lane
- pgsql: Fix freshly-introduced PL/Python portability bug. Tom Lane
- pgsql: Fix freshly-introduced PL/Python portability bug. Tom Lane
- pgsql: Fix two places that thought Windows64 is indicated by WIN64 macr Tom Lane
- pgsql: Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS .. Tom Lane
- pgsql: Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS .. Tom Lane
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: Correct copyright for newly added genericdesc.c Stephen Frost
- pgsql: Remove unnecessary definition of _WIN64 in libpq/win32.mak. Tom Lane
- pgsql: Add page id to bloom index Teodor Sigaev
- pgsql: In generic WAL application and replay, ensure page "hole" is alw Tom Lane
- pgsql: Improve API of GenericXLogRegister(). Tom Lane
- pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner
- pgsql: Improve coding of column-name parsing in psql's new crosstabview Tom Lane
- Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund
- Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner
- Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund
- Re: pgsql: Add the "snapshot too old" feature Kevin Grittner
- Re: pgsql: Add the "snapshot too old" feature Andres Freund
- Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner
- pgsql: Redefine create_upper_paths_hook as being invoked once per upper Tom Lane
- Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Andres Freund
- pgsql: Remove unused function GetOldestWALSendPointer from walsender co Fujii Masao
- Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner
- Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold < Kevin Grittner
- pgsql: Fix costing for parallel aggregation. Robert Haas