Mailing lists [pgsql-committers]
- pgsql: Turn xmlbinary and xmloption GUC variables into enumsTurn mha@postgresql.org (Magnus Hagander)
- pgsql: Convert backslash_quote guc to use enum. mha@postgresql.org (Magnus Hagander)
- pgsql: Have psql command 'help' suggest the use of \?, updated version. momjian@postgresql.org (Bruce Momjian)
- pgsql: Remove unneed #include now that current_query() has moved to the momjian@postgresql.org (Bruce Momjian)
- pgsql: Allow 'help' in psql to show \? help, for novice assistance. momjian@postgresql.org (Bruce Momjian)
- pgsql: Implement current_query(), that shows the currently executing momjian@postgresql.org (Bruce Momjian)
- pgsql: Oops, change should go in scan.l to survive a clean checkout and mha@postgresql.org (Magnus Hagander)
- pgsql: Remove no-longer-used function assign_backslash_quote() tgl@postgresql.org (Tom Lane)
- pgsql: Re-implement division for numeric values using the traditional tgl@postgresql.org (Tom Lane)
- Re: pgsql: Remove no-longer-used function assign_backslash_quote() Magnus Hagander