Mailing lists [pgsql-committers]
- pgsql: Move WAL continuation record information to WAL page header. Heikki Linnakangas
- pgsql: Allow WAL record header to be split across pages. Heikki Linnakangas
- pgsql: Don't waste the last segment of each 4GB logical log file. Heikki Linnakangas
- pgsql: Replace XLogRecPtr struct with a 64-bit integer. Heikki Linnakangas
- pgsql: Use LL suffix for 64-bit constants. Heikki Linnakangas
- pgsql: Oops. Remove stray paren. Heikki Linnakangas
- Re: pgsql: Remove confusing half sentence from legal notice Magnus Hagander
- pgsql: Use UINT64CONST for 64-bit integer constants. Heikki Linnakangas
- pgsql: I missed some references to xlogid/xrecoff in Win32-only code. F Heikki Linnakangas
- pgsql: Replace int2/int4 in C code with int16/int32 Peter Eisentraut