PostgreSQL 9.4 Open Items
From PostgreSQL wiki
Jump to navigationJump to searchOpen Issues
Not fixing for 9.4
- autovacuum scheduling starvation and frenzy This issue is not new to 9.4, and there are no proposed patches for it.
Resolved Issues
- Missing FIN_CRC32 calls in logical replication code
- numeric_normalize() is wrong, breaking JSONB GIN index behavior
- TAP tests still have some pretty severe problems
- Remove xloginsert_slots/xloginsert_locks GUC
- jsonb data format doesn't work well with toast compression
- Immediate shutdown no longer removes backup_label if backup is in progress
- Revisit default of 4x shared buffers for effective_cache_size
- Bgworker process exit code definitions aren't very sane
- assertion when palloc'ing within a critical section
- prohibit data_directory to be set via Alter System
- the client program tests don't work in vpath builds
- ALTER SYSTEM has issues with PGC_POSTMASTER parameters
- HEAD crashes with assertion and LWLOCK_STATS enabled
- psql output in expanded+wrapped mode has some issues
- Broken pg_operator info for JSONB operators
- option -T in pg_basebackup doesn't work on windows
- vacuumdb --all --analyze-in-stages - wrong order (fix)
- log_statement and ALTER SYSTEM (fix)
- pg_dump fails with --if-exists and blobs
- GIN fast scan and compression loose ends:
- [1] Cost estimation needs to be fixed (first issue resolved, second moved to TODO)
- psql output change in 9.4
- Remove PQhostaddr()