Mailing lists [pgsql-committers]
- pgsql: Add documentation for the JIT feature. Andres Freund
- pgsql: Fix mistakes in the just added JIT docs. Andres Freund
- pgsql: C comment: fix typo, log -> lag Bruce Momjian
- Re: pgsql: Add documentation for the JIT feature. Simon Riggs
- Re: pgsql: Optimize btree insertions for common case of increasing values Peter Geoghegan
- pgsql: Allow committing inside cursor loop Peter Eisentraut
- Re: pgsql: Add documentation for the JIT feature. Tom Lane
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: docs: fix INSTALL.xml build by using "standalone-ignore" Bruce Momjian
- pgsql: Add casts from jsonb Teodor Sigaev
- Re: pgsql: Add casts from jsonb Teodor Sigaev
- Re: pgsql: Optimize btree insertions for common case of increasing values Simon Riggs
- pgsql: While vacuuming a large table,update upper-level FSM data every Tom Lane
- Re: pgsql: Add casts from jsonb Teodor Sigaev
- pgsql: C comment: fix wording about shared memory message queue Bruce Momjian
- pgsql: Remove UpdateFreeSpaceMap(),use FreeSpaceMapVacuumRange() inste Tom Lane
- pgsql: Remove unnecessary BufferGetPage() calls in fsm_vacuum_page(). Tom Lane
- Re: pgsql: Add casts from jsonb Tom Lane
- pgsql: Fix typo in comment Magnus Hagander
- pgsql: Fix incorrect copy/paste in comment Magnus Hagander
- Re: pgsql: Optimize btree insertions for common case of increasing values Peter Geoghegan
- Re: pgsql: Add documentation for the JIT feature. Andres Freund
- Re: pgsql: Add documentation for the JIT feature. Alvaro Herrera
- Re: pgsql: Add documentation for the JIT feature. Andres Freund
- pgsql: README change: update for hash access method Bruce Momjian
- Re: pgsql: Add documentation for the JIT feature. Alvaro Herrera
- pgsql: C comments: "a" <--> "an" corrections Bruce Momjian
- pgsql: Teach create_projection_plan to omit projection where possible. Robert Haas
- pgsql: Postpone generate_gather_paths for topmost scan/join rel. Robert Haas
- pgsql: Rewrite the code that applies scan/join targets to paths. Robert Haas
- pgsql: Remove 'target' from GroupPathExtraData. Robert Haas